Skip to content

Releases: prbinu/tls-scan

TLS ALPN protocol id enumeration support

25 Sep 15:52
Compare
Choose a tag to compare

New feature: ALPN protocol id enumeration. A new field alpn
is added to the JSON output to indicate ALPN protocol id
selected by the server. Besides alpn, sni is also added
as a new field to indicate SNI value set by the client.

Full Changelog: 1.5.2...1.6.0

Add Linux ARM64 support

24 Sep 20:16
Compare
Choose a tag to compare
  • Build bug fix: #59
  • Updated gzip and libevent package versions
  • Add build-from-source support for Linux ARM architecture

Full Changelog: 1.5.1...1.5.2

Critical bug fix

24 Apr 04:43
Compare
Choose a tag to compare

Linux OS update - Ubuntu 18.04 to 20.04

04 Jan 22:28
c9d9af4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.8...1.5.0.1

Malformed json output for some domains #43

09 Jan 02:41
Compare
Choose a tag to compare
  • Malformed json output for some domains #43
  • Fixed duplicate field (ocspStapled) in the json output
  • Migrated build from Travis to GitHub Action/Build system

Fix JSON output encode bug (#38)

17 Sep 01:55
Compare
Choose a tag to compare
1.4.6

JSON - escape all control chars (rfc4627) (#38)

Fix JSON outout encode bug (#38)

10 Sep 05:36
Compare
Choose a tag to compare
Pre-release
1.4.5

json escape fix

Fix JSON outout encode bug (#38)

08 Sep 23:23
Compare
Choose a tag to compare
Pre-release
1.4.4

JSON output encode bug fix

TLS 1.2 CHACHA cipher support + TLS version enum fix

10 Jun 03:17
Compare
Choose a tag to compare
  • Fix the TLS version enum bug
  • Support TLSv1.2 CHACHA cipher scans

Add run-time stats for tracking scan progress and performance

18 May 00:13
Compare
Choose a tag to compare
  • Add run-time stats for tracking progress and performance
    New command-line param: --stats-outfile