Skip to content

Releases: projectdiscovery/tlsx

v1.0.1

02 Jan 13:17
2b3d733

Choose a tag to compare

v1.0.1 Pre-release
Pre-release
Merge pull request #147 from projectdiscovery/dev

tlsx v.1.0.1 (bugfix release)

v1.0.0

08 Dec 07:20
31f082a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v1.0.0

v0.0.9

19 Oct 12:29
2d9ef52

Choose a tag to compare

What's Changed

echo AS1449 | ./tlsx -san -cn -silent
   -re, -revoked      display host with revoked certificate
   -delay string         duration to wait between each connection per thread (eg: 200ms, 1s)

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

05 Oct 06:45
de872b8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Sep 11:25
7bcc0f3

Choose a tag to compare

Changelog

  • Added Tests for certificate matching #76
  • Fixed auto fallback error and nil client handling support (#77)

v0.0.6

22 Aug 17:13
2b4936d

Choose a tag to compare

What's Changed

  • Adding openssl connection mode support via cgo bindings by @Mzack9999 in #64
  • Added support for scanning all ips (--scan-all-ips) by @parrasajad in #62
  • Added wildcard certificate detection by @parrasajad in #68
  • Added tls version and cipher enumeration support by @Mzack9999 in #69
  • Fixed a potential panic with nil conn by @Ice3man543 in #73

Full Changelog: v0.0.5...v0.0.6

v0.0.5

21 Jul 18:22
2ee81a3

Choose a tag to compare

What's Changed

  • Added JA3 TLS Fingerprint (-ja3) by @parrasajad in #57
  • Added option to include raw certificate (-cert) in json output by @parrasajad in #52
  • Added option to include all ciphers (-ac) in input output by @parrasajad in #52
  • Added support for retries (-retries) for TLS Connection by @Ice3man543 in #54

Full Changelog: v0.0.4...v0.0.5

v0.0.4

12 Jul 18:20
2c94fc1

Choose a tag to compare

What's Changed

   -mm, -mismatched   display mismatched certificate
   -sni string[]                tls sni hostname to use

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

30 Jun 10:13
dcf6ce0

Choose a tag to compare

What's Changed

  • Added JARM based TLS fingerprinting (-jarm) by @Mzack9999 in #40

Full Changelog: v0.0.2...v0.0.3

v0.0.2

29 Jun 12:33
199beb5

Choose a tag to compare

What's Changed

  • Fixed certificate not_before field in json output by @schue30 in #33
  • Added CLI flag (-tps, -probe-status) to display TLS probe status by @Ice3man543 in #28
  • Updated JSON field separator (-) to (_) to make it parsing friendly by @Ice3man543 in #28

New Contributors

Full Changelog: v0.0.1...v0.0.2