This commit is contained in:
TrustedSec 2013-12-11 13:10:05 -05:00
commit 3df0bc1b31
4 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -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))