All Projects → offensive-security → Hid Backdoor Peensy

offensive-security / Hid Backdoor Peensy

Licence: other
Reliable Teensy Penetration Testing Payload

Labels

Projects that are alternatives of or similar to Hid Backdoor Peensy

E Books
A collections of FREE ebooks
Stars: ✭ 143 (-6.54%)
Mutual labels:  arduino
Arduino Hmc5883l
HMC5883L Triple Axis Digital Compass Arduino Library
Stars: ✭ 146 (-4.58%)
Mutual labels:  arduino
Esp Arduino Apboot
ESP8266 wifi configurator in Arduino lang.. uses eeprom for configs, boots to AP mode if no working config found
Stars: ✭ 150 (-1.96%)
Mutual labels:  arduino
Arduino Eepromex
Extended EEPROM library for Arduino
Stars: ✭ 143 (-6.54%)
Mutual labels:  arduino
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-4.58%)
Mutual labels:  arduino
Jtag2updi
UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
Stars: ✭ 147 (-3.92%)
Mutual labels:  arduino
Si5351arduino
Library for the Si5351 clock generator IC in the Arduino environment
Stars: ✭ 141 (-7.84%)
Mutual labels:  arduino
Maixduino
Arduino port on Maix board ( k210 )
Stars: ✭ 152 (-0.65%)
Mutual labels:  arduino
Esp8266 Mfrc522
MFRC522 RFID module connected to ESP8266 (ESP-12) WiFi module
Stars: ✭ 147 (-3.92%)
Mutual labels:  arduino
Sanguino
Sanguino add-on for the Arduino IDE, based on http://code.google.com/p/sanguino/
Stars: ✭ 149 (-2.61%)
Mutual labels:  arduino
Esp32 Blecollector
ᛡᛒ BLE Scanner + Data persistence on SD Card for M5Stack, Odroid-Go, ESP32-Wrover-Kit and other models
Stars: ✭ 145 (-5.23%)
Mutual labels:  arduino
Openbot
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
Stars: ✭ 2,025 (+1223.53%)
Mutual labels:  arduino
Arduino Libs
Arduino Libs & Examples: ADS1147, ADS7846, DAC8760, DS1307, RV8523, MCP2515, WS2812, S65-Display, MI0283QT-2/-9/-11, HX8347D, ILI9341, SSD1331
Stars: ✭ 148 (-3.27%)
Mutual labels:  arduino
Liveov7670
A step-by-step guide to building the circuit for this project:
Stars: ✭ 143 (-6.54%)
Mutual labels:  arduino
Tinyframe
A simple library for building and parsing data frames for serial interfaces (like UART / RS232)
Stars: ✭ 151 (-1.31%)
Mutual labels:  arduino
Arduino Fsm
Arduino library for implementing a finite state machine.
Stars: ✭ 142 (-7.19%)
Mutual labels:  arduino
Wifly Shield
WiFly Shield -- A shield for the Roving Networks RN-52 WiFly Module.
Stars: ✭ 147 (-3.92%)
Mutual labels:  arduino
Esp8266 Battery
Code for the ESP8266 battery project
Stars: ✭ 152 (-0.65%)
Mutual labels:  arduino
Rfid522 Door Unlock
Arduino RC522 RFID Access Control
Stars: ✭ 151 (-1.31%)
Mutual labels:  arduino
Esp8266 game engine
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
Stars: ✭ 149 (-2.61%)
Mutual labels:  arduino

Teensy Penetration Testing Payload

This Teensy sketch demonstrates the use of NUM / Scroll / CAPS Lock LEDs to communicate back and forth between a Windows computer and the Teensy. Using this method, we can "check" for success on execution of scripts, and get the Teensy to react accordingly.

peensy.ino

Requires a Teensy with a soldered SD, and optional DIP switch. More details about this can be found here - http://www.offensive-security.com/offsec/advanced-teensy-penetration-testing-payloads/. Make sure to choose: Tools-> USB Type -> Disk (SD Card) for the SD to kick in as a USB Storage device.

peensy-stand-alone.ino

Will work on an unmodified Teensy. We simply stripped out all the SD card and DIP switch relevant code.

utils/teensy-payload-split.sh

Crude bash script to convert binary files for transfer from the Teensy SD to Windows, using echo commands. This utility should only be used when you are not mounting the SD Storage as a USB Storage device. File transfer rate is at around 22 kb/minute. A 100k byte file could take around 5 minutes to be transferred.

Note: This peensy code has been cannibalized from multiple sources, including and not limited to :

-- Social Engineering Toolkit -- Kautilya -- IronGeeks PHUKD library -- Various resources on the net.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].