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
- over 3 years ago
- September 2, 2021
License
Links
Synced at
Sun, 22 Dec 2024 14:50:23 GMT
Languages