Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"after" filter works when using the "count" function but not the "download" function #2

Open
tokenwizard opened this issue Jun 14, 2021 · 0 comments

Comments

@tokenwizard
Copy link

tokenwizard commented Jun 14, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant