mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
Second pass:
MDNS, LLMNR and NBTNS poisoners are back online HTTP server now functional
This commit is contained in:
parent
fd9b79c617
commit
8b55a2e3f5
8 changed files with 259 additions and 85 deletions
7
mitmf.py
7
mitmf.py
|
@ -91,7 +91,6 @@ strippingFactory = http.HTTPFactory(timeout=10)
|
|||
strippingFactory.protocol = StrippingProxy
|
||||
|
||||
reactor.listenTCP(options.listen_port, strippingFactory)
|
||||
reactor.listenTCP(3141, strippingFactory)
|
||||
|
||||
ProxyPlugins().all_plugins = plugins
|
||||
|
||||
|
@ -141,9 +140,9 @@ NetCreds().start(options.interface, options.ip)
|
|||
print "|_ Net-Creds v{} online".format(NetCreds.version)
|
||||
|
||||
#Start the HTTP Server
|
||||
#from core.servers.HTTP import HTTP
|
||||
#HTTPserver().start()
|
||||
#print "|_ HTTP server online"
|
||||
from core.servers.HTTP import HTTP
|
||||
HTTP().start()
|
||||
print "|_ HTTP server online"
|
||||
|
||||
#Start DNSChef
|
||||
from core.servers.DNS import DNSChef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue