My python scripts
- uuidV1_generator.py : This script is built to retreive uuid V1 (time based) using timestamp. It assumes that MAC address & variant/random part are known (uuid v1 being generated by the same host, the part -<VAR/RAND>-<MAC_ADDRESS>- is supposed unchanged).
- APNG_delay.py : Hidden messages can be embedded in APNG file using delay values (the delay between the different frames being part of the animated PNG); contained in fcTL chunks. Hence this script is built to detect fcTL chunks, to analyze its, and to decode (ASCII) the eventual message hidden using delay_num &/or delay_den values.
- PNG_extractor.py : This script is built to extract PNG from raw binary file. Based on PNG magic Bytes.
- WindowsRegistryParser.py : This script is built to parse windows hive dumps, ideally expect a .DAT file in input. /!\ The script isn't very stable for the moment.