social-engineer-toolkit/src/html/fasttrack_http_server.py

8 lines
173 B
Python
Raw Normal View History

2012-12-31 17:11:37 -05:00
#!/usr/bin/python
import os
import sys
definepath=os.getcwd()
sys.path.append(definepath)
2013-04-15 10:26:00 -04:00
from src.core.setcore import *
start_web_server_unthreaded(setdir + "/web_clone/")