Releases: projectdiscovery/tlsx
Releases · projectdiscovery/tlsx
v0.0.8
What's Changed
- Fixed certificate mismatch validation logic by @parrasajad in #84
- Added jarm connection pool context timeout by @Ice3man543 in #87
New Contributors
- @ShubhamRasal made their first contribution in #86
- @riza made their first contribution in #91
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
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
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
What's Changed
- Added Certificate mismatch detection by @parrasajad in #47
-mm, -mismatched display mismatched certificate
- Added SNI Bruteforce support by @LuitelSamikshya in #46
-sni string[] tls sni hostname to use
- Added TLS Connection pooling support by @Mzack9999 in #45
New Contributors
- @LuitelSamikshya made their first contribution in #46
- @parrasajad made their first contribution in #47
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Added JARM based TLS fingerprinting (
-jarm
) by @Mzack9999 in #40
Full Changelog: v0.0.2...v0.0.3
v0.0.2
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
- @schue30 made their first contribution in #33
- @dependabot made their first contribution in #35
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Initial Release
Full Changelog: https://github.com/projectdiscovery/tlsx/commits/v0.0.1