mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-27 15:00:27 +00:00
update a variable to exit
This commit is contained in:
parent
b8c19f5596
commit
7c096641b7
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ if exploit_counter == 0:
|
||||||
counter = 0
|
counter = 0
|
||||||
while a == 1:
|
while a == 1:
|
||||||
if counter == 10:
|
if counter == 10:
|
||||||
|
a = 2
|
||||||
print_error("Unable to generate PDF - there appears to be an issue with your Metasploit install.")
|
print_error("Unable to generate PDF - there appears to be an issue with your Metasploit install.")
|
||||||
print_error("You will need to troubleshoot Metasploit manually and try generating a PDF. You can manually troubleshoot by going to /root/.set/ and typing msfconsole -r template.rc to reproduce the issue.")
|
print_error("You will need to troubleshoot Metasploit manually and try generating a PDF. You can manually troubleshoot by going to /root/.set/ and typing msfconsole -r template.rc to reproduce the issue.")
|
||||||
pause = raw_input("Press {return} to move back.")
|
pause = raw_input("Press {return} to move back.")
|
||||||
|
|
Loading…
Reference in a new issue