Skip to content

Informer is a OSINT information gathering tool that gathers whois, Sub-domain ,DNS, geolocation and shodan information of the target.

License

Notifications You must be signed in to change notification settings

sudo0x18/informer

Repository files navigation


Informer is a OSINT information gathering tool that gathers whois, Sub-domain ,DNS, geolocation and shodan information of the target.

Installation πŸ§‘β€πŸ”§β€‹

Install informer with git

  git clone https://github.com/sudo0x18/informer.git
  cd informer

Requirment Installation πŸ§‘β€πŸ”¬β€‹

  pip install -r requirements.txt

Usage πŸ§‘β€πŸ’»β€‹

Help Menu πŸ‘€β€‹

    python3 informer.py --help

Simple Usage (whois Information Gethering)

    python3 informer.py -t google.com

Gather Sub-Domain Info

    python3 informer.py -sd -t google.com

Gather DNS Info

    python3 informer.py -d -t google.com

Gather Geolocation Info

    python3 informer.py -g -t google.com

Gather Shodan Info

    python3 informer.py -s -t google.com

Gather All Info togather

    python3 informer.py -d -g -s -sd -t google.com

Save output to file

    python3 informer.py -d -g -s -sd -t google.com -o filename.txt

Contributing πŸ’‘

You can propose a feature request opening an issue or a pull request.

Here is a list of Informer's contributors: