HashFinder finds if a file in a directory and subdirectories full of the same file is different (modified) by using the targetfile hash or hash as input string. * Also will help you find a file matching a hash in a directory and subdirectories. This is useful for forensics and possibly finding interesting files like malware or other artifacts.
hashfinder -diff -t tesfile.bin -dir testDir
hashfinder -t tesfile.bin -dir testDir
hashfinder -diff -i inputHashString -dir testDir
hashfinder -t tesfile.bin -i inputHashString -dir testDir
hashfinder -t tesfile.bin -m md5 -i inputHashString -dir testDir
HashFinder default hashing is sha2. Specify hash with -m cryptoType
- Logging findings to a file