You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A lightweight Bash tool to scan common CDN ports on a list of IPs and domains.
6
6
7
7
The **SNI Scanner** is a simple Bash-based tool designed to check common HTTPS/CDN ports on multiple IP addresses or domains. It supports mixed input (IPs and domains), automatically resolves domains to IP addresses, and scans a list of ports commonly used by CDN providers like Cloudflare.
8
8
9
-
The tool provides a clear output indicating which ports are open or closed, supports retries, concurrent scanning, logging, and generates a final categorized summary report.
9
+
The tool provides a clear output indicating which ports are open or closed, supports retries, concurrent scanning, logging, optional IP verification through Cloudflare, and generates a final categorized summary report.
10
10
11
11
## Features
12
12
@@ -22,6 +22,10 @@ The tool provides a clear output indicating which ports are open or closed, supp
22
22
- Separates successful and failed targets
23
23
- Detects unresolved domains
24
24
- Filters internal/blocked IPs (10.x.x.x)
25
+
- Optional IP Verification:
26
+
- Automatically detects your public IP
27
+
- Or allows manual IP input
28
+
- Verifies the IP seen by Cloudflare using `/cdn-cgi/trace`
25
29
- Lightweight & Fast: Requires only bash, nc, and dig
26
30
27
31
## Getting Started
@@ -32,6 +36,7 @@ The tool provides a clear output indicating which ports are open or closed, supp
0 commit comments