Damn Vulnerable IoT Device - The first opensource vulnerable designed IoT device
/!\ This project is currently in development /!\
All details are available on DVID website : http://dvid.eu
This IoT device is designed by my own and published on OpenSource. The main objective is to provide to each interrested people a vulnerable board to improve their skill in IoT hacking.
The board core is composed by a Atmega328p and a OLED screen. For each vulnerabilities, a firmware could be flashed on the Atmega328p in order to offer a specific vulnerable environment.
There is also connection port like UART, Bluetooth, 2,4Ghz and Wifi. In each vulnerability, a specific extension board must be plugged to the board.
Hacking required attacks tools like USBasp and USBuart.
You can buy the board on marketplace (available soon) or build it yourself with Gerber files. The board is shipped with theses three packages :
- Board only and component reference : Naked board only. You must buy all component yourself and solder all component.
- Soldered board without attack component and extention : Soldered board but you must buy all external tools like USBuart, USBasp, extention board.
- Full package : Everything needed (soldered board, external board and attack tools).
If you want to contribute to the project, don't hesitate to open a pull request. By the way, about firmware compilation, you need to compile for atmega328p breadboard 8mhz. In order to do that, just add this board to the /arduino/hardware/arduino/avr/board.txt file
##############################################################
atmega328bb.name=ATmega328 on a breadboard (8 MHz internal clock)
atmega328bb.upload.protocol=arduino
atmega328bb.upload.maximum_size=30720
atmega328bb.upload.speed=57600
atmega328bb.bootloader.low_fuses=0xE2
atmega328bb.bootloader.high_fuses=0xDA
atmega328bb.bootloader.extended_fuses=0x05
atmega328bb.bootloader.file=atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex
atmega328bb.bootloader.unlock_bits=0x3F
atmega328bb.bootloader.lock_bits=0x0F
atmega328bb.build.mcu=atmega328p
atmega328bb.build.f_cpu=8000000L
atmega328bb.build.core=arduino:arduino
atmega328bb.build.variant=arduino:standard
atmega328bb.bootloader.tool=arduino:avrdude
atmega328bb.upload.tool=arduino:avrdude
- findTheDatasheet - EN - http://blog.ghozt.ninja/2019/07/19/findthedatasheet/
- findTheDatasheet - FR - https://shoxxdj.fr/dvid-hardware-find-the-datasheet/
- defaultPassword - FR - https://shoxxdj.fr/dvid-firmware-defaultpassword/
- Bluetooth characteristic2 - EN - https://rayenmessaoudi.github.io/dvid-bluetooth-characteristic2/