mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-26 04:17:26 +00:00
Fixed reworking of templates
This commit is contained in:
parent
8ac6cbdaad
commit
74e3854483
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ if choice == "3":
|
|||
URL="http://www.facebook.com"
|
||||
|
||||
# if twitter
|
||||
if choice == "5":
|
||||
if choice == "4":
|
||||
if os.path.isfile("src/html/index.template"):
|
||||
os.remove("src/html/index.template")
|
||||
shutil.copyfile("src/html/templates/twitter/index.template", "src/html/index.template")
|
||||
URL="http://www.twitter.com"
|
||||
|
||||
# if yahoo
|
||||
if choice =="6":
|
||||
if choice =="5":
|
||||
if os.path.isfile("src/html/index.template"): os.remove("src/html/index.template")
|
||||
shutil.copyfile("src/html/templates/yahoo/index.template", "src/html/index.template")
|
||||
URL="http://mail.yahoo.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue