Skip to content

sysfat/dork-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dork-search

Installation

  1. Get an API Key at https://serpapi.com/
  2. Clone the repo
    $ git clone https://github.com/f4tih35/dork-search.git
  3. Install requirements
    $ pip install requirements
  4. Enter your API in config.py
    API_KEY = 'ENTER YOUR API'

Usage

$ python app.py -k [keyword] -s [suffix] -t [type]

Example

$ python app.py -k scrum -s -t ZOOM_MEETINGS
$ python app.py -k -s -t GOV_RESTRICTED_DOC
$ python app.py -k school -s .com.br -t OPEN_FTP_SERVER

You can find all types in search_type_enum.py file

About

Searching on Google with dorks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages