Add files via upload

This commit is contained in:
公明
2025-12-24 23:16:22 +08:00
committed by GitHub
parent ef169ba307
commit 27a37346c1
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
name: "nikto"
command: "nikto"
enabled: true
# 允许的退出码列表nikto在找到漏洞时会返回退出码1这是正常的成功状态
allowed_exit_codes: [1]
# 简短描述用于工具列表减少token消耗
short_description: "Web服务器扫描工具用于检测Web服务器和应用程序中的已知漏洞和配置错误"
# 工具详细描述

View File

@@ -1,6 +1,8 @@
name: "wpscan"
command: "wpscan"
enabled: true
# 允许的退出码列表wpscan在目标不是WordPress站点时会返回退出码4这是正常的信息性输出
allowed_exit_codes: [4]
short_description: "WordPress安全扫描器用于检测WordPress漏洞"
description: |
WPScan是专门用于WordPress安全扫描的工具可以检测主题、插件和核心漏洞。