- Notifications
You must be signed in to change notification settings - Fork4
HalilDeniz/ShodanKeyChecker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ShodanKeyChecker is a Python script dedicated to validating the authenticity and subscription type of Shodan API keys. Each API key is tested and categorized according to the subscription type: paid (developer or educational plan) and free (open-source software plan).
git clone https://github.com/HalilDeniz/ShodanKeyChecker.gitBefore you can use ShodanKeyChecker, you need to make sure that you have the necessary requirements installed. You can install these requirements by running the following command:
pip install -r requirements.txtTo test the validity of a single API key:
python3 ShodanKeyChecker.py --api YOUR_API_KEYTo test the validity of multiple API keys from a file:
python3 ShodanKeyChecker.py --filename keys-to-test.txtIn the above keys-to-test.txt example, each line should contain a single API key.
This script endeavors to capture most errors. However, some cases, particularly those related to the API, may not be as explicitly handled.
Contributions are welcome! To contribute to SpeedyTest, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request in the main repository.
If you have any questions, comments, or suggestions about ShodanKeyChecker, please feel free to contact me:
- Denizhalil....:DenizHalil
- LinkedIn......:LinkedIn
- TryHackMe.:TryHackMe
- Instagram...:Instagram
- YouTube.....:YouTube
- Email:halildeniz313@gmail.com
ShodanKeyChecker is a fork of the original tool called shodan_key_checker, which was created byCaessi. Caessi developed the initial version of the tool four years ago. However, the original tool was written in Python 2.7 and is no longer compatible with the latest versions. Therefore, this forked version, ShodanKeyChecker, has been updated and modified to work with Python3.I would like to express my gratitude to Caessi for the inspiration and foundation provided by the original tool. Without his work, this updated version would not have been possible.If you would like to learn more about the original tool, you can visit theshodan_key_checker repository.
This project is licensed under the MIT License. For more information, please refer to theLicense file.
About
Shodan Check Api
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.