HTTP Digest Auth
#8
Hi! Can someone help me plzzzz to make a right hash string for sip? I have next respose from server (redundant strings are deleted):
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Digest realm="Configuration", nonce="some_md5_hash", qop="auth"
Server: lighttpd/1.4.32
and here from request:
GET /monitor.html HTTP/1.1
Authorization: Digest username="root", realm="Configuration", nonce="some_md5_hash", uri="/monitor.html", response="some_md5_hash", qop=auth, nc=00000001, cnonce="some_md5_half_length_hash"

it's my local webserver at 192.168.0.N ip and login:pass is root:12345 I just waana try to understand how make right hash string for hashcat(-m 11400)


Messages In This Thread
HTTP Digest Auth - by whatisthis - 05-15-2017, 08:24 PM
RE: HTTP Digest Auth - by philsmd - 05-15-2017, 08:31 PM
RE: HTTP Digest Auth - by whatisthis - 05-15-2017, 08:43 PM
RE: HTTP Digest Auth - by whatisthis - 05-15-2017, 09:26 PM
RE: HTTP Digest Auth - by whatisthis - 05-15-2017, 11:26 PM
RE: HTTP Digest Auth - by philsmd - 05-16-2017, 08:08 AM
RE: HTTP Digest Auth - by whatisthis - 05-17-2017, 03:50 PM
RE: HTTP Digest Auth - by hprnv - 03-06-2018, 09:56 AM