# Yoink [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) Yoink will verify a file of Shodan keys. ## Installation ``` git clone https://git.supernets.org/perp/yoink cd yoink ``` ## Requirements ``` python3 pip3 rich (pip3) aiohttp (pip3) ``` # Screenshots ![edu](./img/edu.png) \ ![dev](./img/dev.png) ## Usage ``` python3 yoink.py -h usage: yoink.py [-h] -f FILE [-t FILTER] [-o OUTPUT] Yoink is a program to verify Shodan keys options: -h, --help show this help message and exit -f FILE, --file FILE Path to Shodan keys -t FILTER, --filter FILTER Filter type of Shodan plan (oss, dev, edu) -o OUTPUT, --output OUTPUT Path to output ``` ``` python3 yoink.py -f keys.txt -t dev -o valid.txt ``` ## Disclaimer ###### Developers are not responsible for any misuse