mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
reduced counter on client side generation
This commit is contained in:
parent
84df8e589f
commit
512beeee8e
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ if exploit_counter == 0:
|
|||
a = 1
|
||||
counter = 0
|
||||
while a == 1:
|
||||
if counter == 15:
|
||||
if counter == 10:
|
||||
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.")
|
||||
pause = raw_input("Press {return} to move back.")
|
||||
|
|
Loading…
Add table
Reference in a new issue