spicesouls / ducker

A lightweight ducky script generator written in python.

Home Page:https://spicesouls.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ¦† Ducker

A lightweight ducky script generator written in python.

forthebadge forthebadge

β˜‘οΈ Generating scripts that write your payload to:

  • cmd
  • Powershell
  • Notepad

πŸ›  Installation

git clone https://github.com/spicesouls/ducker
cd ducker && pip install -r requirements.txt
chmod +x ducker.py
./ducker.py -h

πŸ“ƒ Usage

./ducker.py [-h] [--payload PAYLOAD] [-m MODE] [-d DELAY] [-o OUTPUT]

πŸ“– Example Payloads

Opening a Rickroll Video with Powershell

ducker/examples/rickroll_powershell.txt

Writing 'HACKED BY THE DUCKY!' in Notepad

ducker/examples/hacked_ascii_art_notepad.txt

My Blog: https://beyondrootsec.wordpress.com

🚧! THIS IS FOR STRICTLY EDUCATIONAL PURPOSES, I AM NOT RESPONSIBLE FOR YOUR USE OF THIS !🚧

License

About

A lightweight ducky script generator written in python.

https://spicesouls.github.io

License:MIT License


Languages

Language:Python 100.0%