Ozuru / Paensy

An attacker-oriented library for the Teensy 3.1 microcontroller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paensy 0.1 by Ozuru (http://www.malware.cat/)

What is Paensy?

Paensy is a combination of the word payload and Teensy - Paensy is an attacker-oriented library written for the development of Teensy devices. Paensy simplifies mundane tasks and allows an easier platform for scripting.

For more information, check out my blog post on it here.

Getting Started With Paensy

You will need the Teensy USB Development Board and Teensyduino. The PJRC website has a very easy to use guide on getting Teensyduino setup.

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>

Payloads

Inside the payloads folder you will find a few simple payloads that I have created using Paensy. Feel free to modify/edit them however you wish. They're fully commented so understanding them shouldn't be an issue. If you are confused, open a ticket!

I go more in-depth in my blog article on what each individual payload does.

If you make a payload that you'd like to share, please, open a ticket and I'll gladly add it to the payloads section!

About

An attacker-oriented library for the Teensy 3.1 microcontroller.

License:GNU General Public License v2.0


Languages

Language:Arduino 68.7%Language:C++ 31.3%