A small feature update for pdf-parser.py Statistics include unreferenced objects now:

MD5: 7BBEA9497666397CBBB88B012A710210
SHA256: FE393865861E00B48124B99CD5AEBBB5A632F1FBD883F4E4044DF8C8FA75BE9D
A small feature update for pdf-parser.py Statistics include unreferenced objects now:

New functions and classes have been added to process-binary-file.py.
python-templates_V0_0_9.zip (http)A small update to option -W of zipdump.py.
Next to value vir, you can now also specify values hash and hashvir.
hash: write each file with name equal to the SHA256 of the content of the file.
hashvir: write each file with name equal to the SHA256 of the content of the file plus extension .vir.
zipdump_v0_0_24.zip (http)This update to dnsresolver.py, my custom DNS server, adds a command to forward DNS request.
With this forward command, all requests that are not handled by other commands, are forwarded to the provided DNS server.
dnsresolver_V0_0_2.zip (http)This update of myjson-filter.py adds an option (-t) to filter on the magic field added by file-magic.py.
To be explained in an upcoming blog post.
myjson-filter_V0_0_3.zip (http)This update of file-magic.py brings option –jsonoutput to augment json input data with a magic field.
To be explained in an upcoming blog post after myjson-filter.py update is released.
file-magic_V0_0_5.zip (http)This is a bug fix version for my nsrl.py script, a tool to check hashes with the NSRL list.
nsrl_V0_0_4.zip (http)New features:
This new version brings extra statistics with option -f (fullread): counter for unique bytes, control bytes, printable bytes, high bytes. And lengths of the longest ASCII string, ASCII hexadecimal string and ASCII base64 string.
Remark that no check is made for hex string length being a multiple of 2 and base64 string length being a multiple of 4.
Rule DMP for minidumps was added.
And option -e now accepts multiple extensions (comma separated).
FileScanner_V0_0_0_8.zip (http)Option -W can be used to write all files to disk. The only accepted value for -W is vir (for the moment). When this option is provided, all files are written to the local disk (ignoring contained paths) with their original name, and appended extension .vir.
To print out properties line per line, use separator *.
And more parsing for PK records has been added (with option -f). This is a work in progress, more info will provided in an upcoming blog post.
zipdump_v0_0_23.zip (http)