What's Changed
🎉 New Features
- Added support to filter out near duplicate responses by @dogancanbakir in #1951
-fd, -filter-duplicates filter out near-duplicate responses (only first response is retained)
- Added
team-id
input support for dashboard upload by @RamanaReddy0M in #1886
-tid, -team-id string upload asset results to given team id (optional)
- Added option to provide ideal time taking screenshot with
-screenshot
option by @michael2to3 in #1917
-sid, -screenshot-idle value set idle time before taking screenshot in seconds (default 1s)
- Adding
-trace
option to log complete connection by @Mzack9999 in #1883
httpx -u example.com -trace -j
- Added initial support for automatic page type classifier by @dogancanbakir in #1924
🐞 Bug Fixes
- Fixed issue to not store responses for failed probe by @dogancanbakir in #1954
Other Changes
- Added option to provide pdcp auth via config file by @dogancanbakir in #1912
- Used mapstructure tag by @dogancanbakir in #1898
New Contributors
- @michael2to3 made their first contribution in #1917
Full Changelog: v1.6.8...v1.6.9