ksharinarayanan/SSRFire

Login to a website not working

Closed this issue · 3 comments

I tried to give the valid username and password as below for my website.

-c username=**;password=

But SSRFire not able to login and just checking as unauthenticated user for done.

Please let me know if i am doing anything wrong here.

Hi,

I think you probably misunderstood the -c flag. It is for sending cookies with the request. It does not accept the username and password directly.

Rather what you can do is, after logging into the website, intercept any request and copy the cookies and pass it as argument like -c "cookiesHere".

Hope it helps!

Hi,

Unfortunately since I do not have access to the apisandbox credentials, I won't be able to test it. Further to add on to it, I am not actively involved in bug bounty. So, I think I won't be able to solve your issue. Maybe if I have some free time, I'll look into this later.