achillean / shodan-python

The official Python library for Shodan
https://developer.shodan.io
Other
2.47k stars 552 forks source link

http.* dont work #198

Closed selenoidss closed 10 months ago

selenoidss commented 1 year ago

When i use the shodan utility (1.28.0 - 1.30.0) in the terminal with any of the derivative flags from http.*, it gives me empty results. However? in the web version? everything works fine. For example: shodan count http.title:"MinIO Browser" - > 0 Web: http.title:"MinIO Browser" -> 11k

achillean commented 10 months ago

Wrap your query in another set of single quotes as bash eats up the first set of quotes.