Giter Club home page Giter Club logo

duck-duck-boom's Introduction


Logo

Duck Duck Boom

A VS Code Extension to import USB Rubber Ducky payloads quickly!

Install for VS Code »

About The Project

Preview

Duck Duck Boom is a VS Code Extension to import USB Rubber Ducky keystroke injection payloads quickly!
  • Import payloads on Hak5 fast
  • Easy payload development on devices such as the USB Rubber Ducky and the Rubber Nugget
  • Select many payloads from 10 categories ranging from exfiltration to prank payloads

The extension contains a "Quick Payload Select" option that can be accessed through the command palette (Ctrl+Shift+P on Windows and Cmd+Shift+P on Mac). Duck Duck Boom retrieves up-to-date payloads from the usbrubberducky-payloads repository from Hak5.

The USB Rubber Ducky

The USB Rubber Ducky is a flash drive that can type keystroke injection payloads onto a device at seriously fast speeds! Computers detect the USB Rubber ducky as a normal keyboard leaving them vulnerable to keystroke injection attacks. Hak5 has a repository storing payloads for the USB Rubber Ducky submitted by users. Duck Duck Boom provides quick access to payloads stored on the Hak5 USB Rubber Ducky repository.

Payloads Information

Payloads for the USB Rubber Ducky are written with a language called Ducky Script. Payloads for the USB Rubber Ducky are sorted into 10 categories (credentials, execution, exfiltration, general, incident response, mobile, phishing, prank, recon, and remote_access). On Duck Duck Boom, the Quick Select command lets you view payloads under all of those categories.

Project Structure

src/extension.ts: registers commands with VS Code and makes API calls to retrieve all payloads (WIP: API call to retrieve all payloads)

src/controllers/quickPickController.ts: contains Quick Select component functionality. Displays payload categories, and makes respective API calls

src/controllers/payloadController.ts: contains API functions to retrieve all payloads under the Hak5 USB Rubber Ducky repository

src/components/treeDataProvider.ts: contains code to open up a view panel and display all payloads under a TreeView provider (WIP)

src/utils/payloadTypes.ts: contains TypeScript types for API payload responses

Upcoming Features

Currently, Duck Duck Boom is in beta mode which contains a Quick Select payload option. Future features of Duck Duck Boom include:

  1. src/extension.ts: registers commands with VS Code and makes API calls to retrieve all payloads

  2. src/components/treeDataProvider.ts: contains code to open up a view panel and display all payloads under a TreeView provider

If you would like to contribute to this repository, feel free to fork it and submit a pull request with the implemented features.

duck-duck-boom's People

Contributors

ang13t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

duck-duck-boom's Issues

Fix for workspaceFolder path

Use workspace.workspaceFolders[0]?.uri.fsPath and not workspace.workspaceFolders[0]?.uri.toString() to get the extension working again :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.