From a92ac66a50a238d84fa8ea2090fb92f414542a0a Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Tue, 6 Oct 2020 15:27:52 +0200 Subject: [PATCH] Added Reverse and Hostname field to client tools --- SearchResult.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SearchResult.go b/SearchResult.go index 1625cb9..3610aa2 100644 --- a/SearchResult.go +++ b/SearchResult.go @@ -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 {