yoink/README.md

49 lines
915 B
Markdown
Raw Permalink Normal View History

2022-08-29 17:33:25 +00:00
# Yoink
2024-05-30 04:34:40 +00:00
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
2022-08-29 17:33:25 +00:00
2022-09-10 13:01:49 +00:00
Yoink will verify a file of Shodan keys.
2022-08-29 17:33:25 +00:00
## Installation
```
2024-05-29 00:47:12 +00:00
git clone https://git.supernets.org/perp/yoink
2022-08-29 17:33:25 +00:00
cd yoink
```
## Requirements
```
python3
pip3
rich (pip3)
aiohttp (pip3)
```
# Screenshots
![edu](./img/edu.png)
2022-08-29 17:40:35 +00:00
\
2022-08-29 17:33:25 +00:00
![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
```
2024-05-29 00:47:12 +00:00
## Disclaimer
2022-08-29 17:33:25 +00:00
###### Developers are not responsible for any misuse