GithubHelp home page GithubHelp logo

toeirei / t-dongle-ducky Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lockmanipulator/t-dongle-ducky

0.0 0.0 0.0 65 KB

LilyGo T-Dongle-S3 turned into a Rubber Ducky with wifi

C++ 100.00%

t-dongle-ducky's Introduction

T-Dongle-Ducky

LilyGo T-Dongle-S3 turned into a Rubber Ducky with wifi, controllable through a web server

alt text

Board should be ESP32-S3-USB-OTG in Arduino IDE.
Use libraries from https://github.com/Xinyuan-LilyGO/T-Dongle-S3 under /lib if available.
Change wifi/access point name/password in code to what you need.
Tested on Linux but most keyboard codes should work in Windows too. Unsure about apple products unless someone wants to donate one.

Usage

Go to IP address on screen or 192.168.0.1 if in AP mode
First input will type out the string in the box
Second is to run a single command
Third is to write code
Fourth is to save above code
Fift is to run code
Sixth is to delete a file
MUST save/run/delete a file with a SLASH IN FRONT and EXTENSION AFTER i.e. /example.txt

Commands

PRINT: Types out the following string
PRINTLN: Types out the following string then hits enter
GUI: Presses and releases the left GUI key
GUI : Presses the left GUI and a single character. Single character can be a number or lowercase letter.
DELAY x: Waits x ms
ENTER: Hits enter
HOLD: Holds a single key. If letter, then it has to be lowercase.
Anything that doesn't match the above gets treated as a comment. Comments can not, at the time, be put on the same line as a command.

Non-alphanumeric Keys

CTRL
ALT
SHIFT
DEL
RIGHT
LEFT
UP
DOWN
F1-F12
ENTER
TAB
BACKSPACE
SPACE

Defaults

Access point web page IP: 192.168.0.1
Access point SSID: Iphone13_Hotspot
Web login user: root
Web login password: toor

Example Rickroll

GUI
DELAY 500
PRINTLN web
DELAY 1000
PRINTLN www.youtube.com/watch?v=dQw4w9WgXcQ

Roadmap

  • Read keyboard led states
  • Add bluetooth command and control capabilities
  • Add mouse control
  • Mount as USB storage device
  • Built in method to get USB storage drive
  • Shell through USB port controllable through web server
  • OS detection
  • Preloaded scripts to automatically grab usernames and hashes, network credentials, chrome/firefox passwords, rick roll, etc.

t-dongle-ducky's People

Contributors

lockmanipulator avatar

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.