Searching for multiple names using "Org" #15
kmichaelpratt
started this conversation in
General
Replies: 1 comment 1 reply
-
|
@shadowscatcher Please see above when you have time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for the hard work with this. Question for you, I trying to do a search using multiple Org names under one query for example here is a GET request that works
https://api.shodan.io/shodan/host/search?key=APIKEY1&query=org:'Digital Ocean','Equinix'&facets=ip
So far it appears that when I attempt to utilize the same type query, under the query Struct via the Search package with Org, I am only able to search one string IE "'Digital Ocean" or "Equinix" but not both in the same query? Is that correct? Thanks for any help, this is very well put together.
Beta Was this translation helpful? Give feedback.
All reactions