HTTPX Results (Unauth)

I. HTTP Status Codes ( "status-code" field ) - Look for these "Red Flags":

II. HTTP Headers ( "headers" section in JSON ) - Focus on Security & Configuration:

III. Technology Detection (tech-detect section in JSON ) - Clues for Target Functionality:

IV. CDN/WAF Detection (cdn field in JSON ) - Infrastructure Context:

V. Other Indicators:

Prioritization Strategy:

  • High Priority: Targets with status codes like 403, 401, 5xx, critical CORS misconfigurations (wildcard + credentials), outdated server software.

  • Medium Priority: Targets with missing security headers (CSP, HSTS, XFO, X-Content-Type-Options), permissive Referrer-Policy, caching issues on sensitive data, verbose Server headers, unusual status codes, CDN/WAF presence.

  • Low Priority (for now): Targets with mostly 200 OK status, standard headers, no obvious "red flags" in this initial httpx scan. Keep these in your list, but focus deeper testing on the higher priority ones first.

Using the Checklist:

  1. Open your httpx JSON output file.

  2. Go through each entry (each target) in the JSON.

  3. For each checklist item above, check if that "red flag" or interesting indicator is present in the JSON data for the current target.

  4. If you find something "interesting" based on the checklist, mark the checkbox [x] for that item for that target.

  5. After going through all targets, review your marked checkboxes. Targets with more checked boxes, especially in the High Priority categories (Status Codes, CORS, Server Info), are your top priority targets for deeper investigation!

Last updated

Was this helpful?