summaryrefslogtreecommitdiffstats
path: root/internal/models/osint.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/osint.go')
-rw-r--r--internal/models/osint.go11
1 files changed, 11 insertions, 0 deletions
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{}