Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7673

Help with output

$
0
0
Hello, I am using CPU Hashcat v0.49
I have list like a :
Code:
example1@gmail.com:724128f922c5188c
example2@hotmail.com:67b706bf564a5f1d
example3@gmail.com:07b3c4f43ea47312

And i'm trying to get output + remove success lines from first list :
Code:
example1@gmail.com:tattoo
example2@hotmail.com:beanie1
example3@gmail.com:monkey16

If I use
Code:
hashcat-cli64.exe -m 200 -o test.txt -p : --username --show --remove hash.txt word/

I got
Code:
example1@gmail.com:724128f922c5188c:tattoo
example2@hotmail.com:67b706bf564a5f1d:beanie1
example3@gmail.com: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.

Viewing all articles
Browse latest Browse all 7673

Trending Articles