firmwalker
firmwalker copied to clipboard
Script for searching the extracted firmware file system for goodies!
If shodan cli does not exists, Firmwalker will abruptly exit. It should print a missing requirement or skip the shodan cli part.
I recommend you just have people point to the top-level directory, i.e., ./firewalker extracted-firmware/ instead of requiring them to figure out where the rootfs directory is. Then you just append...
Can you maybe break out the output more clearly? It's sometimes difficult to see the difference between the formatting and the output. Great project!
The scan stops at SSL related files with shodan api error: `***Search for SSL related files*** ##################################### *.crt 1/sources/redacted Error: Please run "shodan init " before using this command `...
Using your code, I was able to convert it into Python3 (for usability as an API). All features working.