v1.6.4
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
- 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
- @saeed0x1 made their first contribution in #1671
Full Changelog: v1.6.3...v1.6.4