Skip to content

Releases: projectdiscovery/httpx

v1.6.10

27 Jan 13:11
81ce4b1
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fixed the problem with the -probe option not functioning with JSON or CSV output formats by @dogancanbakir in #1966
  • Fixed csv tag name by @dogancanbakir in #2075
  • Fixed ScreenshotIdle not being set when configured in options, causing it to default to 0 and result in no screenshot by @v1stra in #2059
  • Fixed CSV output ignoring command line options for what to extract when using '-filter-condition' argument by @dogancanbakir in #1944

🔨 Maintenance

Other Changes

  • Added lazy loading to screenshot images in HTML summary by @alas1n in #2004
  • Update fastdialer to v0.3.0 (CPU bottleneck fixed in dependency) by @babariviere in #2082

New Contributors

Full Changelog: v1.6.9...v1.6.10

v1.6.9

20 Oct 22:35
ca398ed
Compare
Choose a tag to compare

What's Changed

🎉 New Features

   -fd, -filter-duplicates  filter out near-duplicate responses (only first response is retained)
   -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)
httpx -u example.com -trace -j

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.6.8...v1.6.9

v1.6.8

14 Aug 18:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.7...v1.6.8

v1.6.7

02 Aug 22:09
5f806a8
Compare
Choose a tag to compare

What's Changed

   -pd, -dashboard                 upload / view output in projectdiscovery cloud (pdcp) UI dashboard
   -aid, -asset-id string          upload new assets to existing asset id (optional)
   -aname, -asset-name string      assets group name to set (optional)
   -pdu, -dashboard-upload string  upload httpx output file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard

image

   -fep, -filter-error-page  filter response with ML based error page detection

Full Changelog: v1.6.6...v1.6.7

v1.6.6

10 Jul 16:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.5...v1.6.6

v1.6.5

24 Jun 14:33
Compare
Choose a tag to compare

What's Changed

# OPTION
-favicon  display mmh3 hash for '/favicon.ico' file
# EXAMPLE
$ echo hackerone.com | ./httpx -favicon -j -silent | jq -r .favicon_url
https://hackerone.com/favicon.ico

Full Changelog: v1.6.4...v1.6.5

v1.6.4

22 Jun 20:18
Compare
Choose a tag to compare

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

🐞 Bug Fixes

Other Changes

New Contributors

  • @saeed0x1 made their first contribution in #1671

Full Changelog: v1.6.3...v1.6.4

v1.6.3

29 May 15:19
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

Full Changelog: v1.6.2...v1.6.3

v1.6.2

28 May 09:15
Compare
Choose a tag to compare

What's Changed

🎉 New Features

🐞 Bug Fixes

Other Changes

Full Changelog: v1.6.1...v1.6.2

v1.6.1

19 May 17:51
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added -protocol option for force http 1.1 connection by @Mzack9999 in #1669
   -pr, -protocol string  protocol to use (unknown, http11)

🐞 Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.6.0...v1.6.1