Jump to content

[Release] PyDuckGen - Generate Payloads faster


Recommended Posts

687474703a2f2f692e65707670696d672e636f6d

TLDRhttps://github.com/ThoughtfulDev/PyDuckGen

Hey, since the Simple-Ducky Payload Generator is discontinued i think.. i just wanted to create an easy way to generate existing payloads and move the needed files to the Rubber Ducky.

PyDuck is a Python Script which helps you to get your once written USB Rubber Ducky Payloads onto your Duck's SDCard quickly. You can even change variable components by using a simple

set <attribute> <val>

command. All of this is made easy with a Metasploit like interface. Simply choose your payload with 

use <payload>

configure it and there you go :)

Have a look into the bundled modules in the module folder to understand the attributes but here is a quick explanation.

Your duckscript is:

...
STRING <replacable_text>
...

In your module.json just add you attribute to the attributes tree like this:

"attributes": {
    "replacable_text": "The default value"
}

If you know load your payload with 'use <your_payload>' you can now use the following:

set replacable_text Hak5 is awesome :)

If you then generate the inject.bin using: gen or generate the <replacable_text> will be replaced with Hak5 is awesome. Isn't that...awesome? :D You can even add folder/files to your module.json which are needed for you payload (have a look at the mimikatz_lazagne payloads to see how this works.)

I really suggest that you have a look at the existing payloads to figure out how this works :D

More Information can be found on the Github Repo: https://github.com/ThoughtfulDev/PyDuckGen

Let me know what you think.

Edited by ThoughtfulDev
tldr
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...