Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSecREDD authored Sep 3, 2023
1 parent 46656c6 commit e2dd5aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@
BadUSB Payload Development Launcher

This tool was created to give people the ability to develop BadUSB payloads without plugging in a device, loading the device, loading the dev payload, then executing on device. This allows the BadUSB script to be simulated as if a BadUSB Device was running the attack. More features will be added later. This project is meant for development and education purposes only.


```PS> > .\BadPS.ps1 --help
BadPS Examples:
.\BadPS.ps1 <badusb_file.txt> - Launch a BadUSB payload
.\BadPS.ps1 - Launch BadPS in Dev Mode
Supported BadUSB Commands:
DELAY, DEFAULT_DELAY, BACKSPACE, ENTER, PRINTSCREEN, GUI, ALT, CTRL, SHIFT, ESCAPE,
CTRL-SHIFT, SHIFT-ALT, SHIFT-GUI, CTRL-ALT, F1-12, UP, DOWN, LEFT, RIGHT, STRING/ALTSTRING,
TAB, SCROLLLOCK, CAPSLOCK, INSERT
Un-Supported BadUSB Commands:
DEFINE, EXFIL, CTRL-ALT DELETE (due to Windows Limits), ALTCODE, Unknown
```

0 comments on commit e2dd5aa

Please sign in to comment.