Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

horangi-ir/tigre-dorks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tigre Dorks: OSINT Log Search

Originally, the script was developed to search for logs leaked by search engines such as Bing, DuckDuckGo and Dogpile using Google Dorks. However, Google Dork also offers searches to find other server problems such as:

  1. Leaked credentials
  2. Leaked configuration files
  3. Outdated services
  4. Vulnerable services

How to use

python search.py -f <filename> -nu

Currently the script is implemented to upload the files to DO by default. The -nu is necessary to disable the upload functionality.

The output filename can be indicated via -f

TODO