Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurelienloyer/drop-that-key
⚠🔑 Attention ! Ne mets pas cette clé: tu risques de te faire hacker très fort !
https://github.com/aurelienloyer/drop-that-key
arduino badusb hacking microcontrollers trinket
Last synced: 7 days ago
JSON representation
⚠🔑 Attention ! Ne mets pas cette clé: tu risques de te faire hacker très fort !
- Host: GitHub
- URL: https://github.com/aurelienloyer/drop-that-key
- Owner: AurelienLoyer
- Created: 2017-10-24T07:59:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T15:55:38.000Z (over 6 years ago)
- Last Synced: 2024-11-10T04:36:58.895Z (2 months ago)
- Topics: arduino, badusb, hacking, microcontrollers, trinket
- Language: C++
- Homepage: https://slides.com/aurelienloyer/attention-hacker-fort
- Size: 17.6 KB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drop That Key
**Titre** :
Attention ! Ne mets pas cette clé: tu risques de te faire hacker très fort !**Description** :
On nous demande souvent notre clé usb ou chargeur de téléphone. Mais ne faudrait-il pas se méfier de ces banals objets ? Pendant ce court moment nous allons vous montrer comment vous pouvez exécuter du code rapidement sur un ordinateur depuis “une simple clé usb” et ainsi pousser la réflexion sur les possibilités de “cette astuce” mais aussi les dangers de celle-ci.## Slide
[**Presentation**](https://slides.com/aurelienloyer/attention-hacker-fort)
## Microcontroller
Nous avons testé deux microcontrollers.
**Pourquoi ?** Code facile / Facile à trouver / Peu coûteux
**La suite ?** Trouver d'autres idées sympa / Tester d'autres microcontrollers, clé usb, ...### **Trinket**
Adafruit Trinket - Mini Microcontroller - 5V Logic
[Amazon](https://amzn.to/2HR76pb)### **Pro micro**
KOOKYE Pro Micro Module Board ATmega32U4 5V/16MHz
[Amazon](https://amzn.to/2FMQd9e)## Todo
* [ ] Custom keyboard for mac
* [ ] OSX get last imessage and send it by email
* [ ] KeyLogger ?
* [ ] Linux / Windows...
* [x] Test somethink using camera ?
* [x] Test disable hack if jumper is present ( see issue #1 )## Utiles
* [🛠 Réparer bootloader trinket](https://learn.adafruit.com/introducing-trinket/repairing-bootloader)
## Liens
[Duckduino Rubber code -> Arduino](https://nurrl.github.io/Duckuino/)
[Rubber Ducky Payloads](https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads)
[Ducktoolkit](https://ducktoolkit.com/viewscript/all/)
[Azerty keyboard](http://www.zem.fr/utiliser-mouse-keyboard-azerty-arduino-pro-micro-teensy/)