package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Feb 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ProjectsPath string `yaml:"projects_path"`
ServicesFile string `yaml:"services_file,omitempty"`
HostMapping string `yaml:"host_mapping,omitempty"`
}
type Host struct {
IP string `json:"ip"`
Name string `json:"hostname"`
Ports []Port `json:"ports"`
AssociatedNames []string `json:"associatedNames"`
}
type NmapParser struct {
}
ParseOptions parses the command line flags provided by a user
type Port struct {
Number string `json:"port"`
Protocol string `json:"protocol"`
}
type Project struct {
Name string `yaml:"name"`
}
type Service struct {
IP string `json:"ip"`
Port string `json:"port"`
Protocol string `json:"protocol"`
Service string `json:"service"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.