Versions in this module Expand all Collapse all v0 v0.2.3 Feb 5, 2025 Changes in this version + const VERSION + type Config struct + HostMapping string + ProjectsPath string + ServicesFile string + type Host struct + AssociatedNames []string + IP string + Name string + Ports []Port + type NmapParser struct + func NewParser(options *Options) (*NmapParser, error) + func (p *NmapParser) Parse() error + type Options struct + All bool + BaseFolder string + HTTPDomains bool + NoColor bool + Project string + ServiceJSON bool + SettingsFile string + Silent bool + Verbose bool + Version bool + func ParseOptions() *Options + type Port struct + Number string + Protocol string + type Project struct + Name string + type Service struct + IP string + Port string + Protocol string + Service string