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

8 lines
173 B
Python
Raw Normal View History

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