Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
Data is used for display in the UI. It contains a summary of the number of items stored in the database as well as each result.
type IPInfo ¶
type IPInfo struct {
IP string
Port int
Proto string
FirstSeen Time
LastSeen Time
New bool
Gone bool
HasTraceroute bool
}
IPInfo is data retrieved from the database for display.
type Job ¶
type Job struct {
ID int `json:"id"`
CIDR string `json:"cidr"`
Ports string `json:"ports"`
Proto string `json:"proto"`
RequestedBy string `json:"-"`
Submitted Time `json:"-"`
Received Time `json:"-"`
Count int64 `json:"-"`
}
Job represents a job to be sent to and received from scanning nodes,
type Port ¶
type Port struct {
Port int `json:"port"`
Proto string `json:"proto"`
Status string `json:"status"`
Service struct {
Name string `json:"name"`
Banner string `json:"banner"`
} `json:"service"`
}
Port is a masscan port description.
type Submission ¶
Submission is used for display in the UI to show when and which host last submitted results.
Click to show internal directories.
Click to hide internal directories.