Navigation Menu

Skip to content

sudo0x18/informer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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: