dsh-sec-tools
安全工具面封装:把 WSL 成熟渗透工具(nmap/sqlmap/hashcat 等)封装为结构化 DSH 工具,spawnWsl 模式,窄而深可组合
AI Analysis
核心用途是调用 Linux 专业安全工具。适合在 Windows 宿主机上通过 WSL 执行高级端口扫描、SQL 注入检测和密码破解的任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用(工具面)
| 工具 | 用途 |
|---|---|
sec_nmap | nmap 端口/服务版本扫描(sV/sS/sT/sC) |
sec_sqlmap | sqlmap 自动化 SQL 注入(检测/枚举库表/导出) |
sec_hashcat | hashcat 哈希破解(MD5/NTLM/bcrypt 等模式) |
sec_john | john 密码破解(自动格式检测) |
sec_gobuster | gobuster 目录/子域/虚拟主机爆破 |
sec_hydra | hydra 在线密码爆破(ssh/ftp/rdp/http 等) |
sec_masscan | masscan 高速端口扫描(大范围) |
sec_nikto | nikto Web 漏洞扫描 |
sec_subfinder | subfinder 被动/主动子域枚举 |
sec_whatweb | whatweb 技术栈识别 |
sec_dnsrecon | dnsrecon DNS 记录枚举 |
配置
| 字段 | 默认 | 说明 |
|---|---|---|
wslDistro | Ubuntu | 目标 WSL 发行版 |