Skip to content

v1.6.4

Compare
Choose a tag to compare
@ehsandeep ehsandeep released this 22 Jun 20:18
· 339 commits to main since this release

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

  • @saeed0x1 made their first contribution in #1671

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