Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kamerdinerov committed Sep 6, 2024
1 parent 7289754 commit 8483e3d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# SNI Finder

This script will scan all domains with `TLS 1.3` and `h2` enabled on your VPS IP address range. These domains are useful for SNI domain names in various configurations and tests.

This app scans a range of IP addresses for domains with TLS 1.3 and HTTP/2 (h2) enabled. It is designed to identify useful SNI (Server Name Indication) domains for various configurations and tests.

### Features

| Feature | Description |
|------------------------|----------------------------------------------------------|
| TLS 1.3 and HTTP/2 | Scans for domains supporting TLS 1.3 and HTTP/2. |
| TLS Ping Display | Displays TLS Ping results for the scanned domains. |
| Top 5 Servers | Outputs the top 5 servers based on the lowest ping values. |

When you begin the scan, two files are created: `results.txt` contains the output log, while `domains.txt` only contains the domain names.

Expand Down

0 comments on commit 8483e3d

Please sign in to comment.