Yoink will verify a file of Shodan keys.
Go to file
perp b1d2fbd598 Remove wallet 2023-06-12 00:43:05 +01:00
img -e 2022-08-29 18:33:25 +01:00
.gitignore -e 2022-08-29 18:23:03 +01:00
LICENSE -e 2022-08-29 18:33:25 +01:00
README.md Remove wallet 2023-06-12 00:43:05 +01:00
yoink.py Cleaned up some grammar 2022-09-10 14:01:49 +01:00

Yoink

IRC License: GPL v3

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
dev

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
Developers are not responsible for any misuse