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

22 Sep 06:37

Choose a tag to compare

Changelog

f38a58b Added IP extraction
9b8550e Added CNAME extraction
5a7ec28 Added CDN check
edb9e1b Added String based match/filter
edb9e1b Added Regex based match/filter
ca20e55 Bug fix with CSP extraction
f71cb97 Bug fix bug with store-response flag

v1.0.1

01 Sep 05:37
6ca532d

Choose a tag to compare

Changelog

38d25bb Added support to probe all supported request method (-x all)
243e040 Fixed a bug printing request method on the default run.

v1.0.0

30 Aug 17:32
ffadd65

Choose a tag to compare

Changelog

a632271 - HTTP2 Probing
ffadd65 - Experimental/Trivial HTTP1.1 Pipeline Probing
5787fbd - Custom host header support
f62c479 - CSP Data extraction / Subdomains Probing
84dc1e9 - Location Header output by @tracertea
a21f098 - RawHTTP support with unsafe flag
e2e5501 - Multi Method/Verb support
f62c479 - Verbose flag to inspect failed requests.
f62c479 - Request flag to process RAW request from a file.
f62c479 - Bugs fixes (User agent, Data storage, multiple ports, CIDR input)

v0.0.8

04 Aug 18:38
5a60c9e

Choose a tag to compare

Changelog

0e18ab4 content-type fix with no color

v0.0.7

30 Jul 23:27

Choose a tag to compare

Changelog

fed8df5 Added output filters and matchers
0817f31 Added content-type output
739545c Added request file/path option
afce1f7 Added TLS probe
8dcf41d Fixed automatic decoding of unicode chars in title
3c57c5e Fixed custom host header issue.

v0.0.6

14 Jul 06:56
3d25426

Choose a tag to compare

Changelog

2534ab3 Fixed an issue with release binary.

v0.0.5

03 Jul 12:23
cb5fdcf

Choose a tag to compare

Changelog

0ffd4c4 Added web socket detection
cb5fdcf Fixed a bug with HTTP proxy.

v0.0.4

22 Jun 07:51
15dc4c0

Choose a tag to compare

Changelog

2842f9c Added asn2cidr helper script

v0.0.3

15 Jun 19:35

Choose a tag to compare

Changelog

#12 Added CIDR support.
#22 Added color output support.
#19 Added basic server fingerprint based on server header
#10 Added docker support.
#20 Added option to include the raw response within the json output by @timoles
#16 Added option to only follow redirects on the same host by @timoles

v0.0.2

29 May 22:08
54221e9

Choose a tag to compare

  • Random nil pointer fix