Metasploit wmap_run -e 挂起,未找到使用代码“404”

信息安全 元数据
2021-08-18 06:18:46

背景

当我运行 Metasploit 时,无论我做什么,它都会挂在同一个地方。它停在这条线上,

[*] 使用代码“404”未找到。

重现步骤,

msf > mfsconsole
msf > load wmap
msf > wmap_sites -l
msf > wmap_targets -t http://123.12.123.123/index.php
msf > wmap_run -t
msf > wmap_run -e

此时它运行然后卡在这里,

[*] 使用代码“404”未找到。

我在 MacOS High Sierra 和 Kali Linux 上试过这个。

两者都在完全相同的地方失败。

这是什么原因,我该如何克服?

2个回答

我遇到过同样的问题。我的决定是重新加载模块。

您可以使用以下命令执行此操作:

wmap_modules -r

退出 metasploit,然后运行:

mv /usr/share/metasploit-framework/modules/auxiliary/scanner/http/brute_dirs.rb /usr/share/metasploit-framework/modules/auxiliary/scanner/http/brute_dirs.rb.bak 

这对我有用,并且基于上面@rubio 的评论。