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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# SNI Finder
2
2
3
+
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.
4
+
5
+
When you begin the scan, two files are created: `results.txt` contains the output log, while `domains.txt` only contains the domain names.
6
+
7
+
It is recommended to run this scanner locally _(with your residential internet)_. It may cause VPS to be flagged if you run a scanner in the cloud.
8
+
3
9
4
10
## Run
5
11
@@ -35,10 +41,12 @@
35
41
sudo apt install -y wget
36
42
```
37
43
38
-
#### First run this script to install `Go` & other dependencies:
44
+
#### First run this script to install `Go` & other dependencies _(Debian & Ubuntu)_:
0 commit comments