映射表

问题描述

在运行 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)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)