Skip to content

Commit

Permalink
remove host from queryData
Browse files Browse the repository at this point in the history
  • Loading branch information
davemolk committed Jan 3, 2023
1 parent f0ac8e3 commit 0aba452
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/dorking/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type queryData struct {
contains string
feed string
filetype string
host string
inbody string
intitle string
inurl string
Expand All @@ -34,7 +33,6 @@ func (d *dorking) getQueryData() []queryData {
contains: "contains%3A",
feed: "feed%3A",
filetype: "filetype%3A",
host: "www.bing.com",
inbody: "inbody%3A",
intitle: "intitle%3A",
inurl: "inanchor%3A",
Expand All @@ -52,7 +50,6 @@ func (d *dorking) getQueryData() []queryData {
base: "https://search.brave.com/search?q=",
feed: "feed%3A",
filetype: "filetype%3A",
host: "search.brave.com",
inbody: "inbody%3A",
intitle: "intitle%3A",
inurl: "inurl%3A",
Expand All @@ -69,7 +66,6 @@ func (d *dorking) getQueryData() []queryData {
base: "https://html.duckduckgo.com/html?q=",
feed: "feed%3A",
filetype: "filetype%3A",
host: "duckduckgo.com",
inbody: "inbody%3A",
intitle: "intitle%3A",
inurl: "inurl%3A",
Expand All @@ -87,7 +83,6 @@ func (d *dorking) getQueryData() []queryData {
base: "https://search.yahoo.com/search?p=",
feed: "feed%3A",
filetype: "filetype%3A",
host: "search.yahoo.com",
inbody: "inbody%3A",
intitle: "intitle%3A",
inurl: "inanchor%3A",
Expand Down

0 comments on commit 0aba452

Please sign in to comment.