Skip to content

Commit

Permalink
Add address.vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
au-top authored and vdjagilev committed Dec 2, 2023
1 parent d7a8dcb commit e798449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formatter/nmap_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type HostStatus struct {
type HostAddress struct {
Address string `xml:"addr,attr"`
AddressType string `xml:"addrtype,attr"`
Vendor string `xml:"vendor,attr"`
}

// HostNames struct contains list of hostnames (domains) that this host has
Expand Down

0 comments on commit e798449

Please sign in to comment.