https://github.com/fefe33/signatures
https://github.com/fefe33/signatures
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fefe33/signatures
- Owner: fefe33
- Created: 2024-04-23T19:59:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:52:21.000Z (about 1 year ago)
- Last Synced: 2025-02-06T22:42:11.031Z (4 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# what is it?
this is a simple program that returns the file signatures and offsets of some different file types based on the provided search term# how it works
python3 signatures.py
use keyword 'all' to dump all file types and signatures to screen# other notes
the JSON file included is not original and was imported from https://gist.github.com/Qti3e/6341245314bf3513abb080677cd1c93b#file-extensions-json as of 4/23/2024.