01-18-2015, 07:09 PM
Hello, I am using CPU Hashcat v0.49
I have list like a :
And i'm trying to get output + remove success lines from first list :
If I use
I got
If I use
I got
I tried many times but still no result.
Thank you for help.
I have list like a :
Code:
[email protected]:724128f922c5188c
[email protected]:67b706bf564a5f1d
[email protected]:07b3c4f43ea47312
And i'm trying to get output + remove success lines from first list :
Code:
[email protected]:tattoo
[email protected]:beanie1
[email protected]:monkey16
If I use
Code:
hashcat-cli64.exe -m 200 -o test.txt -p : --username --show --remove hash.txt word/
I got
Code:
[email protected]:724128f922c5188c:tattoo
[email protected]:67b706bf564a5f1d:beanie1
[email protected]:07b3c4f43ea47312:monkey16
If I use
Code:
hashcat-cli64.exe -m 200 -o test.txt --outfile-format=2 -p : --username --show --remove hash.txt word/
I got
Code:
tattoo
beanie1
monkey16
I tried many times but still no result.
Thank you for help.