一键导入
httpx
Use ProjectDiscovery httpx for authorized HTTP probing, live host validation, response triage, and lightweight web fingerprint collection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use ProjectDiscovery httpx for authorized HTTP probing, live host validation, response triage, and lightweight web fingerprint collection.
用 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 | httpx |
| description | Use ProjectDiscovery httpx for authorized HTTP probing, live host validation, response triage, and lightweight web fingerprint collection. |
Use ProjectDiscovery httpx for authorized HTTP probing of in-scope hosts and URLs. Use it to validate HTTP/HTTPS liveness, normalize recon lists, and collect status, title, redirect, TLS, and lightweight technology signals. This is the ProjectDiscovery CLI, not the Python httpx library.
Before constructing commands, run the installed help and use it as the source of truth:
httpx -h
jq or consumed by another tool.observer_ward, or targeted follow-up.httpx before observer_ward when raw hostnames or URLs need HTTP/HTTPS liveness and normalization.Probe a resolved host list and keep structured evidence:
httpx -l hosts.txt -silent -status-code -title -tech-detect -follow-redirects -json -o httpx.jsonl
Probe a single URL before browser review:
printf '%s\n' 'https://example.com' | httpx -silent -status-code -title -tech-detect
Use jq on JSONL output for counts, filtering, or downstream input:
jq -r 'select(.status_code == 200) | .url' httpx.jsonl
Report the target scope, command used, output path, live hosts, status/title/technology signals, and any validation gaps.