cve-bin-tool
cve-bin-tool copied to clipboard
feat: Add support for scanning of .bin files
Filenames with a .bin extension are typically firmware images but are currently ignored because they are not a valid archive or supported extraction type. However they can be readily extracted using the binwalk -e <filename> -C <dir> command and can then be scanned as a directory of regular files.