2013年6月6日 星期四

teensy

1. download file from
http://www.pjrc.com/teensy/td_download.html

2. install

Install Step 1: Download & Extract Arduino

First, you must download the Arudino Software. Remember the location where you extracted the files.

Install Step 2: (Linux only) Install udev Rules

The udev rule file gives non-root users permission to use the Teensy device. More Linux tips below.
sudo cp 49-teensy.rules /etc/udev/rules.d/

Install Step 3: Run Teensyduino Installer

The Teensyduino installer adds the necessary support files to Arduino.

3. generate a PDE file by SET
4. copy & paste the content to Arduino (board:teensy 2++ & usb type: keyboard)
5. click verify

reference:
http://diy.elecfans.com/P/44

http://www.n2netsec.com/site/index.php?option=com_content&view=article&id=39:using-set-and-the-teensy-controller-in-penetration-tests&catid=18:pentesting&Itemid=89

https://github.com/trustedsec/social-engineer-toolkit/blob/master/src/teensy/sd2teensy.py
This tool will read in a file from the Teensy SDCard, not mount it via
Windows and perform a hex to binary conversion via Powershell. It requires
you to have a Teensy device with a soldered USB device on it and place the
file that this tool outputs in order to successfully complete the task.
It works by reading natively off the SDCard into a buffer space thats then
written out through the keyboard.

kautilya
Kautilya is a toolkit which provides various payloads for a Human Interface Device which may help in breaking in a computer. The toolkit is written in Ruby.
- The Windows payloads and modules are written mostly in powershell (in combination with native commands) and are tested on Windows 7 and Windows 8.
- The Linux payloads are mostly shell scripts (those installed by default) in combination with commands. These are tested on Ubuntu 11.
- The OS X payloads are shell scripts (those installed by default) with usage of native commands. Tested on OS X Lion running on a VMWare
- To get the latest version of the toolkit you should checkout the svn repository using
"svn checkout http://kautilya.googlecode.com/svn/trunk/ kautilya"
In principal Kautilya should work with any HID capable of acting as a keyboard. Kautilya has been tested on Teensy++2.0 and Teensy 3.0 from pjrc.com. Updates about Kautilya can be found most of the times at my blog http://labofapenetrationtester.blogspot.com/ and google group.
For any queries or feedback, post to official google group http://groups.google.com/group/kautilya-users or mail me at nikhil d0t uitrgpv at gmail.com

沒有留言:

張貼留言