New
v1.8.0
What's Changed
π New Features
- Added Burp XML input mode support (-im flag) by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2372
- Added secret file authentication support (-sf flag) by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2371
- Added passive CPE and WordPress detection support by @dogancanbakir in https://github.com/projectdiscovery/httpx/pull/2366
π Bug Fixes
- Fixed endless stream oom by @smallseacreature in https://github.com/projectdiscovery/httpx/pull/2343
- Fixed response file overwrite when
-sdflag is used by @jjhwan-h in https://github.com/projectdiscovery/httpx/pull/2226 - Fixed favicon extraction failure when
FollowRedirectsis enabled by @wlayzz in https://github.com/projectdiscovery/httpx/pull/2369 - Fixed GitHub Actions condition by @arunstar in https://github.com/projectdiscovery/httpx/pull/2338
- Fixed inconsistent results with
probe-all-ipsif the port number is set in the URL by @majiayu000 in https://github.com/projectdiscovery/httpx/pull/2348
New Contributors
- @arunstar made their first contribution in https://github.com/projectdiscovery/httpx/pull/2338
- @smallseacreature made their first contribution in https://github.com/projectdiscovery/httpx/pull/2343
- @majiayu000 made their first contribution in https://github.com/projectdiscovery/httpx/pull/2348
- @jjhwan-h made their first contribution in https://github.com/projectdiscovery/httpx/pull/2226
- @wlayzz made their first contribution in https://github.com/projectdiscovery/httpx/pull/2369
Full Changelog: https://github.com/projectdiscovery/httpx/compare/v1.7.4...v1.8.0