When i use Burp Suite and intercept the data from the browser on the login page of my router I get the following lines:
POST /login.lp HTTP/1.1
Host: 192.168.1.1
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Firefox/52.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: 192.168.1.1/login.lp
Cookie: xAuthSESSIONID=***********/=
Connection: close
Upgrade-Insecure-Requests: 1
Content-Type: application/x-www-form-urlencoded
Content-Length: 62
rn=-2103924742&hidepw=ee0c917593f4ab5e7924402ab7f462ab&user=mz
But what i ask is how to use these in hydra : "rn=-2103924742&hidepw=ee0c917593f4ab5e7924402ab7f462ab&user=mz"
Be the First to Respond
Share Your Thoughts