Skip to content

Ducky Script is the payload language of Hak5 gear. Since its introduction with the USB Rubber Ducky in 2010, Ducky Script has grown in capability while maintaining simplicity. Aided by Bash for logic and conditional operations, Ducky Script provides multi-vector functions for all Hak5 payload platforms.

License

abirabedinkhan/Ducky-Script-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ducky Script Compiler

Ducky Script is the payload language of Hak5 gear. Since its introduction with the USB Rubber Ducky in 2010, Ducky Script has grown in capability while maintaining simplicity. Aided by Bash for logic and conditional operations, Ducky Script provides multi-vector functions for all Hak5 payload platforms.

It is a simple python script to run Ducky Script. I also add some additional functions.

Installation

Install Ducky Script with pip3

  cd my-project
  pip3 install -r requirements.txt
  py .\main.py YOURFILENAME.dd
  # OR
  py .\main.py # To run defult file (payload.dd)

Demo

Here is some demo payloads files: https://github.com/abirabedinkhan/usbrubberducky-payloads

Authors

License

MIT

About

Ducky Script is the payload language of Hak5 gear. Since its introduction with the USB Rubber Ducky in 2010, Ducky Script has grown in capability while maintaining simplicity. Aided by Bash for logic and conditional operations, Ducky Script provides multi-vector functions for all Hak5 payload platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages