Releases: projectdiscovery/tlsx
Releases · projectdiscovery/tlsx
v1.2.1
What's Changed
- Fix self signed false positives by @ehsandeep in #860
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
🎉 New Features
- Added Streaming certificate transparency logs support by @ehsandeep in #838
   -ctl, -ct-logs  enable certificate transparency logs streaming mode- Added Socks proxy support by @Mzack9999 in #795
- Fixed IsSelfSigneddetection to cover new edge case by @ChriZzn in #845
New Contributors
- @guspan-tanadi made their first contribution in #808
- @ChriZzn made their first contribution in #845
Full Changelog: v1.1.9...v1.2.0
v1.1.9
What's Changed
Other Changes
- bump utils version by @dogancanbakir in #658
Full Changelog: v1.1.7...v1.1.9
What's Changed
Other Changes
- bugfix: properly handle timeouts during OpenSSL cipher enumeration by @hackerbuddy in #733
New Contributors
- @hackerbuddy made their first contribution in #733
Full Changelog: v1.1.8...v1.1.9
v1.1.8
v1.1.7
What's Changed
- Added detection of tls server with client authentication by @mark-adams in #565
- Added ja3shash fingerprint support by @dogancanbakir in #395
New Contributors
- @mark-adams made their first contribution in #565
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
Other Changes
- remove started cipher enum statement from sdk by @tarunKoyalwar in #402
- make -revokedfeature optional by @dogancanbakir in #460
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
🎉 New Features
- Added -dnsoption to display unique hostname from certificate by @dogancanbakir in #350
echo google.com | tlsx -dns -silent
2mdn-cn.net
admob-cn.com
ampproject.net.cn
ampproject.org.cn
android.clients.google.com
android.com
app-measurement-cn.com
appengine.google.com
bdn.dev
....
....
....Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
🎉 New Features
- Added support for cipher enum concurrency by @tarunKoyalwar in #324
   -cec, -cipher-concurrency int  cipher enum concurrency for each target (default 10)Other Changes
- Fixed data race in x509 response by @tarunKoyalwar in #331
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
Other Changes
- Multiple GitHub CI improvements by @ehsandeep in #319
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Other Changes
- Added support for multiple cipher type input with-cipher-typeoption by @dogancanbakir in #318
   -ct, -cipher-type value  ciphers types to enumerate (all/secure/insecure/weak) (default all)New Contributors
- @dogancanbakir made their first contribution in #318
Full Changelog: v1.1.1...v1.1.2