This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# find-compressed-data.py | |
# | |
# A small script to bruteforce embedded compressed data that might not have a header | |
# Useful for raw binary firmware images that do not contain a standard | |
# binary header (ELF, PE, MACH-O). | |
# | |
# I included a limt on size at 16KB because this has a tendency to create |