Aviksaikat / Dorker

Generate dorking commands for webapp pentesting across multiple search engines. Boost your reconnaissance with Google, Shodan, GitHub, GitLab, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔥 Dorker 🔥

Dorker is a Python tool that generates Google, Shodan, GitHub, GitLab etc. dorking commands for web application penetration testing.

✨ Features

  • Generates Google, Shodan, GitHub, GitLab & many more dorking commands
  • Allows users to customize the search parameters
  • Provides relevant and targeted results for web application penetration testing

✅ Installation

  1. Clone the repository: git clone https://github.com/nerrorsec/Dorker.git
  2. Navigate to the repository directory: cd Dorker
  3. Install the required libraries: pip install -r requirements.txt

➡️ Usage

  1. Run the tool:
python3 dorker.py -t google.com -o google_out
python3 dorker.py -l list.txt -o lists
  1. That's it

🪜 Examples

Here are some examples of the commands generated by Google Dorker:

Google

site:example.com intext:"admin login"

Shodan

http.title:"admin panel" country:"US"

GitHub

filename:.env path:config

GitLab

filename:database.yml path:config

✍️ Contributing

Contributions are welcome and encouraged! If you find any bugs or issues, please open a new issue. If you would like to contribute to the project, please fork the repository and submit a pull request.

🪪 License

Dorker is released under the MIT License.

About

Generate dorking commands for webapp pentesting across multiple search engines. Boost your reconnaissance with Google, Shodan, GitHub, GitLab, and more!


Languages

Language:Python 100.0%