Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhavmehndiratta/dorkScanner
A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs.
https://github.com/madhavmehndiratta/dorkScanner
bing-dorking dork-scanner ethical-hacking google-dorking google-dorks hacking-tools kali-linux search-engines security vulnerability-scanner
Last synced: 3 months ago
JSON representation
A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs.
- Host: GitHub
- URL: https://github.com/madhavmehndiratta/dorkScanner
- Owner: madhavmehndiratta
- Created: 2020-01-10T18:07:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T16:58:01.000Z (over 1 year ago)
- Last Synced: 2024-05-08T01:34:24.385Z (6 months ago)
- Topics: bing-dorking, dork-scanner, ethical-hacking, google-dorking, google-dorks, hacking-tools, kali-linux, search-engines, security, vulnerability-scanner
- Language: Python
- Size: 10.7 KB
- Stars: 212
- Watchers: 6
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - madhavmehndiratta/dorkScanner - A typical search engine dork scanner scrapes search engines with dorks that you provide in order to find vulnerable URLs. (Python)
README
# DORK SCANNER #
A typical search engine dork scanner that scrapes search engines with queries that you provide in order to find vulnerable URLs.
## Introduction ##
Dorking is a technique used by newsrooms, investigative organisations, security auditors as well as tech savvy criminals to query various search engines for information hidden on public websites and vulnerabilities exposed by public servers. Dorking is a way of using search engines to their full capacity to penetrate web-based services to depths that are not necessarily visible at first.
## Requirements ##
```
pip3 install -r requirements.txt
```## Usage ##
```
$ python3 dorkScanner.py --help
usage: dorkScanner.py [-h] [-q QUERY] [-e ENGINE] [-p PAGES] [-P PROCESSES]optional arguments:
-h, --help show this help message and exit
-q QUERY, --query QUERY
Specify the Search Query within ''
-e ENGINE, --engine ENGINE
Specify the Search Engine (Google/Bing)
-p PAGES, --pages PAGES
Specify the Number of Pages (Default: 1)
-P PROCESSES, --processes PROCESSES
Specify the Number of Processes (Default: 2)```
### You can also specify the arguments inside the program:
```
Enter the Search Query:
Choose the Search Engine (Google/Bing):
```## Tutorial ##
[![asciicast](https://asciinema.org/a/ORUdQnAhDQb9CDquTXVrk6yTc.png)](https://asciinema.org/a/ORUdQnAhDQb9CDquTXVrk6yTc)