Skip to content
/ Paensy Public

An attacker-oriented library for the Teensy 3.1 microcontroller.

License

Notifications You must be signed in to change notification settings

Ozuru/Paensy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages