sslscan

A SSL Scanner Written In Crystal-Lang

Installation:

$ git clone https://github.com/krishpranav/sslscan
$ cd sslscan
$ make

Usage:

./sslscan google.com 443

More Example:

# import the ssl scan crystal library
require "sslscan"

# code to scan the target website 
scanner = SSLScan::Scan.new("google.com", 443)

# runs the program
scanner.run
Repository

sslscan

Owner
Statistic
  • 4
  • 0
  • 0
  • 0
  • 0
  • over 2 years ago
  • September 2, 2021
License

Links
Synced at

Tue, 23 Apr 2024 15:16:59 GMT

Languages