12-03-2015, 06:29 PM
(This post was last modified: 12-03-2015, 07:29 PM by jinksy.
Edit Reason: removed hashes
)
Good Afternoon,
Firstly may I apologize as I know this has been covered extensively, but I don't seem to understand.
I'm using hashcat GUI (0.45b1) with 0.50 - CPU (just for testing)
What id like to do is be able to show the username next to the plain text password, please
Any help is gratefully appreciated,
So far I'm using;
hashcat-cliXOP.exe -a 8 -m 1000 -p : -o "C:\Users\Chris.I7\Downloads\hash\oclHashcat-1.37\hash2_found.txt" --outfile-format=2 -n 8 -c 64 "C:\temp\hash2.txt" "C:\Users\Chris.I7\Downloads\rockyou.txt"
However, I'm getting line length expectation error,
Im using some example hashes;
Administrator:500:###########################: ###########################:::
User1:1011:###########################:###########################:::
User2:1012:###########################:###########################::
User3:1013:###########################v:###########################:::
I know it only really accepts the hash, but my query would be how do i match the plain text password to the username on a large scale.
Firstly may I apologize as I know this has been covered extensively, but I don't seem to understand.
I'm using hashcat GUI (0.45b1) with 0.50 - CPU (just for testing)
What id like to do is be able to show the username next to the plain text password, please
Any help is gratefully appreciated,
So far I'm using;
hashcat-cliXOP.exe -a 8 -m 1000 -p : -o "C:\Users\Chris.I7\Downloads\hash\oclHashcat-1.37\hash2_found.txt" --outfile-format=2 -n 8 -c 64 "C:\temp\hash2.txt" "C:\Users\Chris.I7\Downloads\rockyou.txt"
However, I'm getting line length expectation error,
Im using some example hashes;
Administrator:500:###########################: ###########################:::
User1:1011:###########################:###########################:::
User2:1012:###########################:###########################::
User3:1013:###########################v:###########################:::
I know it only really accepts the hash, but my query would be how do i match the plain text password to the username on a large scale.