extract hashes从文件提取哈希值
提取哈希.py脚本读取文件并尝试使用正则表达式从中提取哈希值。结果存储在名为“format-original_filename.txt”的单独文件中。支持的格式和正则表达式可以在“regex_list”字典中找到。警告:小心使用。它可能会返回垃圾或遗漏一些哈希值。
用法:
extract-hash.py <filename>
filename>
采样输出:
python extract-hash.py hashes.txt
extract-hash.py: Extracts hashes from a text file
Extracted hashes: twordpress_md5: 5
tmd5: 192
下载地址
用户评论