mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-26 22:40:18 +00:00
Update spawn.py
This commit is contained in:
parent
d0b3bb6b8a
commit
268efbce9a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if core.check_options("CUSTOM_EXE="):
|
|||
data = data.replace('param name="8" value="YES"', 'param name="8" value="{0}"'.format(goat_random))
|
||||
filewrite.write(data)
|
||||
|
||||
subprocess.Popen("mv {0{ {1}".format(os.path.join(core.setdir, "web_clone/index.html.new"),
|
||||
subprocess.Popen("mv {0} {1}".format(os.path.join(core.setdir, "web_clone/index.html.new"),
|
||||
os.path.join(core.setdir, "web_clone/index.html")),
|
||||
shell=True).wait()
|
||||
|
||||
|
|
Loading…
Reference in a new issue