A Powerful CLI Tool for Google Search
Google Dork is a CLI tool that enables you to search Google with ease and speed.
Disclaimer
Use Proxy or VPN before run it
- Quickly search Google with complex queries
- Supports searching by domain, filetype, intext, intitle, and inurl
- Search for information with advanced query syntax
A. Windows Based
- Install Google Dork using
pip install google-dork
- Run
gdork -h
for help
B. Linux Based
- Install pip3
sudo apt install python3-pip
- Install Google Dork
sudo pip3 install google-dork
- Run
gdork -h
- import on your python project
from google_dork import GoogleDork
or if you pusing, you can use like my code simpledork or guidork
-
dword32bit - creator of Google Dork CLI without API
-
bri-anadi - creator of Google Dork CLI without API
Google Dork is licensed under the MIT License. You are free to use, copy, and modify this code for your own purposes.
- Python 3.6+
- BeautifulSoup 4
- requests 2.25+