Releases: projectdiscovery/tlsx
Releases · projectdiscovery/tlsx
v1.0.8
What's Changed
- Added permissive x509 parsing by @Mzack9999 in #243
- Fixed nil pointer crash by @Mzack9999 in #240
- Fixed mismatched wildcard false positive by @sc0o in #242
Issues closed in this release - https://github.com/projectdiscovery/tlsx/milestone/8?closed=1
New Contributors
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
What's Changed
- Added version check with self update option by @RamanaReddy0M in #197
-up, -update update tlsx to latest version
- Added untrusted certificate misconfig detection by @ShubhamRasal in #211
-un, -untrusted display host with untrusted certificate
- Added certificate serial in output by @RamanaReddy0M in #212
-se, -serial display certificate serial number
- Added cipher enumeration based on security level by @tarunKoyalwar in #177
-ct, -cipher-type value ciphers types to enumerate (all/secure/insecure/weak) (default all)
- Added reverse PTR SNI support by @Mzack9999 in #175
- Fixed data race crash in cert revoke check by @tarunKoyalwar in #213
- Fixed openssl tls version selection by @Mzack9999 in #204
- Fixed asnmap + mapcidr deps by @Mzack9999 in #182
New Contributors
- @RamanaReddy0M made their first contribution in #197
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Fixed cipher enumration bug and improvements by @tarunKoyalwar in #168
- Fixed errorutil import by @tarunKoyalwar in #162
- Fixed example tests and more by @tarunKoyalwar in #163
- Fixed bug with
-revoke
option and added-hardfail
option by @tarunKoyalwar in #171 - Added support for healtcheck (
-hc
) option by @Mzack9999 in #173
New Contributors
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fixed zcrypto clone bug by @Mzack9999 in #154
- Fixed high memory consumption by @Mzack9999 in #155
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Added os.exec based openssl support by @tarunKoyalwar in #144
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fixed OCSP missing values nil pointer error by @tarunKoyalwar in #138
- Fixed invalid memory address nil pointer error check by @Mzack9999 in #136
Full Changelog: v1.0.0...v1.0.1
v1.0.1
v1.0.0
What's Changed
- Added client/server hello information in json output by @Mzack9999 in #107
- Added support for empty sni by @Mzack9999 in #123
- Added tests for Revoked-SelfSigned certs (#109) by @edoardottt in #110
- Added utils helpers libraries (#113) by @edoardottt in #114
- Fixed custom ip resolution by @Mzack9999 in #129
- Fixed resolved ip and other minor improvements by @tarunKoyalwar in #132
New Contributors
- @tarunKoyalwar made their first contribution in #132
Full Changelog: v0.0.9...v1.0.0
v0.0.9
What's Changed
- Added ASN input support by @ShubhamRasal in #96
echo AS1449 | ./tlsx -san -cn -silent
- Added revoked certificate detection by @edoardottt in #99
-re, -revoked display host with revoked certificate
- Added delay support in TLS connection by @parrasajad in #93
-delay string duration to wait between each connection per thread (eg: 200ms, 1s)
New Contributors
- @edoardottt made their first contribution in #99
Full Changelog: v0.0.8...v0.0.9