kronozvx
Version:
Quick hash parser will take a hashdump and put it into a Metasploit rc format
30 lines (14 loc) • 905 B
Markdown
<a align="center">
<a href="https://github.com/Cryptix720">
<img src="kronozvx.svg" width=72 height=72>
</a>
<h1 align="center">kronozvx</h1>
____Status:

_______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 ◁hash_file.txt▷ ◁remote_ipaddr▷ ◁domain▷ </pre>