An open API service indexing awesome lists of open source software.

https://github.com/francescodisalesgithub/dorker

google dork hacking tool
https://github.com/francescodisalesgithub/dorker

database exploit-db google google-dork google-dorking google-dorks hacking penetration-testing pentest-tool python security security-tools security-vulnerability sqlite tool

Last synced: 7 months ago
JSON representation

google dork hacking tool

Awesome Lists containing this project

README

          

# Dorker

DISCLAIMER: Do not use this software for illegal purposes

## Installation

Run:
```
git clone https://github.com/FrancescoDiSalesGithub/dorker
pip3 -r requirements.txt

```

## How to use

After cloning this project, you can do the following:

- search for a specific google dork giving a topic to search (such as password,login or any other word)
- execute a google dork

### Search for a dork

Type in your terminal:

`python3 dorker.py search [topic]`

where topic is the term you want to search for a possible google dork.
Example:

`python3 dorker.py search mp3`

In output the program will give all the possible dorks that are similiar to the word you have given.

### Execute a dork

By executing a dork you have two possibilities:

* running a whole research
* running a research only for a specific number of results you want to see

In the first case, type:

`python3 dorker.py execute allintitle:'page'`

The program will run the research until you press CTRL+C or CTRL+Z.

In the second case:

`python3 dorker.py executelimit allintitle:'page'`

The output will be the following:
`how many values do you want to search? `

type a number and the program will give you the exact number of records you want to see

### Execute a dork with spaces

If you pass a dork with spaces as argument, put the double quote in your argument:

`python3 dorker.py "allintitle: hotmail allinurl:microsoft" `

# Donation

If you want to support me donate monero coins at:
`4B9WQivaHfd3miDfPKEfCianocGpBx9d8FXycz2vmNW3aBDVKHgkBd9Gmapt4RBVEpTwnehujsiUBBehUiLvnEHs7VFstCC`

![immagine](https://user-images.githubusercontent.com/17337009/171695268-3996f8b8-ca26-4771-8e32-0f75f941a70c.png)

or here (0.0043 XMR):

![immagine](https://user-images.githubusercontent.com/17337009/171695566-420c3948-3fe2-4448-9ba1-472c6a4aaee5.png)