원클릭으로
subfinder
Use subfinder for authorized passive subdomain enumeration against in-scope domains and organization-owned assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use subfinder for authorized passive subdomain enumeration against in-scope domains and organization-owned assets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use agent-browser-cli to perceive and control the supervised Chrome browser inside the sandbox, interact with pages, capture screenshots/PDFs, inspect cookies/CDP/network/console state, and troubleshoot only when needed.
Use OWASP Amass for authorized asset discovery, domain enumeration, and DNS intelligence on in-scope targets.
Use apktool for authorized Android APK resource decoding, manifest review, smali inspection, rebuild checks, and static mobile artifact triage.
Use file, 7z, unzip, tar-compatible tools, hashes, and bounded shell inspection for safe triage of provided archives and unknown files.
Use binwalk for authorized firmware, binary blob, archive, filesystem, and embedded-content triage with bounded extraction and evidence handling.
Use the pwntools-provided checksec CLI for authorized ELF hardening review, mitigation checks, and binary triage evidence.
| name | subfinder |
| description | Use subfinder for authorized passive subdomain enumeration against in-scope domains and organization-owned assets. |
Use ProjectDiscovery subfinder for authorized passive subdomain enumeration against explicitly in-scope domains.
Before constructing commands, run the installed help and use it as the source of truth:
subfinder -h
dnsx or another DNS check.subfinder as the default first passive pass; use amass when the task needs deeper asset intelligence, Amass state, or active/broader modes.Run passive enumeration for one in-scope domain:
subfinder -d example.com -silent -o subfinder.txt
Run a bounded list-based pass:
subfinder -dL domains.txt -silent -o subfinder.txt
Validate discovered names before treating them as live:
dnsx -l subfinder.txt -silent -o resolved.txt
httpx -l resolved.txt -silent -status-code -title -o httpx.txt
Report the input domain scope, command used, output path, result count, notable names, and validation status.