Skip to content

[Python3] Efficient and advanced man in the middle framework

License

Notifications You must be signed in to change notification settings

lzskyline/xerosploit3

 
 

Repository files navigation

Version PyPI Build AUR

Xerosploit3

改动如下:

  • 修改raw_input为input, 从而兼容python3
  • 将绝对路径修改为相对路径, 从而免安装直接运行
  • 增加了requirements.txt, 方便快速安装支持库

暂时还没发现其他bug, 欢迎反馈


Xerosploit

Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing purposes. It brings various modules that allow to realise efficient attacks, and also allows to carry out denial of service attacks and port scanning. Powered by bettercap and nmap.

Dependencies

  • nmap
  • hping3
  • build-essential
  • ruby-dev
  • libpcap-dev
  • libgmp3-dev
  • tabulate
  • terminaltables

Instalation

Dependencies will be automatically installed.

git clone https://github.com/LionSec/xerosploit
cd xerosploit && sudo python install.py
sudo xerosploit

Tested on

Operative system Version
Ubuntu 16.04 / 15.10
Kali linux Rolling / Sana
Parrot OS 3.1

features

  • Port scanning
  • Network mapping
  • Dos attack
  • Html code injection
  • Javascript code injection
  • Download intercaption and replacement
  • Sniffing
  • Dns spoofing
  • Background audio reproduction
  • Images replacement
  • Drifnet
  • Webpage defacement and more ...

Demonstration

https://www.youtube.com/watch?v=35QUrtZEV9U

I have some questions!

Please visit https://github.com/LionSec/xerosploit/issues

Donations

Contact

About

[Python3] Efficient and advanced man in the middle framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 73.1%
  • Python 21.7%
  • Makefile 2.5%
  • Batchfile 2.1%
  • Other 0.6%