We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the CLI, I would like to be able to input a file list of targets, could be something like:
shodan host -iF file-list.txt
shodan parse
shodan host -iF file-list.txt -oF output-file
This way it would be much easier to perform bulk operations directly using the python CLI.
CLI
The text was updated successfully, but these errors were encountered:
@achillean Is this an issue that you would like to be implemented for the CLI? I could redo my closed PR if so
Sorry, something went wrong.
No branches or pull requests
Using the CLI, I would like to be able to input a file list of targets, could be something like:
shodan host -iF file-list.txt
And to be able to output it in a file that could then get consummed by
shodan parse
, maybe:shodan host -iF file-list.txt -oF output-file
This way it would be much easier to perform bulk operations directly using the python
CLI
.The text was updated successfully, but these errors were encountered: