github projectdiscovery/httpx v1.6.4

latest releases: v1.6.8, v1.6.7, v1.6.6...
3 months ago

What's Changed

πŸŽ‰ New Features

  • Added -efqdn option to extract subdomans from response header and body by @RamanaReddy0M in #1733
# OPTION
-extract-fqdn, -efqdn  get domain and subdomains from response body and header in jsonl/csv output
# EXAMPLE
$ echo tesla.com | ./httpx -efqdn -j -fr  | jq .
  • Added support to exclude response body with -sr option by @saeed0x1 in #1671
# OPTION
-ob, -omit-body  omit response body in output
# EXAMPLE
$ echo hackerone.com | ./httpx -store-response -omit-body

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.6.3...v1.6.4

Don't miss a new httpx release

NewReleases is sending notifications on new releases.