SSLEnum
Extract SSL certificate data (Subject Name, Subject Alt Names, Organisation)
Install / Use
/learn @melbadry9/SSLEnumREADME
SSLEnum
Extract SSL certificate data (Subject Name, Subject Alt Names, Organisation)
Install
- Install from
crates.io
cargo install sslenum --force
- Intall from
github
git clone https://github.com/melbadry9/SSLEnum.git
cd SSLEnum
cargo install --path .
Usagec
- Help
SSLEnum [SSL Data Enumeration] 2.0.0
Mohamed Elbadry
USAGE:
sslenum [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --domain <DOMAIN> Single domain to test
-o, --out <FILE> Write results to JSONL file
-p, --port <PORT> [default: 443]
-t, --threads <THREADS> Concurrent blocking probes [default: 200]
-T, --timeout <SECS> Per-IP connect/read/write timeout in seconds [default: 1]
$ cat subdomains.list | sslenum -t 50 -p 443 -T 3 -o ssl.json
$ sslenum -d example.com | jq
- Output
{
"hostname": "example.com",
"ip": "23.220.75.232",
"port": "443",
"org": "Internet Corporation for Assigned Names and Numbers",
"cn": [
"*.example.com"
],
"alt_names": [
"*.example.com",
"example.com"
],
"dangling": false
}
Related Skills
himalaya
345.4kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
coding-agent
345.4kDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
