我正在尝试用这个暴力脚本测试我的网站的安全性:
https://nmap.org/nsedoc/scripts/http-joomla-brute.html
但是一旦开始,我就得到了一个错误:
# proxychains nmap -p 80 --script http-joomla-brute --script-args 'passdb=/dir/of/pass/list.txt,http-joomla-brute.threads=5,brute.firstonly=true' urlsite
ProxyChains-3.1 (http://proxychains.sf.net)
Starting Nmap 7.01 ( https://nmap.org ) at 2016-02-20 00:24 CET
|DNS-request| urlsite
|S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK
|DNS-response| urlsite is ipsite
ipsite/0 looks like an IPv6 target specification -- you have to use the -6 option.
WARNING: No targets were specified, so 0 hosts scanned.
Nmap done: 0 IP addresses (0 hosts up) scanned in 1.29 seconds为什么是proxychains?因为我用的是tor。
有没有人能帮我理解这个错误的含义和解决方法?
发布于 2016-02-20 08:22:32
ipsite/0看起来像是一个IPv6目标规范--您必须使用-6选项。
那么只需尝试将-6添加到该命令中?
发布于 2016-02-20 21:33:34
Proxychain不适用于Nmap。用户已报告使用Proxychains-ng成功。
https://stackoverflow.com/questions/35517093
复制相似问题