Tool to automate common osint tasks. Probably best run on Kali, but tested on Debian 8.
whois, host, git, theHarvester(https://github.com/laramies/theHarvester), pyFoca(https://github.com/altjx/ipwn)
python-docx, shodan, google, pypdf (for pyFoca)
A hashcat style pot file(hash:plain), and whatever open source dumps you already have in format user:hash
$ git clone https://github.com/bharshbarger/AutOSINT.git
https://github.com/achillean/shodan-python
$ pip install shodan
https://pypi.python.org/pypi/google
$ pip install google
https://python-docx.readthedocs.io/en/latest/user/install.html
$ pip install python-docx
$ pip install -U -r requirements.txt
usage: AutOSINT.py [-h] [-c FooCorp] [-d foo.com] [-v] DORKS [DORKS ...]
positional arguments:
DORKS user supplied dorks
optional arguments:
-h, --help show this help message and exit
-c FooCorp, --client FooCorp
The name you want to call target domain owner's name.
-d foo.com, --domain foo.com
The Domain you want to search.
-v, --verbose Verbosity option. Mainly just dumps all output to the
screen.