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

10 lines
230 B
Python
Raw Normal View History

2012-12-31 22:11:37 +00:00
#!/usr/bin/env python
# This is just a simple import for web_start
import sys
import setcore
me = setcore.mod_name()
setcore.debug_msg(me,"importing 'src.html.spawn'",1)
sys.path.append("src/html")
try: reload(spawn)
except: pass