mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-13 18:27:06 -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)
|
||||
|
||||
#Start the HTTP Server
|
||||
from core.servers.http.HTTPserver import HTTPserver
|
||||
HTTPserver.getInstance().start()
|
||||
print "|_ HTTP server online"
|
||||
#from core.servers.http.HTTPserver import HTTPserver
|
||||
#HTTPserver.getInstance().start()
|
||||
#print "|_ HTTP server online"
|
||||
|
||||
#Start the SMB server
|
||||
from core.servers.smb.SMBserver import SMBserver
|
||||
|
@ -199,4 +199,4 @@ print "|_ MITMf-API running on http://{}:{}\n".format(mitmfapi.getInstance().hos
|
|||
reactor.run()
|
||||
|
||||
print "\n"
|
||||
shutdown()
|
||||
shutdown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue