Coder Social home page Coder Social logo

5l1v3r1 / recon-ng-google-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from schwankner/recon-ng-google-search

0.0 1.0 0.0 5 KB

Recon-ng module for harvesting e-mails via Google by searching with Google Search and opening and parsing the resulting pages and even pdfs.

Python 100.00%

recon-ng-google-search's Introduction

#Google Search email/contact harverster for recon-ng

What does it do?

This is a recon-ng module that allows to import contacts from pages found via Google Search. It parses the found pages and takes all contacts found for a domain and stores them into the contacts tables.

Installation

Just put it in the modules/recon/domain-contacts directory (or any modules subdirectory) of the recon-ng framwork. This is

 ~/.recon-ng/modules/recon/domain-contacts

on Kali.

Do

modules reload

and you should be ready to go.

Example

[recon-ng][default] > workspaces create Telekom
[recon-ng][telekom] > db insert domains
domain (TEXT): telekom.de
notes (TEXT): 
[*] 1 rows affected.
[recon-ng][telekom] > modules load recon/domains-contacts/google_search
[recon-ng][telekom][google_search] > run
...

Help


      Name: Google Search Contact Harvester
    Author: schwankner
   Version: 1.0

Description:
  Harvests e-mails via Google by searching with Google Search and opening and parsing the results. Can
  parse html as well as pdfs and add e-mails to the 'contacts' table.

Options:
  Name     Current Value  Required  Description
  -------  -------------  --------  -----------
  LIMIT    100            yes       limit total number of results you parse from Google
  LOCALE   de             yes       use the Google Search page from this tld
  SOURCE   default        yes       source of input (see 'info' for details)
  TIMEOUT  10             no        timeout for page requests

Source Options:
  default        SELECT DISTINCT domain FROM domains WHERE domain IS NOT NULL
  <string>       string representing a single input
  <path>         path to a file containing a list of inputs
  query <sql>    database query returning one column of inputs

Comments:
  * Be sure to set the 'locale' option to the region your target is located in.
  * You will get better results if you use the Google Search page from your targets country


recon-ng-google-search's People

Contributors

schwankner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.