updated Readme, added finish() to SJ plugin

This commit is contained in:
byt3bl33d3r 2014-11-29 16:37:41 +01:00
commit 78dcfc0383
4 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,4 @@
MITMf V0.7
MITMf V0.8
==========
Framework for Man-In-The-Middle attacks
@ -12,6 +12,7 @@ Availible plugins:
- 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
- SessionHijacking - Performs sessions hijacking attacks, and stores cookies in a firefox profile
- 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
@ -28,6 +29,8 @@ So far the most significant changes have been:
- Addition of the AirPwn plugin (Python port of the original project), which also supports the DNSpwn attack
- Addition of the SessionHijacking plugin, which uses code from FireLamb (https://github.com/sensepost/mana/tree/master/firelamb) to store cookies in a Firefox profile
- Spoof plugin now supports ICMP, ARP and DHCP spoofing along with DNS tampering
(DNS tampering code was stolen from https://github.com/DanMcInerney/dnsspoof/)