Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

.htaccess logins


ghost's Avatar
0 0

What is the hash function used in a .htaccess file?


Mr_Cheese's Avatar
0 1

DES encryption. can crack it using John the ripper.


ghost's Avatar
0 0

DES, user:hash eg

admin:jjsgd34SD
``` dont try and crack that by the way lol

ghost's Avatar
0 0

can CAIN crack that encryption?


ghost's Avatar
0 0

I dont believ so. but JTR is good enough usually.


ghost's Avatar
0 0

ok tnx


n3w7yp3's Avatar
Member
0 0

I've also seen some MD5 salted hashes in .htaccess.

Example:

admin:$1$peugggyk$hKgwC1hku02cGtj2qosHk0

Not exactly sure how common those are, but thats what my webserver on my LAN uses..

BTW, for any of you interested, plaintext of that hash is test.


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

I've seen some like that too, again these can sometimes be cracked with jtr