UNPKG

kronozvx

Version:

Quick hash parser will take a hashdump and put it into a Metasploit rc format

30 lines (14 loc) 905 B
<a align="center"> <a href="https://github.com/Cryptix720"> <img src="kronozvx.svg" width=72 height=72> </a> <h1 align="center">kronozvx</h1> ____Status: ![Build Status](https://img.shields.io/travis/twbs/bootstrap/v4-dev.svg) _______Information: <a>This is a hash parser that will export a rc file compatible with Metasploit. This is useful when compromising a separate domain and want to see if any of the credentials work on another domain or other systems. The first input is the filename that contains the hashes ex: Admin:500:LM:NTLM. The second input is the remote IP address you want to use smb_logins on to validate if the creds work. The third is the domain to attempt this on, leave this blank for workgroup</a> <h3>Examples:</h3> <pre>kronoz.py &#x25C1;hash_file.txt&#x25B7; &#x25C1;remote_ipaddr&#x25B7; &#x25C1;domain&#x25B7; </pre>