Skip to content

thd3r/godork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godork - Scrape Google search quickly

                __         __  
  ___ ____  ___/ /__  ____/ /__
 / _ `/ _ \/ _  / _ \/ __/  '_/  v2.0.0
 \_, /\___/\_,_/\___/_/ /_/\_\    latest
/___/                                                                                                            
        thd3r & societyprojects

Godork is a fast tool to scrape links and titles from google search results using asyncio library which uses cooperative multitasking combined with aiohttp and with this tool you can extract links including their titles. This tool is also able to bypass restrictions imposed by providers

Resources

Requirements

# This is required for the pydub library
$ sudo apt install ffmpeg

# Check the version of the google-chrome browser
$ google-chrome --version

# If the browser version does not exist run this command
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo apt -f install
$ sudo dpkg -i google-chrome-stable_current_amd64.deb

# After that, take the version from your google-chrome browser and place it here
$ wget https://storage.googleapis.com/chrome-for-testing-public/{PUT_THAT_VERSION_HERE}/linux64/chromedriver-linux64.zip
$ unzip chromedriver-linux64.zip
$ cd chromedriver-linux64 
$ sudo mv chromedriver /usr/bin

Installation

Godork requires python 3.8 or higher to install successfully

from Pypi

pip install godork

from Github

git clone https://github.com/thd3r/godork.git
cd codork
python3 setup.py install

Options

Here are all the options it supports.

Options Description
-d, --dorks single dork or file containing dorks
-p, --proxy http proxy to use with godork (eg http://127.0.0.1:8080)
--no-headless run in graphical mode when bypassing
--update-tools update godork to the latest version

Usage

Basic Usage

godork --dorks site:*.com

Warning

Developers assume no liability and are not responsible for any issue or damage.

Help & Bugs

If you are still confused or found a bug, please open the issue. All bug reports are appreciated, some features have not been tested yet due to lack of free time.

Contributors ❤️

License

Godork is distributed under MIT License.

Support

Buy Me A Coffee