mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-03-18 21:50:46 +01:00
Obisidian vault auto-backup: 09-02-2026 08:55:59 on . 2 files edited
This commit is contained in:
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
@@ -243,14 +243,14 @@
|
|||||||
},
|
},
|
||||||
"active": "37a6109c5cf4f8fa",
|
"active": "37a6109c5cf4f8fa",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md",
|
|
||||||
"ISEN/Sécurité IOT/CIPA4/Sécurité IOT TP1.md",
|
"ISEN/Sécurité IOT/CIPA4/Sécurité IOT TP1.md",
|
||||||
|
"ISEN/Sécurité IOT/CIPA4/IoT.Firmware.Analysis.pdf",
|
||||||
|
"ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/Crypto Cours 2.md",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted/120200/squashfs_120200.sqsh",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted/120200/squashfs_120200.sqsh",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted/120200",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted/120200",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions/iotdev_firmware.bin.extracted",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/extractions",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Sécurité IOT Cours 1.md",
|
"ISEN/Sécurité IOT/CIPA4/Sécurité IOT Cours 1.md",
|
||||||
"ISEN/Sécurité IOT/CIPA4/IoT.Firmware.Analysis.pdf",
|
|
||||||
"ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/20250708_CRYPTO_slides.pdf",
|
"ISEN/Introduction a la cyber et a la cryptographie/CIPA 4/20250708_CRYPTO_slides.pdf",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/emulated.tgz",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/emulated.tgz",
|
||||||
"ISEN/Sécurité IOT/CIPA4/Firmware/iotdev_firmware.bin",
|
"ISEN/Sécurité IOT/CIPA4/Firmware/iotdev_firmware.bin",
|
||||||
|
|||||||
@@ -25,3 +25,20 @@ binwalk -e ./iotdev_firmware.bin
|
|||||||
```
|
```
|
||||||
|
|
||||||
Sert à extraire des fichiers du binaire
|
Sert à extraire des fichiers du binaire
|
||||||
|
|
||||||
|
|
||||||
|
```bash
|
||||||
|
felix@Debian-13:~/Firmware/_iotdev_firmware.bin.extracted/squashfs-root$ cat etc/shadow
|
||||||
|
root:$1$TO1dd7Y2$G7nYNf7F8re7.gl355jXM1:10933:0:99999:7:::
|
||||||
|
daemon:*:10933:0:99999:7:::
|
||||||
|
bin:*:10933:0:99999:7:::
|
||||||
|
sys:*:10933:0:99999:7:::
|
||||||
|
sync:*:10933:0:99999:7:::
|
||||||
|
mail:*:10933:0:99999:7:::
|
||||||
|
www-data:*:10933:0:99999:7:::
|
||||||
|
operator:*:10933:0:99999:7:::
|
||||||
|
nobody:*:10933:0:99999:7:::
|
||||||
|
sshd:*:::::::
|
||||||
|
default:$1$TLEiB.OR$ZU8PwoIb2Z0jh8Eyex7m.1:17645:0:99999:7:::
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user