Firmware.re: a free service that unpacks scans and analyzes any firmware package
1–8 of 8 posts
Re: Firmware.re: a free service that unpacks scans and analyzes any firmware package
#2Error: 500 Internal Server Error
Sorry, the requested URL 'http://firmware.re/firmgen/uploader_resumable' caused an error:
Your request is missing a field: resumableChunkNumber
Re: Firmware.re: a free service that unpacks scans and analyzes any firmware package
#3Re: Firmware.re: a free service that unpacks scans and analyzes any firmware package
#4Re: Firmware.re: a free service that unpacks scans and analyzes any firmware package
#5Getting lots of HTTP 415 (Unsupported Media Type) errors... is the code available somewhere that one could self host this? it looks really cool
$ binwalk -Me firmware.bin
The source code of binwalk:
https://github.com/devttys0/binwalkRe: Firmware.re: a free service that unpacks scans and analyzes any firmware package
#6Getting lots of HTTP 415 (Unsupported Media Type) errors... is the code available somewhere that one could self host this? it looks really cool
The site is just a poor front-end to binwalk, without any attribution back to binwalk project or binwalk authors. Not cool :( $ binwalk -Me firmware.bin The source code of binwalk: https://github.com/devttys0/binwalk
Paper: https://www.usenix.org/system/files/conference/usenixsecurit...
Presentation: http://s3.eurecom.fr/slides/usenixsec14_costin.slides.pdf
In the paper and presentation they state that they extended BAT; they're not exactly trying to hide it!