Releases: projectdiscovery/httpx
Releases · projectdiscovery/httpx
v1.3.7
What's Changed
🐞 Bug Fixes
- Fixed new line break issue with
-titleoption by @dogancanbakir in #1439 - Fixed build error on
termux/androidby @RamanaReddy0M in #1424 - Fixed path issue on windows by @dogancanbakir in #1431
- Fixed chrome zombie process using leakless by @dogancanbakir in #1426
- Fixed panic crash with
-asnoption
Other Changes
- Added SNI to jsonl output by @RamanaReddy0M in #1423
- Added optional flag (
-eph) to skip private host / ips for probing by @CodyCline in #1408 - Added hyperlink to host result by @pdelteil in #1430
- Increased timeout for a page lifecycle event by @dogancanbakir in #1440
New Contributors
- @CodyCline made their first contribution in #1408
- @pdelteil made their first contribution in #1430
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
🎉 New Features
- Added phash calculation for screenshot by @dogancanbakir in #1364
- Added visual recon clusters in jsonl output by @dogancanbakir in #1372
Other Changes
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
🎉 New Features
- Added flag to preview N characters from the response by @RamanaReddy0M in #1316
-bp, -body-preview display first N characters of response body (default 100) -rhsts, -respect-hsts respect HSTS response headers for redirect requests- Added option to include response headers in JSONL output by @JoshuaMart in #1326
-irh, -include-response-header include http response (headers) in JSON output (-json only) -ehb, -exclude-headless-body enable excluding headless header from json output
-esb, -exclude-screenshot-bytes enable excluding screenshot bytes from json output🐞 Bug Fixes
- Fixed issue with DNS record when
-portsoption is used by @kz0ltan in #1347 - Fixed with
-ecoption to exclude WAF by @JoshuaMart in #1341 - Fixed issue with DSL filter and matcher by @dogancanbakir in #1313
- Fixed issue with raw response to make it RFC compliant by @dogancanbakir in #1337
- Fixed issue with favicon option with external host by @dogancanbakir in #1339
- Fixed issue screenshot path on WSL issue by @dogancanbakir in #1340
- Fixed minor issues with screenshot option by @dogancanbakir in #1353
Other Changes
- Fixed typo in runner/options.go by @DroidKali in #1310
- Updated integration by @0xGwyn in #1319
New Contributors
- @DroidKali made their first contribution in #1310
- @0xGwyn made their first contribution in #1319
- @JoshuaMart made their first contribution in #1341
- @secinto made their first contribution in #1335
- @kz0ltan made their first contribution in #1347
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
🎉 Features
-fep, -filter-error-page filter response with ML based error page detection- Added support for multiple output format by @dogancanbakir in #1242
-oa, -output-all filename to write output results in all formats- Added html index (
screenshot.html) file for screenshots by @bugrakocabay in #1226 - Added custom config input support by @dogancanbakir in #1273
-config string path to the httpx configuration file (default $HOME/.config/httpx/config.yaml)🐞 Bugs
- Fixed
-tls-graboption issue in ztls mode by @RamanaReddy0M in #1259 - Fixed issue with
-sroption when used with-xoption by @ErikOwen in #1298
🔨 Maintenance
Other Changes
New Contributors
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
🎉 Features
- Added Support for TLS ClientHello randomization (experimental) by @Mzack9999 in #1199
-tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization🐞 Bugs
- Fixed issue with
rateLimiternot stop by @anhnmt in #1236 - Fixed issue to skip body read with status code 304 by @Mzack9999 in #1231
- Fixed issue to remove duplicate
onresultoption by @bugrakocabay in #1234
New Contributors
- @anhnmt made their first contribution in #1236
- @bugrakocabay made their first contribution in #1234
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
🐞 Bugs
- Fixed issue ignoring http path with port option by @RamanaReddy0M in #1164
- Fixed issue to remove fastdialer from runner object by @ShubhamRasal in #1174
- Fixed issue to write missing screenshots to index file by @dogancanbakir in #1193
🔨 Maintenance
- Using default options by @Mzack9999 in #1192
- Updated callback to include errored results by @ShubhamRasal in #1182
Other Changes
New Contributors
- @dogancanbakir made their first contribution in #1193
- @Ciyfly made their first contribution in #1213
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Fixed issue with response body store with json option by @Mzack9999 in #1130
- Fixed issue with response body hash calculation by @Mzack9999 in #1130
- Fixed issue with fallbacks when
-nfsis used by @RamanaReddy0M in #1159 - Fixed issue with certificate parsing by @ShubhamRasal in #1135
- Added improvements to code for using as library by @Mzack9999 in #1147
Issues closed in this release - https://github.com/projectdiscovery/httpx/milestone/11?closed=1
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Added screenshot support (
-ss, -screenshot) by @Mzack9999 in #1097
subfinder -d hackerone.com | httpx -screenshot- Added support to skip decode (
-no-decode) by @Mzack9999 in #1055 - Added
stale.ymlconfig file by @MetzinAround in #1088 - Fixed issue with dsl based filtering by @ShubhamRasal in #1068
- Fixed error with URLs having http / httpx as a prefix by @RamanaReddy0M in #1100
- Fixed (
-match-regex) not working with http proxy by @RamanaReddy0M in #1108 - Fixed issue with filename on windows by @Mzack9999 in #1067
Issues closed in this release - https://github.com/projectdiscovery/httpx/milestone/10?closed=1
New Contributors
- @MetzinAround made their first contribution in #1088
- @ireland made their first contribution in #1104
Full Changelog: v1.2.9...v1.3.0
v1.2.9
What's Changed
- Fixed nil pointer dereference crash by @freimer in #1033
- Added self-update option + version check support by @RamanaReddy0M in #1041
New Contributors
- @freimer made their first contribution in #1033
- @RamanaReddy0M made their first contribution in #1041
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Fixed issue with asn option with
ip:portby @Mzack9999 in #1011 - Fixed split issue with urls containing query in URLs by @Mzack9999 in #1009
- Fixed docker workflow by @ehsandeep in #1003
- Fixed asnmap + mapcidr checksum mismatch by @Mzack9999 in #983
New Contributors
- @minispooner made their first contribution in #999
- @iamleot made their first contribution in #1018
Full Changelog: v1.2.7...v1.2.8