All Projects → lr3800 → Teensy

lr3800 / Teensy

teensy示例代码

Projects that are alternatives of or similar to Teensy

Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (+247.06%)
Mutual labels:  arduino, teensy
Teensystep
Fast Stepper Motor Library for Teensy boards
Stars: ✭ 191 (+461.76%)
Mutual labels:  arduino, teensy
Tpmgenie
TPM Genie is an I2C bus interposer for discrete Trusted Platform Modules
Stars: ✭ 124 (+264.71%)
Mutual labels:  arduino, teensy
Dmxusb
DMXUSB emulates an ENTTEC-compatible DMXKing USB to DMX serial device with one, two, or n universes.
Stars: ✭ 66 (+94.12%)
Mutual labels:  arduino, teensy
Guislice
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
Stars: ✭ 534 (+1470.59%)
Mutual labels:  arduino, teensy
Teensy64
C64 Emulation on a Teensy 3.6
Stars: ✭ 112 (+229.41%)
Mutual labels:  arduino, teensy
Arduino Applemidi Library
Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
Stars: ✭ 177 (+420.59%)
Mutual labels:  arduino, teensy
Polaron
A DIY drum machine for the teensy microcontroller (hardware / software)
Stars: ✭ 99 (+191.18%)
Mutual labels:  arduino, teensy
Control Surface
Arduino library for creating MIDI controllers and other MIDI devices.
Stars: ✭ 377 (+1008.82%)
Mutual labels:  arduino, teensy
Midi controller
This is a library for creating a MIDI controller using an Arduino or Teensy board.
Stars: ✭ 287 (+744.12%)
Mutual labels:  arduino, teensy
Rf1101se Teensy
Driving one of those cheap RF1101SE boards with a Arduino or Teensy
Stars: ✭ 45 (+32.35%)
Mutual labels:  arduino, teensy
Brutal
Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy . Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device ( Payload Teensy )
Stars: ✭ 678 (+1894.12%)
Mutual labels:  arduino, teensy
Jankdrone
The jankest autonomous drone ever built and programmed from scratch
Stars: ✭ 127 (+273.53%)
Mutual labels:  arduino, teensy
Onewirehub
OneWire slave device emulator
Stars: ✭ 195 (+473.53%)
Mutual labels:  arduino, teensy
Taskscheduler
Cooperative multitasking for Arduino, ESPx and STM32 microcontrollers
Stars: ✭ 613 (+1702.94%)
Mutual labels:  arduino, teensy
Ferret
Ferret is a free software lisp implementation for real time embedded control systems.
Stars: ✭ 878 (+2482.35%)
Mutual labels:  arduino, teensy
Teensyz80
Code and related parts of the TeensyZ80 project.
Stars: ✭ 28 (-17.65%)
Mutual labels:  arduino
Hoverboardcontroller
A sample Arduino sketch to drive one motor using the self balancing scooter motor controller - for 3.3V Arduino ONLY!
Stars: ✭ 31 (-8.82%)
Mutual labels:  arduino
Catchme
CatchME - WiFi Fun Box "Having Fun with ESP8266"
Stars: ✭ 28 (-17.65%)
Mutual labels:  arduino
Happy bubble esp32 node
An ESP_32 based node for an Happy Bubbles presence server.
Stars: ✭ 28 (-17.65%)
Mutual labels:  arduino

BadUSB

支持 teensy ,USB 橡皮鸭, 烧鹅,Arduino

文件说明

_win_cmdAdd3389Admin.ino

打开 3389端口 添加用户
用户: admin 密码: admin

_win_CMDaddAdminUser.ino

添加管理员 用户: admin 密码: admin

 _win_hacked_by.ino

输出语句,演示

_win_lnx_HttpDownExec.ino

win/linux下载者(替换地址)

linux木马地址: http://www.test.com/xxoo.out

Win木马地址: http://www.test.com/test.exe

testcode

比较稳定的示例写法,测试支持WIN7,WIN8,WIN10系统;其他自测

提示

如果使用中文输入法,那么有可能输入错误的命令;如果遇到中文输入法问题请加上两行代码

Keyboard.press(KEY_CAPS_LOCK); //按下大写键 这里我们最好这样写 不然大多数电脑在中文输入的情况下就会出现问题

Keyboard.release(KEY_CAPS_LOCK); //释放大写键

更多脚本请浏览 https://github.com/samratashok/Kautilya

'仅供学习交流,请勿非法用途

BadUSB

Support teensy, USB rubber duck, roast goose, Arduino

Document description

win_cmdAdd3389Admin.ino

Open port 3389 to add users

User: admin

Password: admin

win_CMDaddAdminUser.ino

Added Administrator

User: admin

Password: admin

win_hacked_by.ino

Output statement, demonstration

win_lnx_HttpDownExec.ino

Win/linux downloader (replacement address)

Linux Trojan Horse Address: http://www.test.com/xxoo.out

Win Trojan Horse Address: http://www.test.com/test.exe

Testcode

More stable example writing, test support WIN7, WIN8, WIN10 system; other self-test Hints

If you use the Chinese input method, you may enter wrong commands; if you encounter problems with the Chinese input method, add two lines of code.

Keyboard. press (KEY_CAPS_LOCK); // Press the capitalization key here, we'd better do this, otherwise most computers will have problems with Chinese input.

Keyboard. release (KEY_CAPS_LOCK); // release uppercase key

For more scripts, browse https://github.com/samratashok/Kautilya

'For learning and communication only, please don't use it illegally.

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].