reduced counter on client side generation

This commit is contained in:
TrustedSec 2016-04-23 21:09:42 -04:00
parent 84df8e589f
commit 512beeee8e

View file

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