PRISM-HEAD / GDorker

Website and URL's Scraper made purely with python-3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


gdorker
GDorker

Just a simple Google URL scraper.

Intro

GDorker is a web scraper which scrapes Google URL's and is made purely with Python-3. It has two main scraping options:

Query dorking

Scrapes URL's displayed in google for a specific search query given by the user and saves it to a file named 'links.txt' and also prints the url in the terminal. It also asks you how many top url's to scrape according to your requirements.

Website dorking

Scrapes a website. After the URL of a website is given it searches for indexed links for:

  • Directory lisiting vulnerabilities
  • Configuration files exposed
  • Database files exposed
  • Log files exposed
  • Backup and old files
  • Login pages
  • SQL errors
  • Publicly exposed documents
  • PHPinfo() files
    then register's the results in a html file with the website's URL in its file name.

Onion dorking [RUDRA]

Scrapes onion URLs for a given keyword.
Thanks to D4rk Vamp1re.

Usage

Clone the repository

$ git clone https://github.com/5HR3D/GDorker.git

Open folder

$ cd GDorker

Run

$ python3 dorker.py

Dependencies

Prerequisites

  • Python3
  • Python3-pip
  • Python3-setuptools
  • Git

Disclaimer

GDorker was created for educational and personal purposes only. The creators will not be held responsible for any violations of law caused by any means by anyone. Please use this tool at your own risk.

Contact

Mail: its5hr3d@protonmail.com
Or: https://linktr.ee/5HR3D

© Copyrights 5HR3D

Thank You

About

Website and URL's Scraper made purely with python-3.

License:Do What The F*ck You Want To Public License


Languages

Language:Python 100.0%