Informer is a OSINT information gathering tool that gathers whois, Sub-domain ,DNS, geolocation and shodan information of the target.
Install informer with git
git clone https://github.com/sudo0x18/informer.git
cd informer
pip install -r requirements.txt
python3 informer.py --help
python3 informer.py -t google.com
python3 informer.py -sd -t google.com
python3 informer.py -d -t google.com
python3 informer.py -g -t google.com
python3 informer.py -s -t google.com
python3 informer.py -d -g -s -sd -t google.com
python3 informer.py -d -g -s -sd -t google.com -o filename.txt
You can propose a feature request opening an issue or a pull request.
Here is a list of Informer's contributors: