← 返回 Skills 市场
hostilespider

Recon Quick

作者 HostileSpider · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
202
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install recon-quick
功能描述
Fast OSINT and reconnaissance presets using bbot and nmap. One-command subdomain enumeration, port scanning, and web fingerprinting for bug bounty recon.
安全使用建议
This skill appears to do what it says: it orchestrates local calls to bbot and nmap and writes results into the specified output folder. Before installing/using it: 1) Ensure you have authorization to scan the target — network scanning can be illegal or against policy. 2) Installing 'bbot' via pipx installs code from PyPI; review the bbot package (or use a pinned version) if you need stronger supply-chain assurance. 3) The script runs subprocesses (bbot, nmap) which will make network requests to targets; no hidden exfiltration was found. 4) Note a few CLI flags in SKILL.md (e.g., --proxy, --wordlist) are present but not fully wired in the script — this is a functional issue, not a security one. If you want higher confidence, inspect the bbot package source and run the script in a controlled environment first.
功能分析
Type: OpenClaw Skill Name: recon-quick Version: 1.0.0 The 'recon-quick' skill is a legitimate utility for performing OSINT and network reconnaissance using established tools like `bbot` and `nmap`. The implementation in `scripts/recon.py` follows safe practices by using list-based `subprocess.run` calls and lacks any evidence of malicious behavior, such as data exfiltration, unauthorized access, or persistence mechanisms. Its functionality is entirely consistent with its stated purpose of automating bug bounty recon tasks.
能力评估
Purpose & Capability
Name/description, declared required binaries (bbot, nmap), SKILL.md instructions, and the included scripts all align: the tool orchestrates bbot and nmap to enumerate subdomains, probe HTTP, and run port scans. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs installing bbot (pipx) and nmap and shows how to run the included script. The runtime script invokes only bbot and nmap, reads/writes outputs under the specified output directory, and does not access system credentials, other files, or external endpoints beyond those tools' network activity. It prints/logs progress but does not exfiltrate data to hidden hosts.
Install Mechanism
This is an instruction-only skill with a pipx install recommendation for the public 'bbot' package. Installing a PyPI package via pipx is expected for this purpose but carries the usual supply-chain risk of third-party packages (arbitrary code can run at install/runtime). No obscure download URLs or archive extraction were used.
Credentials
No environment variables, credentials, or config paths are requested. The API/credential footprint is minimal and appropriate for the stated functionality.
Persistence & Privilege
The skill is not force-enabled (always: false), does not request persistent system privileges, and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install recon-quick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /recon-quick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — fast OSINT presets using bbot and nmap
元数据
Slug recon-quick
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Recon Quick 是什么?

Fast OSINT and reconnaissance presets using bbot and nmap. One-command subdomain enumeration, port scanning, and web fingerprinting for bug bounty recon. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 Recon Quick?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install recon-quick」即可一键安装,无需额外配置。

Recon Quick 是免费的吗?

是的,Recon Quick 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Recon Quick 支持哪些平台?

Recon Quick 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recon Quick?

由 HostileSpider(@hostilespider)开发并维护,当前版本 v1.0.0。

💬 留言讨论