jakejarvis / awesome-shodan-queries

🔍 A collection of interesting, funny, and depressing search queries to plug into shodan.io 👩‍💻
https://jarv.is/notes/shodan-search-queries/
Creative Commons Zero v1.0 Universal
5.54k stars 846 forks source link

OR Operator not working? #14

Closed itpropaul closed 1 year ago

itpropaul commented 1 year ago

I know you can effectively do an OR operator for multiple items in the same field such as a comma separated list of IP addresses, but is it possible to do an OR operator on different fields such as:

ssl.cert.subject.cn:google.com OR hostname:google.com

With the OR word or something like a pipe symble (|).

I've seen examples like this on the web, but they don't seem to work anymore.

I tried asking here: https://twitter.com/paul_masek/status/1578431147482435585 , but no response to my latest question about different fields.