eriksole

Results 2 comments of eriksole

I finally did it manually with: Authorization: Digest username="{{username}}", realm=§realm§, nonce=§nonce§, uri="/management", algorithm=MD5, response="{{md5(concat(md5(concat("{{username}}",":",§realm§,":","{{password}}")),":",§nonce§,":",md5(concat("POST",":","/management"))))}}", opaque=§opaque§ It would be great if this was implemented.

The version of md5 digest that I am using is RFC 2069, but the most used is the RFC 2617 (which is the default one now in nuclei).