Vector35 / blob_extractor

Identify and extract files from container formats using unblob.
MIT License
17 stars 2 forks source link

Failed to display extracted files #1

Open Martyx00 opened 1 week ago

Martyx00 commented 1 week ago

I have tested the Blob Extractor on a random image downloaded for some old router. While the unblob utility manages to extract all files the plugin does not show them (even though it shows the file count).

image image FULL_LINUX_FW.zip

zznop commented 6 days ago

Hey Marty, thanks for reporting this. I'll work to reproduce it when I have time, but I suspect that an exception occured when blob extractor was crawling the extracted squashfs directory to populate the Qt tree in the UI. Did you happen to check the log for a Python traceback?

Unfortunately sasquatch won't build for MacOS, so I didn't test squashfs extraction across very many samples (outside of some spot testing in a VM).

zznop commented 6 days ago

Also, did it show 1045 files right off the back when running it from Binja? Or only after you manually cd'd into the containing folder and ran unblob from the command-line?

Martyx00 commented 6 days ago

It showed that right away. There were no messages in the Log. It was tested on Kali Linux basically fresh install.