Added option -D –dumpformat to specify the format of the dumped information when using option -d.
what-is-new_V0_0_4.zip (http)MD5: B2BED149AF949C058E19CD6077D64D2D
SHA256: 8C7C475C62D7F79AE45150309AB47757CE308760FAB2BE93D0E03C56D0DA59F6
Added option -D –dumpformat to specify the format of the dumped information when using option -d.
what-is-new_V0_0_4.zip (http)I added IPv6 support to simple_listener.py.
Although it was not by design, it turned out that simple_listener.py only works for IPv4. So I made some small changes to add IPv6 support.
When you use dictionary to define your listeners, use THP_TCP6 and THP_UDP6 to define TCP IPv6 and UDP IPv6 listeners respectively. The meaning of THP_TCP and THP_UDP has not changed, that’s for IPv4 listeners.
When you use port options to define your listeners, use prefix t6: and u6: to define TCP IPv6 and UDP IPv6 listeners respectively. The meaning of t: and u: has not changed, that’s for IPv4 listeners.
And by default, listening takes place on all IPv4 interfaces (0.0.0.0) when IPv4 listeners are defined, and listening takes place on all IPv6 interfaces (::) when IPv6 listeners are defined. That’s governed by option -a –address’ default value 0.0.0.0,::.
To explicitly specify an interface with option -a, you will need to provide an IPv4 address and an IPv6 address separated by a comma.
simple_listener_v0_1_5.zip (http)This new version brings option –encoding, to handle different text encodings.
count_v0_3_2.zip (http)I added a –stats option, extra processing for PK END records and a new choice for -W –write option: alphanumhashvir.
zipdump_v0_0_30.zip (http)This update to strings.py brings option -V to add extra statistics for the 10 longest strings when option -a –stats is used.
strings_V0_0_9.zip (http)This new version of myjson-filer brings a new choice for option -W (–write): hashext.
This write files where the filename is the sha256 hash + provided extension. For example, option -W hash:jpeg will create files with extension .jpeg, and the name is the sha256 hash of the content of the file.
myjson-filter_V0_0_6.zip (http)This new version of hash.py adds JSON input support: –jsoninput.
hash_V0_0_12.zip (http)I’ve added opion -B –bin to move analyzed files into folders per detected file type.
file-magic_V0_0_8.zip (http)This is an update for the entropy calculation.
If the number of bytes to calculate statistics for is less than 256, the tool will also provide a normalized entropy calculation:
