Documentation
¶
Index ¶
- Variables
- func CheckPort(ip net.IP, port int)
- func IsBanner(address string) (string, error)
- func PortCheck(host string, port int) (result bool)
- func PortIsOpen(ip net.IP, port int) (result bool, err error)
- func ScanPort(host string)
- func ScanPortBanner(host string)
- func ScanPortBannerRange(host, ports string)
- func ScanPortBannerSingle(host, port string)
- func ScanPortBanners(host, ports string)
- func ScanPorts(host, ports string)
- func TaskPort(ip string, debugLog *log.Logger)
- func TxtWrite(text string)
- type Workdist
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPorts = []int{21, 22, 23, 25, 80, 443, 8080, 110, 135, 139, 445, 389, 489, 587, 1433, 1434, 1521, 1522, 1723, 2121, 3000, 3306, 3389, 4899, 5631, 5632, 5800, 5900, 7071, 43958, 65500, 4444, 8888, 6789, 4848, 5985, 5986, 8081, 8089, 8443, 10000, 6379, 7001, 7002}
Functions ¶
func ScanPortBanner ¶
func ScanPortBanner(host string)
func ScanPortBannerRange ¶
func ScanPortBannerRange(host, ports string)
func ScanPortBannerSingle ¶
func ScanPortBannerSingle(host, port string)
func ScanPortBanners ¶
func ScanPortBanners(host, ports string)
Types ¶
Click to show internal directories.
Click to hide internal directories.