skills/nmap-recon/SKILL.md
Scoped host-level reconnaissance with the bundled Nmap distribution. Use when the operator explicitly asks for nmap, port scanning, service enumeration, host reachability checks, or low-risk host discovery on authorized targets.
npx skillsauth add 0X6C7879/aegissec nmap-reconInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for low-risk host reconnaissance inside the authorized scope.
list_skill_scripts(skill_name="nmap-recon") if you need to confirm the packaged script names.scripts/nmap_status.py through run_skill_script first to confirm the bundled binary is available.scripts/nmap_scan.py through run_skill_script for actual scans.top_ports before broad ports ranges.service_version=true when service fingerprinting matters.os_detection=false unless the operator clearly needs OS guesses.skip_host_discovery=true as a fallback for hosts that block ping discovery.artifacts/.../nmap/ and summarize only evidence-backed conclusions.scripts/ directory is for deterministic helper logic. Use list_skill_scripts to inspect it.run_skill_script(skill_name="nmap-recon", script_name="nmap_scan.py", args_json='["--target","app.example.internal","--top-ports","20"]') is the preferred scan entrypoint.nmap_scan.py enforces scope, rejects CIDR ranges, and records structured artifacts..xml, .txt, and .json, plus an nmap-log.jsonl audit trail.ok=false, inspect stderr, parse_error, and the saved text output before concluding the host is unreachable.development
WooYun-derived business-logic testing methodology for web apps and APIs. Use when the request involves 支付、退款、订单、越权、认证、授权、价格篡改或业务流程绕过 review, especially black-box probing for price tampering, account takeover, and process bypass flaws.
tools
Escalate privileges on Windows systems using service misconfigurations, DLL hijacking, token manipulation, UAC bypasses, registry exploits, and credential dumping. Use when performing Windows post-exploitation or privilege escalation.
development
Use when performing AD pentest tunneling and pivoting, especially with Ligolo-ng, Chisel, frp, proxychains, SSH forwarding, SOCKS relays, reverse tunnels, or when internal reachability is the main blocker.
development
Threat model, security audit, find vulnerabilities, check security of my app, risk assessment, penetration test prep, analyze attack surface, what could an attacker exploit. Use this skill whenever a user wants holistic security analysis of a codebase, application, or project. MUST be invoked instead of analyzing security yourself — it runs a specialized 8-phase STRIDE workflow producing professional deliverables you cannot generate alone: risk assessment reports, DFD diagrams, threat inventories, attack path validation, mitigation plans, and pentest plans. Trigger on: 威胁建模, 安全评估, 渗透测试, 安全分析, 安全审计, 安全检查, 风险评估. NOT for: fixing one specific bug, adding one security feature (rate limiting, CORS), writing tests, CI/CD setup, or debugging errors.