diff --git a/README.md b/README.md index f7a3483..7201a9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # 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 +Yoink will verify a file of Shodan keys. + ## Installation ``` git clone https://git.tcp.direct/perp/yoink diff --git a/yoink.py b/yoink.py index df1bf40..59cdb8e 100644 --- a/yoink.py +++ b/yoink.py @@ -1,3 +1,5 @@ +# Author: perp + import argparse import aiohttp import asyncio