hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
622 stars 131 forks source link

Hashfile Format for NetNTLMv1/v2 #273

Closed binarytraveler closed 7 years ago

binarytraveler commented 7 years ago

So normally I take the hashes from responder and such and flip into hashcat.

But to use hashview.. which hashfile format are you looking for cause currently (.06) none of the formats seem to work

i128 commented 7 years ago

For the Hashfile format, select $hash. On the next screen it should properly detect NetNTLMv1 or v2.

Commodore128 commented 7 years ago

I'm finding that NetNTLMv2 hashes are being recognized, but the NetNTLMv1 hashes aren't... hashview is stripping off the 'username' portion of the hash and then hashcat throws a line-length exception when the job is run.

ccammilleri commented 7 years ago

heh, we might have another bug with ntlmv2 in .6

If I upload a hashfile of just ntlmv2 formatted hashes, chose $hash, than select 5600 when creating a job, the hashes will crack successfully but they will not be reported so in hashview.

As a workaround, I manually monitored hashes in control/outfiles/hcoutput$JOBID* when running the job.

I haven't tshooted the issue yet. It might be related to output format being in hex, or an issue with the agent uploading cracks, or api importing cracks.

I'm increasing the priority of this in trello...

i128 commented 7 years ago

Issue resolved in v0.6.1