Update missing exercises and add some additional content

This commit is contained in:
2023-01-18 21:11:42 +01:00
parent 306bb4e8bf
commit 05bb18a600
5 changed files with 24 additions and 12 deletions

View File

@@ -1,7 +1,16 @@
# Hardware-Hacking-101
# Hardware Hacking 101
Hardware hacking learning platform for educational usage like schools, university etc.
Short description: Hardware hacking learning platform for educational usage like schools, university etc.
This repo contains the information about the hardware, the used code and challenges and slides (only in German).
The long description: I'm using the Hardware Hacking 101 at the DHBW Mosbach (https://www.mosbach.dhbw.de/) "IT Security 2" lecture for students of applied computer science.
Feel free to use the provided information etc. for your own challenges and hacking edu projects. It would be nice, if you share your experience with me :-)
The idea is to show the students how "easy" hacking of hardware become in time of IoT and modern SOC based embedded systems. And to allay their fear getting in touch with hardware, the analyzing tools and dissembling electronic stuff. And on the other side showing the security risks and flaws IoT and embedded (consumer) devices in our newer days (may) have because most of the vendors dont have security in mind, even dont know about or care about because it has to be cheap. If you know the possible security issues inside your system/product you can point and prevent/mitigate them.
## About the Repository and Content
This repo contains the information about the hardware, the used code, challenges, exercises and slides (only in German).
Feel free to use the provided information etc. for your own challenges and hacking edu projects. It would be nice, if you share your experience with me :-)
Because I like the idea of open source and open education, the provide information inside this repo are free to use and modify. Where possible the code is licensed under the GPLv3 (https://www.gnu.org/licenses/gpl-3.0.de.html) and the slides, pictures, hardware design are licensed under the CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/).

View File

@@ -6,4 +6,4 @@ If assembled round about 26 boards, which where successfully used by the student
It's planed to make a nice version of the hacking hardware - someone in the future ;-)
The pictures are licensed under the Creative-Commons-Lizenz Attribution-ShareAlike 3.0 Unported (CC-by-sa-3.0) - https://creativecommons.org/licenses/by-sa/3.0/legalcode
The pictures are all copyright by Christopher Scheuring <chris@aucmail.de> and licensed under the CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/).

View File

@@ -1,11 +1,14 @@
# Slides Presented at the DHBW Mosbach
# Slides Used at the DHBW Mosbach (GERMAN ONLY)
This directory contains the slides used for the Hacking 101 session at the DHBW Mosbach by myself. If you are interested about the challenges solution, please send me an eMail: chris@aucmail.de
This directory contains the slides used for the Hacking 101 session at the DHBW Mosbach by myself. If you are interested about the challenges solutions, please send me an eMail: chris@aucmail.de
I will not put the solution here inside the repo, because I'm using the current version of the challenges inside my sessions.
I will not put the solutions inside this repo, because I'm using the current version of the challenges at my lessons.
Currently the are only available in German - I currently don't have the time translating them into English. If there is someone who likes to translate the content, don't hesitate contacting me.
Currently the slides are only available in German - unfortunately I don't have the time translating them into English. If there is someone who likes to translate the content, don't hesitate contacting me.
The slides are all copyright by Christopher Scheuring <chris@aucmail.de>
The files for the sigrok exercises are also available (Sigrok_Exercises.7z).
If you want to use the slides or parts of, please be so kind an ask me and add the copyright information :-)
If you have any feedback or suggestions, don't hesitate contacting me. And if there are any improvements I'm also glad to read about them :-)
The slides and exercises are all copyright by Christopher Scheuring <chris@aucmail.de> and licensed under the CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/).

BIN
slides/Sigrok_Exercises.7z Normal file

Binary file not shown.

View File

@@ -4,4 +4,4 @@ This directory contains the used code for the hacking challenge, a function test
The directory DEMO-SD-Card contains the used directory structure of the sd-card which is attached by the SPI card reader. The sd-card must the vfat formatted and the content of the DEMO-SD-Card must be copied inside the root of the sd-card.
The code is licensed under the GPLv3 (https://www.gnu.org/licenses/gpl-3.0.de.html) - **except** the code of the files ./lib/bmp180.py and ./lib/sdcard.py
The code is copyright by Christopher Scheuring <chris@aucmail.de> and licensed under the GPLv3 (https://www.gnu.org/licenses/gpl-3.0.de.html) - **except the code of the files ./lib/bmp180.py and ./lib/sdcard.py**.