# Yoink [![IRC](https://img.shields.io/badge/ircd.chat-%23tcpdirect-blue.svg)](ircs://ircd.chat:6697/#tcpdirect) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) Yoink will verify a file of Shodan keys. ## Installation ``` git clone https://git.tcp.direct/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 ``` ## License ##### Yoink is provided under the [GNU General Public License v3.0](./LICENSE) ###### Developers are not responsible for any misuse