A small Python tool to grab a ips from an exported Shodan JSON file and write them into a new .txt file. Useful for collecting devices enmass for DDoS tools, such as Memcrashed.
- Python3
- New Shodan file to save data to
- Downloaded .json file from Shodan.io
git clone https://github.com/GnosticPlayers/ShodanJSONMove && cd ShodanJSONMove && python3 shodanjsonmove.py
Programmed By @GnosticPlayers