mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-21 14:03:26 -07:00
added airpwn plugin
This commit is contained in:
parent
8dde6f8c60
commit
8ff9c246db
12 changed files with 162 additions and 1 deletions
|
@ -11,6 +11,7 @@ Availible plugins:
|
|||
- Spoof - Redirect traffic using ARP Spoofing, ICMP Redirects or DHCP Spoofing and modify DNS queries
|
||||
- BeEFAutorun - Autoruns BeEF modules based on clients OS or browser type
|
||||
- AppCachePoison - Perform app cache poison attacks
|
||||
- AirPwn - Monitor traffic on an 802.11 network and respond with arbitrary content as configured
|
||||
- BrowserProfiler - Attempts to enumerate all browser plugins of connected clients
|
||||
- CacheKill - Kills page caching by modifying headers
|
||||
- FilePwn - Backdoor executables being sent over http using bdfactory
|
||||
|
@ -25,6 +26,8 @@ So far the most significant changes have been:
|
|||
|
||||
- Integrated SSLstrip+ (https://github.com/LeonardoNve/sslstrip2) by Leonardo Nve to partially bypass HSTS as demonstrated at BlackHat Asia 2014
|
||||
|
||||
- Addition of the AirPwn plugin (Python port of the original project)
|
||||
|
||||
- Spoof plugin now supports ICMP, ARP and DHCP spoofing along with DNS tampering
|
||||
(DNS tampering code was stolen from https://github.com/DanMcInerney/dnsspoof/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue