/sns

IIS shortname scanner written in Go

Primary LanguageGoApache License 2.0Apache-2.0

sns

IIS shortname scanner written in Go

Installation

Make sure you've a recent version of the Go compiler installed on your system. Then just run:

GO111MODULE=on go get -u github.com/sw33tLie/sns

If you are on Windows:

set GO111MODULE=on
go get -u github.com/sw33tLie/sns

Usage

sns -u https://example.com/

View all available flags with sns -h.

References