Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IvanGlinkin/Fast-Google-Dorks-Scan
The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.
https://github.com/IvanGlinkin/Fast-Google-Dorks-Scan
Last synced: 22 days ago
JSON representation
The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.
- Host: GitHub
- URL: https://github.com/IvanGlinkin/Fast-Google-Dorks-Scan
- Owner: IvanGlinkin
- Created: 2020-05-05T17:01:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T08:31:43.000Z (6 months ago)
- Last Synced: 2024-11-20T22:13:37.877Z (22 days ago)
- Language: Shell
- Homepage:
- Size: 3.96 MB
- Stars: 1,463
- Watchers: 36
- Forks: 246
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - IvanGlinkin/Fast-Google-Dorks-Scan - The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread f (Shell)
- project-awesome - IvanGlinkin/Fast-Google-Dorks-Scan - The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread f (Shell)
README
# Fast Google Dorks Scan
The OSINT project, the main idea of which is to collect all the possible Google dorks search combinations and to find the information about the specific web-site: common admin panels, the widespread file types and path traversal. The 100% automated.
Usage example:
--------------
```
chmod +x FGDS.sh
./FGDS.sh megacorp.one
```
or
```
bash ./FGDS.sh megacorp.one
```with proxy
```
bash ./FGDS.sh megacorp.one 192.168.1.1 8080
```This will work beatifully on Kali but an ultimately universal way is through Docker. Just run
```
docker build -t FOO .
```and then run it with your argument for the URL such as this:
```
docker run -it --rm FOO mysite.com
```Video example:
--------------
![](https://github.com/IvanGlinkin/media_support/blob/main/Fast-Google-Dorks-Scan_Video.gif?raw=true)Screenshots:
------------
![](https://github.com/IvanGlinkin/media_support/blob/main/Fast-Google-Dorks-Scan_image_2.335.png?raw=true)An original article:
--------------------
[https://www.ivanglinkin.com/fast-google-dorks-scan/](https://www.ivanglinkin.com/fast-google-dorks-scan/)