Skip to content

vitwervit/Hashcat-NTLM-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hashcat-NTLM-Parser

Parsing NTLM hashes from hashcat output. Creating an xls table with data integration from bloodhound

Install

git clone https://github.com/vitwervit/Hashcat-NTLM-Parser.git
cd Hashcat-NTLM-Parser
python3 -m venv venv
source ./venv/bin/activate
pip install xlwt

Usage

parse_hashes.py [-h] -i INPUT -o OUTPUT [-b BLOODHOUND]
* the following arguments are required: -i/--input, -o/--output

Input format

DOMAIN.COM\username:8ec60adea316d957d1cf532c5841758d:11111111

Output format

Output sample

About

Parsing NTLM hashes from hashcat output. Creating an xls table with data integration from bloodhound

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages