Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

new payload-RDPop #234

wants to merge 7 commits into from

Conversation

C08W38101
Copy link

opens RDP and disables defender and firewall (I think)

@C08W38101
Copy link
Author

my payload is intended for security researchers who need a way to rdp into their target
it can be used via an rdp client (I think, I cannot test without a badusb, which I do not own)

@C08W38101 C08W38101 changed the title RDPop payload new payload-RDPop Jun 14, 2024
@kalanihelekunihi
Copy link
Collaborator

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.

@C08W38101
Copy link
Author

changed it, let me know if more issues pop up

@C08W38101
Copy link
Author

also excuse my powershell, it became Frankenstein code over time with me putting in more code I learned and thought I could use

@kalanihelekunihi
Copy link
Collaborator

The code now compiles properly.
As a suggestion, you can use the STRINGLN command for “type this string, followed by enter”.

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.

@C08W38101
Copy link
Author

thanks for the help, I am fixing it right now

@C08W38101
Copy link
Author

C08W38101 commented Jun 15, 2024

anything I need to do before I finalize it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants