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 .
# OPTION
-ob, -omit-body omit response body in output
# EXAMPLE
$ echo hackerone.com | ./httpx -store-response -omit-body
- Added support for multiple input for filter options by @dogancanbakir in #1761
π Bug Fixes
- Fixed issue with empty host by @dogancanbakir in #1759
- Fixed issue with missing
1XX
status code in output by @dogancanbakir in #1760
Other Changes
- Added http based speed control (SDK) by @dogancanbakir in #1762
- αΊ’dded support to use networkpolicy + wappalyzer singletons (SDK) by @Ice3man543 in #1769
New Contributors
Full Changelog: v1.6.3...v1.6.4