Skip to content

Releases: projectdiscovery/httpx

v1.5.0

01 Mar 19:42
Compare
Choose a tag to compare

Warning

This release upgrades ASNMap to the latest version that uses an authenticated API. If you utilize the -asn option of httpx, one time configuration is required to set up PDCP API Key. You can do this using the -auth option or through setting up an environment variable, such as export PDCP_API_KEY=xxxxx

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

12 Feb 15:23
Compare
Choose a tag to compare

What's Changed

🔨 Maintenance

Full Changelog: v1.3.9...v1.4.0

v1.3.9

24 Jan 11:17
Compare
Choose a tag to compare

What's Changed

🔨 Maintenance

Full Changelog: v1.3.8...v1.3.9

v1.3.8

15 Jan 23:02
Compare
Choose a tag to compare

What's Changed

  • ⚠️ Removed -ec option in favor of newly added -exclude option ⚠️

   -e, -exclude string[]  exclude host matching specified filter ('cdn', 'private-ips', cidr, ip, regex)
   -st, -screenshot-timeout int     set timeout for screenshot in seconds (default 10)
  • Added option to set custom headless options by @seeyarh in #1343
   -ho, -headless-options string[]  start headless chrome with additional options

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

13 Nov 07:26
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.3.6...v1.3.7

v1.3.6

30 Oct 15:23
Compare
Choose a tag to compare

What's Changed

🎉 New Features

Other Changes

Full Changelog: v1.3.5...v1.3.6

v1.3.5

14 Sep 12:26
Compare
Choose a tag to compare

What's Changed

🎉 New Features

   -bp, -body-preview  display first N characters of response body (default 100)
  • Added option to respect redirect with HSTS policy by @secinto in #1335
   -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)
  • Added option to exclude screenshot bytes and body in JSONL response by @secinto in #1331
   -ehb, -exclude-headless-body  enable excluding headless header from json output
   -esb, -exclude-screenshot-bytes  enable excluding screenshot bytes from json output

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

22 Jul 21:36
b14f64a
Compare
Choose a tag to compare

What's Changed

🎉 Features

   -fep, -filter-error-page  filter response with ML based error page detection
   -oa, -output-all  filename to write output results in all formats
   -config string  path to the httpx configuration file (default $HOME/.config/httpx/config.yaml)

🐞 Bugs

🔨 Maintenance

Other Changes

  • Fixed github.com/bxcodec/faker/v4 is deprecated by @anhnmt in #1264

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

21 Jun 09:51
9cf6a13
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

13 Jun 07:49
Compare
Choose a tag to compare

What's Changed

🐞 Bugs

🔨 Maintenance

Other Changes

New Contributors

Full Changelog: v1.3.1...v1.3.2