Skip to content

SQLMAP is automatically answering the queries #627

@hack0day

Description

@hack0day

Gud Evening sir i updated sqlmap to latest revision and i started sqlmap on the target but its automatically answering the following queries

sqlmap got a 302 redirect to 'http://www.xxx.com:80/GenericErrorPage.htm'. Do you want to follow? [Y/n] Y
redirect is a result of a POST request. Do you want to resend original POST data to a new location? [y/N] N

in d target so m not able to extract

python ./sqlmap.py --tor --tor-type=SOCKS5 --tor-port=9150 -r /root/Desktop/blindsql/xxx.txt --batch --random-agent --level=6 --risk=3 -p "xxx"

sqlmap/1.0-dev-f1f53a5 - automatic SQL injection and database takeover tool
http://sqlmap.org

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 20:12:31

[20:12:31] [INFO] parsing HTTP request from '/root/Desktop/blindsql/xxx.txt'
[20:12:31] [WARNING] increasing default value for option '--time-sec' to 10 because switch '--tor' was provided
[20:12:31] [INFO] setting Tor SOCKS proxy settings
[20:12:31] [INFO] fetched random HTTP User-Agent header from file '/root/sqlmap/txt/user-agents.txt': Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9) Gecko/2008061017 Firefox/3.0
[20:12:31] [INFO] testing connection to the target URL
[20:12:33] [INFO] testing if the target URL is stable. This can take a couple of seconds
sqlmap got a 302 redirect to 'http://www.xxx.com:80/GenericErrorPage.htm'. Do you want to follow? [Y/n] Y
redirect is a result of a POST request. Do you want to resend original POST data to a new location? [y/N] N
[20:12:38] [WARNING] heuristic (basic) test shows that POST parameter 'xxx' might not be injectable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions