mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-12-17 08:13:14 +00:00
7 lines
173 B
Python
7 lines
173 B
Python
#!/usr/bin/python
|
|
import os
|
|
import sys
|
|
definepath=os.getcwd()
|
|
sys.path.append(definepath)
|
|
from src.core.setcore import *
|
|
start_web_server_unthreaded(setdir + "/web_clone/")
|