mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-27 15:00:27 +00:00
Merge branch 'master' of github.com:trustedsec/social-engineer-toolkit
This commit is contained in:
commit
57644c88b6
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
try:
|
||||||
|
import readline
|
||||||
|
except:
|
||||||
|
pass
|
||||||
from src.core.setcore import bcolors, get_version, check_os, meta_path
|
from src.core.setcore import bcolors, get_version, check_os, meta_path
|
||||||
|
|
||||||
# grab version of SET
|
# grab version of SET
|
||||||
|
|
Loading…
Reference in a new issue