Google Dork Scanner ( G Dork ) 2024

# Google Dork Scanner

A Python-based **Google Dork Scanner** that allows you to automate advanced Google searches using custom queries. This tool is designed for ethical purposes to identify potential vulnerabilities or publicly accessible information on web servers.


## Features

- **Interactive Console**: Enter your Google dork queries and number of results directly in the terminal.
- **Customizable Output**: Saves only the links from search results in a simple text file.
- **Ethical Scanning**: Designed for penetration testing and security auditing purposes with user responsibility in mind.


## Installation

1. **Clone the Repository**:

   cd gdork


2. **Install Dependencies**:
   Install the required Python libraries:

   pip install requests beautifulsoup4
   

3. **Run the Script**:
   
   python3 gdork.py


## Usage

### 1. Interactive Mode
Run the script and follow the prompts:

python3 gdork.py


Example:

[+] Enter the Dork Search Query: intitle:"Index of /" "password"
[+] Enter the Number of Websites to Display: 5


### 2. Output
- Results will be saved to a text file (default: `dork_results.txt`).
- The file will contain only the links, one per line:
 
  http://example.com/secure/
  http://example.com/backup/


---

## Legal Disclaimer

This tool is intended for **educational purposes only**. Use it responsibly and with explicit permission when performing security assessments. The creator, **Aung San Oo**, is not responsible for any misuse of this tool.




Post a Comment

Previous Post Next Post