Skip to content

TLS Scanner originally created for the course "Empirical Security Analaysis & Engineering" at the University of Twente

Notifications You must be signed in to change notification settings

tbethe/rusty-tls-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS Scanner written in Rust

Description

TLS Scanner written in Rust, originally created for the course Empirical Security Analysis & Engineering (2022/2023) at the University of Twente. It then turned into a project I extend to learn.

Building

Dependencies

Usage

Mandatory option:

  • --ip-list: csv file with a domain corresponding IP pair on each line: <domain>,<ipv4>
  • --block-list: list of ipv4 addresses or domains that will not be scanned.
  • --root-store: x509 root store to use.
  • --output: output file to store the results in, in JSON format.

Run with --help to see all options.

About

TLS Scanner originally created for the course "Empirical Security Analaysis & Engineering" at the University of Twente

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages