Skip to main content

Find sensitive information using Dorks.

Project description


Agnee logo

Find sensitive information using dorks from different search-engines.


$ agnee -h

Find sensitive information using Dorks.

USAGE:
    agnee -d domain.tld

OPTIONS:
    -d DOMAIN, --domain DOMAIN  Define the domain to scan
    -a, --all                   Use all search-engines (default "Bing")
    -e ENGINE, --engine ENGINE  List of search-engines to use [-e "bing, google"] (comma separated)
    -h, --help                  show this help message and exit
    -o OUTPUT, --output OUTPUT  Save the results in the output file
    -p PAGE, --page PAGE        Number of pages to scrape
    -q, --quite                 Suppress all the output

Agnee uses search_engines to find sensitive information about given domain using multiple dorks through mutltiple search-engines. I have modified some code of search_engines and used it in this script to get the custom results and currently it only find results from bing, google and yahoo (will implement more in future for sure).

Installation


sudo pip3 install git+https://github.com/R0X4R/Search-Engines-Scraper.git && pip3 install agnee

Note: Before installing agnee you must need git and python3 installed on your system.

Usage

  • Simple usage arguments

    agnee -d testphp.vulnweb.com
    
    https://www.exploit-db.com/ghdb/6630
    https://www.exploit-db.com/ghdb/5665
    http://testphp.vulnweb.com/secured/phpinfo.php
    
  • To use a specific engine

    agnee -d testphp.vulnweb.com -e yahoo
    
    Yahoo Dork: inurl:"/.git" testphp.vulnweb.com -github
    
    https://www.exploit-db.com/ghdb/6630
    https://www.exploit-db.com/ghdb/5665
    http://testphp.vulnweb.com/secured/phpinfo.php
    
  • To search specific number of pages

    agnee -d testphp.vulnweb.com -p 1
    
  • Use all the search-engines

    agnee -d testphp.vulnweb.com -all
    

    Note: Sometimes google may block your requests so you need to wait for few hours.


Donate

If this tool helped you or you like my work


Donate Now

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agnee-1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

agnee-1.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page