Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Target string
Port int
BatchMode bool
Timeout time.Duration
ScanTimeout time.Duration
}
Config configures a remote SFTP scan.
type SFTPScanner ¶
type SFTPScanner struct {
// contains filtered or unexported fields
}
SFTPScanner scans a remote filesystem over the SFTP subsystem.
func NewSFTPScanner ¶
func NewSFTPScanner(cfg Config) *SFTPScanner
NewSFTPScanner creates a new remote scanner.
Click to show internal directories.
Click to hide internal directories.