From dfcf52f30cdbde3a4e1400024b0c27451d179e5d Mon Sep 17 00:00:00 2001 From: s Date: Sat, 8 Nov 2025 02:44:13 -0500 Subject: feat: add unauthenticated client support and new osint/x commands --- internal/models/osint.go | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'internal/models/osint.go') diff --git a/internal/models/osint.go b/internal/models/osint.go index 6096df8..9f714c4 100644 --- a/internal/models/osint.go +++ b/internal/models/osint.go @@ -36,3 +36,14 @@ type BreachForumSearchResponse struct { MaxHits int `json:"max_hits"` Results interface{} `json:"results"` } + +type OpenDirectorySearchParams struct { + URL string + Filename string + Extension string + Exclude string + Size int + From int +} + +type OpenDirectorySearchResponse map[string]interface{} -- cgit v1.2.3