Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Riscure/Rhme-2016
Rhme2 challenge (2016)
https://github.com/Riscure/Rhme-2016
Last synced: 22 days ago
JSON representation
Rhme2 challenge (2016)
- Host: GitHub
- URL: https://github.com/Riscure/Rhme-2016
- Owner: Riscure
- Created: 2016-07-29T14:06:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T09:25:00.000Z (over 7 years ago)
- Last Synced: 2024-04-15T13:23:02.216Z (8 months ago)
- Language: C
- Size: 128 KB
- Stars: 290
- Watchers: 19
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Riscure/Rhme-2016 - Rhme2 challenge (2016) (C)
README
# Rhme-2016
## Challenge Binaries
You can use the challenge binaries on a normal Arduino Nano or Uno board (atmega328p chip). To upload the challenge to the board, use the following command:
avrdude -c arduino -p atmega328p -P /dev/ttyUSB* -b115200 -u -V -U flash:w:CHALLENGE.hex
Please keep in mind that depending on the bootloader that is installed on your board, the baudrate will change. Stock Nano baudrate should be 57600, and stock Uno is 115200. (Thanks [HydraBus]kag for this info).
## Write-ups
* https://github.com/hydrabus/rhme-2016
* https://www.balda.ch/posts/2017/Mar/01/rhme2-writeup/
* https://www.youtube.com/playlist?list=PLhixgUqwRTjwNaT40TqIIagv3b4_bfB7M
* https://ctf.rip/rhme2-secretsauce/
* https://ctf.rip/rhme2-fridgejit/
* https://github.com/mrmacete/writeups/tree/master/rhme2/fridge-plugin
* https://github.com/gijsh/rhme2_writeups
* https://www.youtube.com/watch?v=6_Z5RcHoykE
* https://n0wblog.blogspot.nl/2017/03/rhme2-writeups-secure-filesystem.html
* https://n0wblog.blogspot.nl/2017/03/rhme2-writeups-jumpy.html
* https://github.com/ikizhvatov/jlsca-tutorials
* https://firefart.at/post/rhme2_whac_the_mole/## Old readme
The second round is coming!The RHme2 (Riscure Hack me 2) is our low level hardware CTF challenge that comes in the form of an Arduino Nano board. The new edition provides a completely different set of new challenges to test your skills in side channel, fault injection, cryptoanalysis and software exploitation attacks.
For more information and registration, visit http://rhme.riscure.com
Follow us on twitter at @riscure and #rhme2 for updates.