tor 不能使用 sqlmap
Posted
技术标签:
【中文标题】tor 不能使用 sqlmap【英文标题】:tor not working with sqlmap 【发布时间】:2015-09-14 05:18:14 【问题描述】:root@kali:~# sqlmap --tor --tor-type=SOCKS5 -u http://www.target.com/abc.php?cat=50
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://sqlmap.org
[!] 法律免责声明:未经事先双方同意,使用 sqlmap 攻击目标是非法的。最终用户有责任遵守所有适用的地方、州和联邦法律。开发者不承担任何责任,也不对该程序造成的任何误用或损坏负责
[*] starting at 14:18:00
[14:18:00] [WARNING] increasing default value for option '--time-sec' to 10 because switch '--tor' was provided
[14:18:00] [INFO] setting Tor SOCKS proxy settings
[14:18:00] [INFO] testing connection to the target URL
[14:18:00] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request
[14:18:00] [WARNING] please make sure that you have Tor installed and running so you could successfully use switch '--tor' (e.g. 'https://help.ubuntu.com/community/Tor')
[14:18:01] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request
[14:18:02] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is going to retry the request
[14:18:03] [CRITICAL] unable to connect to the target URL or proxy
[*] shutting down at 14:18:03
如何解决这个问题???
【问题讨论】:
【参考方案1】:我有一个非常相似的问题,我解决它的方法是使用代理链并编辑代理链 conf 文件以通过 tor 路由请求。这很容易做到
我没有打开kali,但是你可以通过打开终端并输入来找到文件
locate proxychains.conf
【讨论】:
【参考方案2】:你必须安装tor apt-get install tor
,然后在终端运行tor
,之后你可以使用sqlmap --tor --tor-type socks5 --tor-port=9050 --check-tor -u http://www.target.com/abc.php?cat=50
来执行tor。
【讨论】:
以上是关于tor 不能使用 sqlmap的主要内容,如果未能解决你的问题,请参考以下文章