scanners

package
v0.0.0-...-c1eb614 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NmapScanner

type NmapScanner struct {
	// contains filtered or unexported fields
}

func NewNmapScanner

func NewNmapScanner(portStr string) NmapScanner

func (*NmapScanner) Scan

func (s *NmapScanner) Scan(host string) ([]int, error)

type Scanner

type Scanner interface {
	Scan(string, int) (bool, error)
}

type TLSVersionScanner

type TLSVersionScanner struct {
	// contains filtered or unexported fields
}

func NewTLSVersionScanner

func NewTLSVersionScanner(vers string) TLSVersionScanner

func (TLSVersionScanner) Scan

func (s TLSVersionScanner) Scan(host string, port int) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL