sslscan
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
- about 3 years ago
- September 2, 2021
License
Links
Synced at
Thu, 21 Nov 2024 16:04:36 GMT
Languages