• caglararli@hotmail.com
  • 05386281520

SQLMAP Redirect using xampp

Çağlar Arlı      -    5 Views

SQLMAP Redirect using xampp

I am learning SQLi using sqlmap and xampp.

I set up my lab the same way as per tutorial but when I run

sqlmap.py -u "http://localhost/bwapp/sqli_1.php?title=1*"

the error got 302 redirected to

http://localhost:80/bwapp/login.php

and when I clicked either yes or no, then I get the error

"you have not declared cookies, while server wants to set its own.. ..".

How do I solve this issue?