-
Notifications
You must be signed in to change notification settings - Fork 298
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
new payload-RDPop #234
base: master
Are you sure you want to change the base?
new payload-RDPop #234
Conversation
my payload is intended for security researchers who need a way to rdp into their target |
There are a considerable number of syntax errors in your script that prevents it from being compiled or run. If you do not have access to a DuckyScript capable device, please at least use the free version of Payload Studio to ensure that it is free of syntax errors before submitting. |
changed it, let me know if more issues pop up |
also excuse my powershell, it became Frankenstein code over time with me putting in more code I learned and thought I could use |
The code now compiles properly. I also have some concerns that this payload won’t run as written due to Windows processing time to do things like launching powershell or running said commands. Some delays based on how long each step takes to execute, or perhaps a “DEFAULT_DELAY 500” would add a 500ms (half second) delay between each of those lines, and with it likely have a better chance of working. |
thanks for the help, I am fixing it right now |
anything I need to do before I finalize it? |
opens RDP and disables defender and firewall (I think)