Skip to content

cvbenur/ducky-scripts-and-payloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Ducky Scripts and Payloads

A collection of original or modified Rubber Ducky scripts. All of these scripts are written in Ducky Script and are free to use.


What's in there ?

In this archive are Rubber Ducky scripts, all sorted by OS.

NOTE : Some linux distributions have specificities, therefore distribution-specific scripts are stored in directories labeled as the name of the distribution.

E.g. For Kali Linux, which has a different terminal, the scripts are stored in the /payloads/linux/kali/ directory.


What do these scripts do ?

Each of these scripts is named according to what it does on the target machine.

E.g. The /payloads/linux/HelloWorld.txt script will open up a new terminal instance and echo "Hello World!" on most linux machines.


How do I make these scripts work ?

Just copy and adapt the scripts you need, or just download the files and do whatever you want with them.

Some scripts will need to be modified according to your needs.

E.g. In the following snippet :

...
REM     ###     Launching the URL in Firefox
STRING firefox <URL HERE>
DELAY 200
ENTER
...

Just replace the <URL HERE> tag with the URL you wish to launch inside of firefox.
For example, the following script :

...
REM       ###     Launching the URL in Firefox
STRING firefox https://www.google.com/
DELAY 200
ENTER
...

Will open up google.com in a new instance of Firefox.


Disclaimer

I am not responsible of what you do with these scripts. You are the one responsible of your own actions. Should you do anything illegal with any one (or part) of these scripts, you would be the only one responsible.


Written and compiled by benur.

About

A collection of Ducky Script payloads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages