Open aress31 opened 2 years ago
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
@achillean Is this an issue that you would like to be implemented for the CLI? I could redo my closed PR if so
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 byshodan 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
.