hashview / hashview-old

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

500 Internal Error #220

Closed vysecurity closed 7 years ago

vysecurity commented 7 years ago

Get 500 internal error when submitting KRB5 hashes. -m 13100

i128 commented 7 years ago

Isolated bug to issue with hash size, vs column size in db. Working on fix.

i128 commented 7 years ago

Until the fix is pushed to master, you can try a workaround of modifying the mysql table manually:

mysql -u root -p <your password> use hashview; #hashview_dev if running in dev ALTER TABLE hashes MODIFY originalhash varchar(1024);

ghost commented 7 years ago

Fantastic :)

vysecurity commented 7 years ago

After review, I set the value and although the hashes upload now, after selecting the mode to be 13100, I get another internal server error.

vysecurity commented 7 years ago

You can refer to Mubix's guide here if you want a Krb5 hash to crack: https://room362.com/post/2016/kerberoast-pt3/

i128 commented 7 years ago

Issue should now be resolved.

Do a git pull

To get the latest code, and then run the upgrade instructions found here:

https://github.com/hashview/hashview/wiki/Upgrading-Hashview

IonizeCbr commented 5 years ago

Still get Internal server error when running with krb5tgs hashes. Hashcat recognises the format with -m 13100 hashview doesn't.

Is there a guide anywhere to understanding the right file format to select? I'm assuming a krb5tgs is just $hash but it would be nice to have a lookup table or some guide to verify how hashview expects these.