├── .gitattributes ├── 9781484242995.jpg ├── Chapter 3 └── FCC-ID │ ├── Edimax FCC ID .png │ ├── PoA-2129024.pdf │ ├── _DS_Store │ ├── label-2129021.pdf │ ├── test-report-2129025.pdf │ ├── test-setup-photos-2129026.pdf │ ├── user-manual-2129022.pdf │ └── viewer.php_file=https_3A_2F_2Ffccid.io_2FNDD9530401309_2FTest-Setup-Photos_2Ftest-setup-photos-2129026.pdf ├── Chapter 6 ├── badge.cfg └── stm32.cfg ├── Chapter 7 ├── DVRF_v03.bin ├── Dlink_firmware.bin ├── bindshell.c ├── decryptxor.py └── encrypted.bin ├── Chapter 8 ├── decryptaes.py ├── kkeps.bin ├── mr3020.zip ├── mr3020_new.zip ├── smartwifi.apk └── wnap320.zip ├── Contributing.md ├── LICENSE.txt └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484242995.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/9781484242995.jpg -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/Edimax FCC ID .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/Edimax FCC ID .png -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/PoA-2129024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/PoA-2129024.pdf -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/_DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/_DS_Store -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/label-2129021.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/label-2129021.pdf -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/test-report-2129025.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/test-report-2129025.pdf -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/test-setup-photos-2129026.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/test-setup-photos-2129026.pdf -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/user-manual-2129022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/user-manual-2129022.pdf -------------------------------------------------------------------------------- /Chapter 3/FCC-ID/viewer.php_file=https_3A_2F_2Ffccid.io_2FNDD9530401309_2FTest-Setup-Photos_2Ftest-setup-photos-2129026.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 3/FCC-ID/viewer.php_file=https_3A_2F_2Ffccid.io_2FNDD9530401309_2FTest-Setup-Photos_2Ftest-setup-photos-2129026.pdf -------------------------------------------------------------------------------- /Chapter 6/badge.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 6/badge.cfg -------------------------------------------------------------------------------- /Chapter 6/stm32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 6/stm32.cfg -------------------------------------------------------------------------------- /Chapter 7/DVRF_v03.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 7/DVRF_v03.bin -------------------------------------------------------------------------------- /Chapter 7/Dlink_firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 7/Dlink_firmware.bin -------------------------------------------------------------------------------- /Chapter 7/bindshell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 7/bindshell.c -------------------------------------------------------------------------------- /Chapter 7/decryptxor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 7/decryptxor.py -------------------------------------------------------------------------------- /Chapter 7/encrypted.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 7/encrypted.bin -------------------------------------------------------------------------------- /Chapter 8/decryptaes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/decryptaes.py -------------------------------------------------------------------------------- /Chapter 8/kkeps.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/kkeps.bin -------------------------------------------------------------------------------- /Chapter 8/mr3020.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/mr3020.zip -------------------------------------------------------------------------------- /Chapter 8/mr3020_new.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/mr3020_new.zip -------------------------------------------------------------------------------- /Chapter 8/smartwifi.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/smartwifi.apk -------------------------------------------------------------------------------- /Chapter 8/wnap320.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Chapter 8/wnap320.zip -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/iot-hack-hdbk-practical-guide/HEAD/README.md --------------------------------------------------------------------------------