소스 정보
- 저장소
- asdfgh1445/ctf-super-hub
- 최근 소스 활동
- 2026년 4월 23일 18:07
- 감지된 SKILL.md 언어
- 영어
- 스타
- 790
- 포크
- 97
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/asdfgh1445/ctf-super-hub --skill strix-httpx명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | Strix•httpx 用法 |
| description | Strix httpx 探测命令手册,覆盖探针参数、输出格式与自动化安全用法;触发名:strix-httpx |
Official docs:
Canonical syntax:
httpx [flags]
High-signal flags:
-u, -target <url> single target-l, -list <file> target list-nf, -no-fallback probe both HTTP and HTTPS-nfs, -no-fallback-scheme do not auto-switch schemes-sc status code-title page title-server, -web-server server header-td, -tech-detect technology detection-fr, -follow-redirects follow redirects-mc <codes> / -fc <codes> match or filter status codes-path <path_or_file> probe specific paths-p, -ports <ports> probe custom ports-proxy, -http-proxy <url> proxy target requests-tlsi, -tls-impersonate experimental TLS impersonation-j, -json JSONL output-sr, -store-response store request/response artifacts-srd, -store-response-dir <dir> custom directory for stored artifacts-silent compact output-rl <n> requests/second cap-t <n> threads-timeout <seconds> request timeout-retries <n> retry attempts-o <file> output fileAgent-safe baseline for automation:
httpx -l hosts.txt -sc -title -server -td -fr -timeout 10 -retries 1 -rl 50 -t 25 -silent -j -o httpx.jsonl
Common patterns:
httpx -l hosts.txt -sc -title -server -td -silent -o httpx.txthttpx -l hosts.txt -path /,/login,/admin -sc -title -silent -j -o httpx_paths.jsonlhttpx -l hosts.txt -nf -sc -title -silenthttpx -l hosts.txt -vhost -sc -title -silent -j -o httpx_vhost.jsonlhttpx -l hosts.txt -sc -title -proxy http://127.0.0.1:48080 -silent -j -o httpx_proxy.jsonlhttpx -l hosts.txt -fr -sr -srd recon/httpx_store -sc -title -server -cl -ct -location -probe -silentCritical correctness rules:
-j -o <file>.-rl and -t explicit for reproducible throughput.-nf when you need dual-scheme probing from host-only input.-path or -ports, keep scope tight to avoid accidental scan inflation.-sr -srd <dir> when later steps need raw response artifacts (JS/route extraction, grepping, replay).Usage rules:
-silent for pipeline-friendly output.-mc/-fc when downstream steps depend on specific response classes.-proxy flag over global proxy env vars when only httpx traffic should be proxied.-h/--help for routine runs unless absolutely necessary.Failure recovery:
-rl/-t and/or increase -timeout.-fc filters or -fd duplicate filtering.-nf (and avoid -nfs).If uncertain, query web_search with:
site:docs.projectdiscovery.io httpx <flag> usage