Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
webdiscover — 此脚本旨在自动化 Web 枚举过程并搜索漏洞利用。 | Kitploit
工具/GitHubGitHub/v1n1v131r4/webdiscover
侦察漏洞扫描器漏洞利用框架Web安全
GitHubv1n1v131r4/webdiscover

webdiscover

此脚本旨在自动化 Web 枚举过程并搜索漏洞利用。

查看仓库
116254年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
root@kitploit:~
__    __     _          ___ _
/ / /\ \ \___| |__      /   (_)___  ___ _____   _____ _ __
\ \/  \/ / _ \ '_ \    / /\ / / __|/ __/ _ \ \ / / _ \ '__|
 \  /\  /  __/ |_) |  / /_//| \__ \ (_| (_) \ V /  __/ |
  \/  \/ \___|_.__/  /___,' |_|___/\___\___/ \_/ \___|_|

此脚本的目的是自动化Web枚举过程,并为目标攻击面搜索漏洞和利用方式。

添加的工具(脚本执行期间将安装依赖项):

  • seclist
  • ffuf
  • namelist
  • dnsrecon
  • subfinder
  • whatweb
  • gospider
  • nuclei
  • searchsploit
  • aquatone

它会创建一个包含扫描输出的目录,如下例所示。

Capture

用法

先决条件

  • 已安装 Docker 服务

如果你想手动构建容器,git clone 该仓库:

root@kitploit:~
git clone [email protected]:V1n1v131r4/webdiscover.git

然后构建你的 docker 容器:

root@kitploit:~
docker build -t webdiscover .

构建容器后,运行以下命令:

root@kitploit:~
docker run --rm -it -v /path/to/local/directory:/webdiscoverData webdiscover
下载工具