DorkScanner is a tool designed to identify vulnerable websites using dorks. Developed by @Xpykerz, this script is written in Python and is compatible with Linux, Windows, and Android platforms.
Ensure you have the following installed on your system:
- Python 3
- pip (Python package installer)
- git
apt-get update && apt-get upgrade
apt install git
apt-get install python3
pip3 install google
git clone https://github.com/Xpykerz/DorkScanner.git
cd DorkScanner
python3 DorkScanner.py
Below is a preview of DorkScanner in action:
We welcome contributions to improve DorkScanner! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push them to your fork.
- Submit a pull request for review.
For major changes, please open an issue first to discuss your ideas.
Feel free to report issues or provide feedback by reaching out to @Xpykerz.
Developed and maintained by @Xpykerz.