Update mitmf.py

This commit is contained in:
xtr4nge 2015-06-21 13:38:22 +01:00
commit d0660ea5ec

View file

@ -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()