Documentation ¶
Overview ¶
Package scan contains the scanning functionality of servicedef. It uses the an array of host definitions HostDef created from the hosts.json file as input. Currently only scanning via nmap is supported and it is unlikely we will ever support other methods. Servicedef is currently strongly coupled with the nmap scanning mehtods and results. At the moment nmap is utilized via the github.com/Ullaakut/nmap package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScannedCounter ¶
type ScannedCounter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.