yoink/README.md

52 lines
1.2 KiB
Markdown
Raw Normal View History

2022-08-29 17:33:25 +00:00
# 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 is a program to verify 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
```
# Donate
#### XMR
`82cXz3GcwJaL4FK2VYRNieVkkSRQp73wfAeP3ZGrLfMQYJJ2BgtpNuTBdpZbzJXXXGh2jGnUUuHHJR8sycPfnm8fMBiyuPG`
## License
##### Yoink is provided under the [GNU General Public License v3.0](./LICENSE)
###### Developers are not responsible for any misuse