This script performs a GitHub search for sensitive information (credentials, API keys, etc.) using predefined search terms (dorks). It requires a GitHub personal access token to authenticate requests.
- Python 3.x
requestslibrary
- Clone this repository:
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git](https://github.com/c0mm4nd1/Github-Dorks-Searcher.git) cd Github-Dorks-Searcher - Install dependencies:
pip install -r requirements.txt
Run the script and enter your GitHub token and the keyword to search:
python Github_dorks_searcher.pyThis tool is intended for educational and security research purposes only. Do not use it to access unauthorized data.
This project is licensed under the MIT License - see the LICENSE file for details.