Created
November 14, 2018 01:17
-
-
Save IAmStoxe/021c293a4b2e3ffb06c6f83b82d4cf4c to your computer and use it in GitHub Desktop.
How to pipe Shodan CLI to a CSV object in one line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shodan search "SEARCH_QUERY_HERE" --fields ip_str,port --color --separator "," | ConvertFrom-Csv -Delim ',' -Header IP,PORT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment