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.2.6

06 Jan 13:39

Choose a tag to compare

What's Changed

   -delay duration  duration between each http request (eg: 200ms, 1s) 

Issues closed in release - https://github.com/projectdiscovery/httpx/milestone/7?closed=1

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

29 Oct 12:11

Choose a tag to compare

What's Changed

echo AS15133 | httpx
echo example.com | httpx -mdc "content_length > 1000 && content_length < 2000" -cl
  • Added -u option to probe single / multiple target by @ariasmn in #759
httpx -u example.com

Issues closed in the release - https://github.com/projectdiscovery/httpx/milestone/6?closed=1

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

31 Jul 16:35
f2cd5b8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

13 Jul 17:51
e455249

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

12 Jun 05:01
d857bb9

Choose a tag to compare

What's Changed

   -mcdn, -match-cdn         match host with specified cdn provider (oracle, google, azure, cloudflare, cloudfront, fastly, incapsula, akamai, sucuri, leaseweb)
   -fcdn, -filter-cdn        filter host with specified cdn provider (oracle, google, azure, cloudflare, cloudfront, fastly, incapsula, akamai, sucuri, leaseweb)
   -mrt, -match-response-time  match response with specified response time in seconds (-mrt '< 1')
   -frt, -filter-response-time  filter response with specified response time in seconds (-frt '> 1')
   -sni, -sni-name        Custom TLS SNI name

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

08 Apr 14:05
7d28ce4

Choose a tag to compare

What's Changed

$ echo exmaple.com | httpx -jarm -silent
https://exmaple.com [27d3ed3ed0003ed1dc42d43d00041d6183ff1bfae51ebd88d70384363d525c]
$ echo exmaple.com | httpx -asn -silent
https://exmaple.com [AS13335, CLOUDFLARENET, US, 104.18.144.0/20]

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Mar 10:30
1ca3fb6

Choose a tag to compare

What's Changed

Issues closed in release: https://github.com/projectdiscovery/httpx/milestone/4?closed=1

New CLI flag:

   -hash string                     display response body hash (supported: md5,mmh3,simhash,sha1,sha256,sha512)
   -rlm, -rate-limit-minute int     maximum number of requests to send per minute
   -si, -stats-interval int         number of seconds to wait between showing a statistics update (default: 5)

JSON output update (breaking change):

-  "body-sha256": "ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9",
-  "header-sha256": "8012a277d8e5cfe979f25c3f8c89a19fb6ed06ccf3e6f0987b69809f17a29d20",

+ "hashes":{
+   "body-md5":"84238dfc8092e5d9c0dac8ef93371a07",
+   "body-mmh3":"-1139337416",
+   "body-sha256":"ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9",
+   "body-simhash":"9899951357530060719",
+   "header-md5":"34becaa0b301740409a00e0ac1ae996a",
+   "header-mmh3":"-337164226",
+   "header-sha256":"1fbc7168a1fdba67b2ee91c20556c9efc9d5898e4bdbf50a77e2c880b42662ae",
+   "header-simhash":"15614706818132708719"
+ }

New Contributors

Full Changelog: v1.1.5...v1.2.0

v1.1.5

10 Jan 14:24
bb1ccc4

Choose a tag to compare

What's Changed

  • Added Favicon hash probe/filter/match support (favicon,ffc,mfc) by @Mzack9999 in #476
  • Added probe/filter/match for response words count (wc,fwc,mwc) by @Mzack9999 in #468
  • Added probe/filter/matchers for response lines count (lc,flc,mlc) by @Mzack9999 in #468
  • Added support for custom resolver/s (r) by @Mzack9999 in #467
  • Updated to enable sr flag internally if srd flag is used by @Mzack9999 in #470
  • Updated to trim port padding in host header in case of port 80/443 by @Mzack9999 in #471
  • Fixed bug causing a crash with path input by @Mzack9999 in #483
  • Fixed bug in TLS-Probe flag discarding hosts starts with * by @parrasajad in #452
  • Fixed bug truncation of long response file names by @ola456 in #465

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

01 Dec 07:42

Choose a tag to compare

What's Changed

  • Added probe-all-ips support to probe all the ips associated with same host by @zerodivisi0n in #427
  • Added Request dump support with debug/debug-req/debug-resp flag by @zerodivisi0n in #425
  • Added Functional tests by @LuitelSamikshya in #436
  • Added max recursion level for self-dos on recursive load function by @Mzack9999 in #420
  • Fixed bug using path flag in stream mode by @Mzack9999 in #415
  • Fixed follow-host-redirects option when customizing the host request header by @z0neGit in #418
  • Fixed bug with title flag producing new lines in output by @LuitelSamikshya in #448
  • Flag updates: tech to td

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

10 Oct 23:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3