Skip to content
Edo -maland- edited this page Nov 4, 2016 · 9 revisions

Bad Usb With Teensy 3.x

Bad

Now Teensy can be use for penetration

Teensy like a rubber ducky , why im choose teensy ? because the price very cheap for me . t’s extremely useful for executing scripts on a target machine without the need for human-to-keyboard interaction ( HID -ATTACK ) . I’ve used it in my security testing to run recon or enumeration scripts, execute reverse shells, exploit local DLL hijack/privilege escalation vulnerabilities, and get all password . Now im develop toolkit vairous payload creator ( Brutal ) for this HID ( Teensy ) to help breaking very fast in a computer during penetration tests. I will start by introducing the Teensy, Features , and Teensy Loader Application

What Teensy ?

The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port.

Features in Teensy

  • Compatible with Arduino Software & Libraries
  • USB can be any type of device
  • Single pushbutton programming
  • Easy to use Teensy Loader application
  • Free software development tools
  • Works with Mac OS X, Linux & Windows
  • Tiny size, perfect for many projects
  • Available with pins for solderless breadboard

Teensy Loader Application

Bad The Teensy Loader makes getting code into your Teensy easy. Just press and release the reboot button and the processor runs the HalfKay bootloader, which is automatically detected. Teensy Loader lets you download your code and reboot to it. Automatic mode downloads and reboots to your code the instant your computer detects HalfKay. The latest version of your code is always used. Just press the button and within 1 to 2 seconds your latest code is running!

Detail

For more Details you can visit the site : https://www.pjrc.com

Clone this wiki locally