We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a8dcb commit e798449Copy full SHA for e798449
formatter/nmap_host.go
@@ -90,6 +90,7 @@ type HostStatus struct {
90
type HostAddress struct {
91
Address string `xml:"addr,attr"`
92
AddressType string `xml:"addrtype,attr"`
93
+ Vendor string `xml:"vendor,attr"`
94
}
95
96
// HostNames struct contains list of hostnames (domains) that this host has
0 commit comments