Skip to content

alr0cks/alsploit-mitm-toolkit

Repository files navigation

Man-In-The-Middle Attack Toolkit


Installation:

$ git clone https://github.com/alrocks29/alsploit-mitm-toolkit.git
$ cd alsploit-mitm-toolkit

Install necessary packages:

apt-get install build-essential python-dev libnetfilter-queue-dev

Install python libraries:

$ pip install -r requirements.txt

Execue the following command to enable packet forwarding:

$ echo 1 > /proc/sys/net/ipv4/ip_forward

Usage:

$ python3 Main.py

ALSploit


Modules:

changemac     :Change MAC Address.
netscan       :Scan network for possible active devices.
arpspoof      :Spoof target with ARP requests.
dnsspoof      :Spoof target with DNS (In Progress).
sniff         :Sniff targets (Currently works with HTTP only HTTPS (In progress)).
fintercept    :Replace downloadable files with trojons.
injectjs      :Inject jsvascript code in websites.
wififap       :Start Fake Access Point.

Many features to be added soon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages