Skip to content

Commit df58811

Browse files
committed
fix
1 parent 20da9b3 commit df58811

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

methodologies/hardware_testing.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,18 @@
9999
"type": "checklist",
100100
"items":
101101
[
102-
{
103-
"key": "dump_download_firmware",
104-
"title": "Dump or Download Firmware for Analysis",
105-
"description": "Using the identified debug ports try to dump the firmware from the device for reverse engineering. Desoldering the SPI flash and using a tool to dump the firmware from it directly. Try downloading the firmware from the vendor site, however it might be encrypted.",
106-
"tools": "desoldering station, jtagulator, minicom, PuTTy, Bus Pirate, Raspberry Pi Pico"
107-
},
108-
{
109-
"key":"firmware_analysis",
110-
"title":"Firmware Analysis",
111-
"description":"Reverse engineering the dumped firmware. Identify encryption if used and try to decrypt it. Use emulation software to help analyze it. Analyze and search the firmware for hardcoded passwords/keys and other sensitive information.",
112-
"tools":"binwalk, QEMU, Ghidra, grep, strings, hexdump, readelf"
113-
},
102+
{
103+
"key": "dump_download_firmware",
104+
"title": "Dump or Download Firmware for Analysis",
105+
"description": "Using the identified debug ports try to dump the firmware from the device for reverse engineering. Desoldering the SPI flash and using a tool to dump the firmware from it directly. Try downloading the firmware from the vendor site, however it might be encrypted.",
106+
"tools": "desoldering station, jtagulator, minicom, PuTTy, Bus Pirate, Raspberry Pi Pico"
107+
},
108+
{
109+
"key":"firmware_analysis",
110+
"title":"Firmware Analysis",
111+
"description":"Reverse engineering the dumped firmware. Identify encryption if used and try to decrypt it. Use emulation software to help analyze it. Analyze and search the firmware for hardcoded passwords/keys and other sensitive information.",
112+
"tools":"binwalk, QEMU, Ghidra, grep, strings, hexdump, readelf"
113+
}
114114
]
115115
},
116116
{

0 commit comments

Comments
 (0)