Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
hashcat Forum
hashcat Forum
>
Support
>
hashcat
> how to extract username:plain
Full Version:
how to extract username:plain
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
thomasfinch
05-12-2019, 07:30 PM
I have a file both with username:hash and username:plain combinations. is there a way to extract username:plain?
undeath
05-12-2019, 10:54 PM
grep -v '^.*:[regex that matches hash]$' file
hashcat Forum
>
Support
>
hashcat
> how to extract username:plain