mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 13:32:18 -07:00
updated readme
This commit is contained in:
parent
ea70fafe21
commit
edad0e4666
2 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,8 @@ Availible plugins:
|
||||||
|
|
||||||
So far the most significant changes have been:
|
So far the most significant changes have been:
|
||||||
|
|
||||||
- Spoof plugin is live !! Supports ICMP, ARP and DNS spoofing
|
- Spoof plugin is live !! Supports ICMP, ARP and DNS spoofing
|
||||||
|
DNS Spoofing code was stolen from https://github.com/DanMcInerney/dnsspoof/
|
||||||
|
|
||||||
- Usage of third party tools has been completely removed (e.g. ettercap)
|
- Usage of third party tools has been completely removed (e.g. ettercap)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
# DNS Spoofing code has been stolen from https://github.com/DanMcInerney/dnsspoof/
|
||||||
|
#
|
||||||
|
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
from twisted.internet.interfaces import IReadDescriptor
|
from twisted.internet.interfaces import IReadDescriptor
|
||||||
from plugins.plugin import Plugin
|
from plugins.plugin import Plugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue