Inquisitor is a simple for gathering information on companies and organizations through the use of Open Source Intelligence (OSINT) sources.
The key features of Inquisitor include:
+ The ability to cascade the ownership label of an asset (e.g. if a Registrant Name is known to belong to the target organization, then the hosts and networks registered with that name shall be marked as belonging to the target organization)
+ The ability transform assets into other potentially related assets through querying open sources such as Google and Shodan
+ The ability to visualize the relationships of those assets through a zoomable pack layout
It is heavily inspired from how Maltego operates, except in this tool, all transforms are performed automatically.
Usage:
git clone https://github.com/penafieljlm/inquisitor && cd inquisitor pip install unqlite ipwhois shodan cython tld unidecode python-whois or python setup.py install python inquisitor.py -h python inquisitor.py scan -h python inquisitor.py dump -h
Source: https://github.com/penafieljlm