Skip to content

Google dork link extractor since others are old and barely work

Notifications You must be signed in to change notification settings

0xB1RDY/Dorkextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dorkextractor

Fetches URLs from a google search (Mainly made for Google Dorking) specified in the command of the program

💾 Installation

Firstly, you need to have Python3+ installed
Install the needed package(s)

pip install -r requirements.txt

📌 Usage

Dorkextractor is a CLI tool, so it takes arguments when the file is ran.
Examples:

Show options:

python dorkextractor.py -h

---> Examples:
Find 10 .DB files:

python dorkextractor.py -s 'filetype:db' -a 10

Search for URL's with the title "Hacked" and save it to a file

python dorkextractor.py -s 'intitle:Hacked' -a 5 -o links.txt

Sometimes you will get an error about: Too many Requests for URL, if that happens you can try again, and if that doesnt work wait a bit of time then try again.

About

Google dork link extractor since others are old and barely work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages