-
wget "https://github.com/hawshemi/SNI-Finder/releases/latest/download/SNI-Finder-linux-amd64" -O SNI-Finder && chmod +x SNI-Finder
-
./SNI-Finder -addr ip
- Download from Releases.
- Open
CMD
orPowershell
in the directory. -
.\SNI-Finder-windows-amd64.exe -addr ip
sudo apt install -y wget
wget "https://raw.githubusercontent.com/hawshemi/SNI-Finder/main/install-go.sh" -O install-go.sh && chmod +x install-go.sh && bash install-go.sh
git clone https://github.com/hawshemi/SNI-Finder.git
cd SNI-Finder
go get github.com/sirupsen/logrus
CGO_ENABLED=0 go build