首页 > 解决方案 > 数据库地图

问题描述

运行 sql map 时出现以下错误,我只是想学习,似乎无法弄清楚问题所在

D:\sqlmap>python sqlmap.py -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --dbs --random-agent
        ___
       __H__
 ___ ___[']_____ ___ ___  {1.5.7.3#dev}
|_ -| . [)]     | .'| . |
|___|_  [,]_|_|_|__,|  _|
      |_|V...       |_|   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 @ 10:24:59 /2021-07-14/

[10:24:59] [INFO] fetched random HTTP User-Agent header value 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4' from file 'D:\sqlmap\data\txt\user-agents.txt'
[10:24:59] [INFO] testing connection to the target URL
[10:25:03] [CRITICAL] unable to connect to the target URL ('getaddrinfo failed'). sqlmap is going to retry the request(s)
[10:25:03] [WARNING] if the problem persists please check that the provided target URL is reachable. In case that it is, you can try to rerun with proxy switches ('--proxy', '--proxy-file'...)
[10:25:16] [CRITICAL] unable to connect to the target URL ('getaddrinfo failed')
[10:25:16] [INFO] testing if the target URL content is stable
[10:25:21] [CRITICAL] unable to connect to the target URL ('getaddrinfo failed'). sqlmap is going to retry the request(s)
[10:25:34] [CRITICAL] unable to connect to the target URL ('getaddrinfo failed')
[10:25:34] [ERROR] there was an error checking the stability of page because of lack of content. Please check the page request results (and probable errors) by using higher verbosity levels
[10:25:34] [INFO] testing if GET parameter 'cat' is dynamic
[10:25:39] [CRITICAL] unable to connect to the target URL ('getaddrinfo failed'). sqlmap is going to retry the request(s)

标签: sqlmap

解决方案


推荐阅读