SecHub/assets/json/tool.json
2026-05-26 01:11:55 +08:00

25 lines
819 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"section": "安全工具"
},
{
"name": "Burp Suite",
"url": "https://portswigger.net/burp",
"description": "专业的Web安全测试工具集包含代理、扫描器等多种功能模块"
},
{
"name": "SQLMap",
"url": "https://github.com/sqlmapproject/sqlmap",
"description": "自动化SQL注入检测和利用工具支持多种数据库类型"
},
{
"name": "Dirsearch",
"url": "https://github.com/maurosoria/dirsearch",
"description": "高性能Web目录和文件枚举工具支持多线程和多种输出格式"
},
{
"name": "Nmap",
"url": "https://nmap.org/",
"description": "网络发现和安全审计工具,支持端口扫描、服务检测等功能"
}
]