mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 04:59:33 -07:00
Update mitmf.py
This commit is contained in:
parent
134cd66959
commit
d0660ea5ec
1 changed files with 4 additions and 4 deletions
8
mitmf.py
8
mitmf.py
|
@ -180,9 +180,9 @@ DNSChef.getInstance().start()
|
||||||
print "|_ DNSChef v{} online".format(DNSChef.version)
|
print "|_ DNSChef v{} online".format(DNSChef.version)
|
||||||
|
|
||||||
#Start the HTTP Server
|
#Start the HTTP Server
|
||||||
from core.servers.http.HTTPserver import HTTPserver
|
#from core.servers.http.HTTPserver import HTTPserver
|
||||||
HTTPserver.getInstance().start()
|
#HTTPserver.getInstance().start()
|
||||||
print "|_ HTTP server online"
|
#print "|_ HTTP server online"
|
||||||
|
|
||||||
#Start the SMB server
|
#Start the SMB server
|
||||||
from core.servers.smb.SMBserver import SMBserver
|
from core.servers.smb.SMBserver import SMBserver
|
||||||
|
@ -199,4 +199,4 @@ print "|_ MITMf-API running on http://{}:{}\n".format(mitmfapi.getInstance().hos
|
||||||
reactor.run()
|
reactor.run()
|
||||||
|
|
||||||
print "\n"
|
print "\n"
|
||||||
shutdown()
|
shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue