Skip to content

Commit

Permalink
Added Reverse and Hostname field to client tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Oct 6, 2020
1 parent f6fe690 commit a92ac66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SearchResult.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ type SearchResult struct {
GeoLocation GeoLocation `json:"geoip"`
Credentials []*HostServiceCredentials `json:"credentials"`
Software Software `json:"software"`
Reverse string `json:"reverse"`
Hostname string `json:"hostname"`
}

type HostServiceCredentials struct {
Expand Down

0 comments on commit a92ac66

Please sign in to comment.