gpt4 book ai didi

http - Nmap 在 NSE 计时阶段卡住

转载 作者:可可西里 更新时间:2023-11-01 16:26:49 26 4
gpt4 key购买 nike

我在终端中运行了这个脚本:

nmap -p 80 --script http-joomla-brute --script-args 'passdb=/Users/abc/Documents/passwords.txt,http-joomla-brute.threads=5,brute.firstonly=true, unpwdb.timelimit=0' my.website.here.

它显示这个:

Starting Nmap 6.40-2 ( http://nmap.org ) at 2014-04-02 19:39 EDT
Stats: 0:02:21 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:03:41 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:46 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:50 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:51 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:51 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:52 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:52 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:05:52 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:07:18 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:15:55 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:16:03 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:17:50 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:22:06 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done
Stats: 0:22:22 elapsed; 0 hosts completed (1 up), 1 undergoing Script Scan
NSE Timing: About 0.00% done

它已经这样做了一个多小时。有什么问题?

感谢您提供的任何帮助。

最佳答案

Nmap 通过 simple calculation 计算 NSE 的完成时间百分比:

   progress("printStats", 1-(nr+nw)/total);

其中nr为正在运行的NSE线程数,nw为等待线程数,total为线程总数推出。在这种情况下,http-joomla-brute是一个单线程脚本,你只运行其中一个,所以它会显示“0.00% done”,直到它完全完成。

a previous question ,您询问并收到了关于如何绕过暴力破解尝试的默认 10 分钟限制的答案。没有这个限制,很难判断脚本完成需要多长时间。您可以通过使用 -d2 选项将调试级别增加到 2 或在运行时按两次 d 来获得诊断输出。您可能能够观察到正在尝试的特定用户名和密码,并从中推断出脚本在您的列表中走了多远。

关于http - Nmap 在 NSE 计时阶段卡住,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22826208/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com