19Nis
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
a…