Skip to content

Efficient and advanced man in the middle framework

License

Notifications You must be signed in to change notification settings

FazalMahmood/xerosploit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version PyPI Build AUR

Xerosploit (This is a Fork to fix Terminaltables Error and other Installation Issues on Latest Operating Systems)

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.

Add Debian Repository:
$ sudo nano /etc/apt/sources.list

Add this:
deb http://deb.debian.org/debian/ buster main

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

Manual Setup (If in any case above mathod does't work for you, try following steps):

Add Debian Repository:
$ sudo nano /etc/apt/sources.list

Add following link to "sources.list" file:
deb http://deb.debian.org/debian/ buster main

Install Dependencies:
$ sudo apt update && sudo apt install python-pip-whl=18.1-5 python-all-dev python-setuptools python-wheel python-pip

Download and Run Official Packages:
$ git clone https://github.com/LionSec/xerosploit
$ cd xerosploit && sudo python install.py
$ sudo apt install python3-terminaltables
$ sudo xerosploit

Issues:

Real-time Sniffing logs doesn't work out of the box, you need to run this command each time to monitor real-time logs:

See Logs File:
$ ls /opt/xerosploit/xerosniff

Monitor Logs in Real-Time: (change file name to your log file)
$ sudo tail -f /opt/xerosploit/xerosniff/LOG_FILE.log

Tested on

Kali Linux 2020.2 , 2020.3

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

About

Efficient and advanced man in the middle framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.9%
  • Python 22.0%
  • Makefile 2.4%
  • Batchfile 2.1%
  • Other 0.6%