This is a small change to my FileScanner tool to make it long path aware.
FileScanner_V0_0_0_9.zip (http)MD5: 2BCD526792C76890CC6EF7EED9396BE2
SHA256: 9063221557F2EBACDC5B1CA977828250A2524B9795369AB4918B9287CAEB7DBF
This is a small change to my FileScanner tool to make it long path aware.
FileScanner_V0_0_0_9.zip (http)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)