VoidNoi / BadCard

BadUSB for the Cardputer with ducky script support and extra functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BadCard

BadUSB for the Cardputer with ducky script support and extra functionality

Ducky Script processing and executing ported from arducky

NEW FEATURES

  • Bluetooth connection
  • File editing (Thanks to @guidoaguiar)
  • Horizontal file navigation
  • Multiple Keyboard layouts (en_US, es_ES, de_DE, pt_PT, fr_FR, sv_SE, it_IT, hu_HU, da_DK) only for USB connection for now.

You can contribute to BadCard by creating your own keyboard layout following this guide: How to create a keyboard layout for BadCard

If you're having trouble executing your payloads on Windows 11 try adding a DELAY 500 at the end of your payload #1 (comment)

How to use

You can place your payloads inside the /BadCard folder on your SD card (It will be created automatically after installing BadCard)
Your files should use the .txt extension.

OR

You can make your own payloads in your cardputer with the "NEW FILE" option

Available commands
 (1) Commands without payload:
 - ENTER
 - MENU <=> APP
 - DOWNARROW <=> DOWN
 - LEFTARROW <=> LEFT
 - RIGHTARROW <=> RIGHT
 - UPARROW <=> UP
 - BREAK <=> PAUSE
 - CAPSLOCK
 - DELETE
 - END
 - ESC <=> ESCAPE
 - HOME
 - INSERT
 - NUMLOCK
 - PAGEUP
 - PAGEDOWN
 - PRINTSCREEN
 - SCROLLLOCK
 - SPACE
 - TAB
 - REPLAY (global commands aren't implemented)
 
 (2) Commands with payload:
 - DEFAULT_DELAY <=> DEFAULTDELAY (global commands aren't implemented.)
 - DELAY (+int)
 - STRING (+string)
 - GUI <=> WINDOWS (+char)
 - SHIFT (+char or key)
 - ALT (+char or key)
 - CTRL <=> CONTROL (+char or key)
 - REM (+string)

File creating/editing controls

  • You can navigate your file pressing fn and the up, down, left or right keys (aka ;, ., , or /)
  • When you're finished creating your file press fn and esc, add the name of your file and press enter (you don't need to add the .txt extension)

About

BadUSB for the Cardputer with ducky script support and extra functionality

License:GNU General Public License v3.0


Languages

Language:C++ 98.7%Language:C 1.3%