mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-30 08:20:17 +00:00
commit
515659a8e3
1 changed files with 1 additions and 1 deletions
|
@ -1386,7 +1386,7 @@ def start_dns():
|
|||
# the main ~./set path for SET
|
||||
def setdir():
|
||||
if check_os() == "posix":
|
||||
return os.getenv("HOME") + "/.set"
|
||||
return os.path.join(os.path.expanduser('~'), '.set')
|
||||
if check_os() == "windows":
|
||||
return "src/program_junk/"
|
||||
# set the main directory for SET
|
||||
|
|
Loading…
Reference in a new issue