sqlmap.py -u "http://localhost:8080/index.php" --auth-type Basic --auth-cred "x:x"
get
[17:33:23] [CRITICAL] not authorized, try to provide right HTTP authentication type and valid credentials (401)
but , the wget is work fine.
wget http://x:x@localhost:8080/index.php
sqlmap.py -u "http://localhost:8080/index.php" --auth-type Basic --auth-cred "x:x"
get
[17:33:23] [CRITICAL] not authorized, try to provide right HTTP authentication type and valid credentials (401)
but , the wget is work fine.
wget http://x:x@localhost:8080/index.php