WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: projectdiscovery/httpx

v1.7.3

06 Dec 19:01
4d50f4e

Choose a tag to compare

What's Changed

🐞 Bug Fixes

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2

14 Nov 18:45
0840905

Choose a tag to compare

What's Changed

🎉 New Features

🐞 Bug Fixes

  • Fix(favicon): correct relative favicon resolution & .ico prioritization by @oxqnd in #2214
  • Fix(runner): Ensure -pr/--protocol flag is correctly applied by @khs-alt in #2234
  • Fix -allow and -deny flags by @noaho in #2232
  • Fix to dismiss alert lead to take screenshot by @Serizao in #2219
  • Fix write to index only one time by @circleous in #2282
  • Fix ensure Host header is set in unsafe mode for rawhttp requests by @ayanrajpoot10 in #2297
  • Fix custom asset id upload by @Mzack9999 in #2305

⚡ Performance Improvements

🔧 Refactoring

📦 Other Changes

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

16 Jul 07:10
bbba454

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fixed the issue where the location was printed even when not explicitly set as an option by @loresuso in #2173
  • Fixed timestamp format differences in CSV and JSON by @dwisiswant0 in #2115
  • Fixed HTML title parsing by @geeknik in #2198
  • Fixed the issue of garbled text on Traditional Chinese pages by @yutianqaq in #2201

🔨 Maintenance

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

24 Apr 15:08
bb3154f

Choose a tag to compare

What's Changed

🎉 New Features

  • Added option -no-screenshot-full-page to disable full page screenshots by @yoshino-s in #2131

Other Changes

  • Fixed typos in code documentation by @kianmeng in #2123

  • Fixed error with ignoring empty interface in fake data generator by @jimen0 in #2147

New Contributors

Full Changelog: v1.6.10...v1.7.0

v1.6.10

27 Jan 13:11
81ce4b1

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

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

  • @michael2to3 made their first contribution in #1917

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

v1.6.8

14 Aug 18:10

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

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

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

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