mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
Update README.md
This commit is contained in:
parent
42499a9e32
commit
0add358a57
1 changed files with 21 additions and 22 deletions
41
README.md
41
README.md
|
@ -1,5 +1,6 @@
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
#MITMf
|
#MITMf
|
||||||
|
|
||||||
|
@ -18,7 +19,7 @@ Contact me at:
|
||||||
|
|
||||||
Description
|
Description
|
||||||
============
|
============
|
||||||
MITMf aims to provide a one-stop-shop for Man-In-The-Middle and Network attacks while updating and improving
|
MITMf aims to provide a one-stop-shop for Man-In-The-Middle and network attacks while updating and improving
|
||||||
existing attacks and techniques.
|
existing attacks and techniques.
|
||||||
|
|
||||||
Originally built to address the significant shortcomings of other tools (e.g Ettercap, Mallory), it's been almost completely
|
Originally built to address the significant shortcomings of other tools (e.g Ettercap, Mallory), it's been almost completely
|
||||||
|
@ -28,23 +29,23 @@ Additionally, the framework contains a built-in SMB, HTTP and DNS server that ca
|
||||||
|
|
||||||
Available plugins
|
Available plugins
|
||||||
=================
|
=================
|
||||||
- ```HTA Drive-By``` : Injects a fake update notification and prompts clients to download an HTA application
|
- **HTA Drive-By** : Injects a fake update notification and prompts clients to download an HTA application
|
||||||
- ```SMBtrap``` : Exploits the 'SMB Trap' vulnerability on connected clients
|
- **SMBTrap** : Exploits the 'SMB Trap' vulnerability on connected clients
|
||||||
- ```Screenshotter``` : Uses HTML5 Canvas to render an accurate screenshot of a clients browser
|
- **ScreenShotter** : Uses HTML5 Canvas to render an accurate screenshot of a clients browser
|
||||||
- ```Responder``` : LLMNR, NBT-NS, WPAD and MDNS poisoner
|
- **Responder** : LLMNR, NBT-NS, WPAD and MDNS poisoner
|
||||||
- ```SSLstrip+``` : Partially bypass HSTS
|
- **SSLstrip+** : Partially bypass HSTS
|
||||||
- ```Spoof``` : Redirect traffic using ARP spoofing, ICMP redirects or DHCP spoofing
|
- **Spoof** : Redirect traffic using ARP, ICMP, DHCP or DNS spoofing
|
||||||
- ```BeEFAutorun``` : Autoruns BeEF modules based on a client's OS or browser type
|
- **BeEFAutorun** : Autoruns BeEF modules based on a client's OS or browser type
|
||||||
- ```AppCachePoison``` : Perform app cache poisoning attacks
|
- **AppCachePoison** : Performs HTML5 App-Cache poisoning attacks
|
||||||
- ```Ferret-NG``` : Transperently hijacks sessions
|
- **Ferret-NG** : Transperently hijacks client sessions
|
||||||
- ```BrowserProfiler``` : Attempts to enumerate all browser plugins of connected clients
|
- **BrowserProfiler** : Attempts to enumerate all browser plugins of connected clients
|
||||||
- ```FilePwn``` : Backdoor executables sent over HTTP using the Backdoor Factory and BDFProxy
|
- **FilePwn** : Backdoor executables sent over HTTP using the Backdoor Factory and BDFProxy
|
||||||
- ```Inject``` : Inject arbitrary content into HTML content
|
- **Inject** : Inject arbitrary content into HTML content
|
||||||
- ```BrowserSniper``` : Performs drive-by attacks on clients with out-of-date browser plugins
|
- **BrowserSniper** : Performs drive-by attacks on clients with out-of-date browser plugins
|
||||||
- ```jskeylogger``` : Injects a Javascript keylogger into a client's webpages
|
- **JSkeylogger** : Injects a Javascript keylogger into a client's webpages
|
||||||
- ```Replace``` : Replace arbitary content in HTML content
|
- **Replace** : Replace arbitary content in HTML content
|
||||||
- ```SMBAuth``` : Evoke SMB challenge-response authentication attempts
|
- **SMBAuth** : Evoke SMB challenge-response authentication attempts
|
||||||
- ```Upsidedownternet``` : Flips images 180 degrees
|
- **Upsidedownternet** : Flips images 180 degrees
|
||||||
|
|
||||||
How to install on Kali
|
How to install on Kali
|
||||||
======================
|
======================
|
||||||
|
@ -57,9 +58,7 @@ Installation
|
||||||
============
|
============
|
||||||
If you're rocking Kali and want the latest version:
|
If you're rocking Kali and want the latest version:
|
||||||
- Clone this repository
|
- Clone this repository
|
||||||
- Run the ```kali_setup.sh``` script
|
- Run the ```kali_setup.sh``` script (**Note: you can ignore any errors when ```pip``` tries to install dependencies, MITMf should be able to run anyway**)
|
||||||
|
|
||||||
**Note: you can ignore any errors when ```pip``` tries to install dependencies, MITMf should be able to run anyway**
|
|
||||||
|
|
||||||
If you're rocking any other Linux distro:
|
If you're rocking any other Linux distro:
|
||||||
- Clone this repository
|
- Clone this repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue