You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I appreciate you compiling these filters into an easy to parse format. Can you please confirm behavior that I am seeing?
If using the CLI interface, you do a count, the after filter seems to work: shodan count "country:us port:554 after:01/06/2021" 219035
But if you then try to download those results, it does return the same number of results but then does not download any: shodan download US_port554 "country:us port:554 after:01/06/2021" Search query: country:us port:554 after:01/06/2021 Total number of results: 219035 Query credits left: 100 Output file: US_port554.json.gz Notice: fewer results were saved than requested Saved 0 results into file US_port554.json.gz
If I remove the "after" filter from the operation, it download fine (the first 1000 results by default).
The text was updated successfully, but these errors were encountered:
Hey,
I appreciate you compiling these filters into an easy to parse format. Can you please confirm behavior that I am seeing?
If using the CLI interface, you do a count, the after filter seems to work:
shodan count "country:us port:554 after:01/06/2021"
219035
But if you then try to download those results, it does return the same number of results but then does not download any:
shodan download US_port554 "country:us port:554 after:01/06/2021"
Search query: country:us port:554 after:01/06/2021
Total number of results: 219035
Query credits left: 100
Output file: US_port554.json.gz
Notice: fewer results were saved than requested
Saved 0 results into file US_port554.json.gz
If I remove the "after" filter from the operation, it download fine (the first 1000 results by default).
The text was updated successfully, but these errors were encountered: