GREYFOXRGR / teensy-payloads

An attacker oriented library for the Teensy microcontroller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teensy Payloads

You can buy Teensy at PJRC or at Adafruit.

Initial setup

Installation of the Arduino Sketch 1.0.6 as other versions are not supported. Arduino Old Software Releases Link

You will also need Teensyduino. The PJRC website has a very easy to use guide on getting Teensyduino setup.

Usage

  1. Select your Teensy board on the Arduino Sketch Tools>Board>Teensy*

PaensyLib By Ozuru

Once Teensyduino is installed and working, place the PaensyLib folder inside your Arduino\libraries. Arduino is installed in your Program Files (x86 if 64 bit) directory by default. To utilize Paensy, simply include the library in your code:

#include <paensy.h>

More payloads

  1. ( https://www.trustedsec.com/social-engineer-toolkit/ )
  2. ( http://www.irongeek.com/i.php?page=security/programmable-hid-usb-keystroke-dongle )
  3. ( http://github.com/Screetsec/Pateensy )
  4. ( https://github.com/Ozuru/Paensy )
  5. ( https://github.com/kbeflo/teensy-payloads )

Distributed under the GNU GENERAL PUBLIC LICENSE v3. See LICENSE for more information.

Note that this repo is for educational purposes only. No contributors, major or minor, are to fault for any actions done by this program.

Donate with PayPal

Kleo Bercero

About

An attacker oriented library for the Teensy microcontroller.

License:GNU General Public License v3.0


Languages

Language:C++ 96.7%Language:C 3.3%