mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-12-13 22:42:37 +00:00
Merge branch 'master' of https://github.com/trustedsec/social-engineer-toolkit
This commit is contained in:
commit
3df0bc1b31
4 changed files with 1 additions and 2 deletions
|
@ -991,7 +991,6 @@ and send the QRCode via a mailer.
|
|||
if not os.path.isdir("%s/reports" % (setdir)):
|
||||
os.makedirs("%s/reports" % (setdir))
|
||||
gen_qrcode(url)
|
||||
pause = raw_input("QRCode generated.")
|
||||
return_continue()
|
||||
|
||||
except ImportError:
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,4 +14,4 @@ def gen_qrcode(url):
|
|||
# save the image out
|
||||
im.save(setdir + "/reports/qrcode_attack.png", format='png')
|
||||
# print that its been successful
|
||||
print_status("[*] QRCode has been generated under %s/reports/qrcode_attack.png!" % (setdir))
|
||||
print_status("QRCode has been generated under %s/reports/qrcode_attack.png!" % (setdir))
|
||||
|
|
Loading…
Reference in a new issue