Changelog AutOSINT beta version:
+ add db creation
+ All Modules successful test
+ fix db ref & fix init
AutOSINT is a automate some common things checked during open source intelligence gathering engagements.

AutOSINT v0.1
Features:
* poll various OSINT sources for data, write to .doc
* whois – added
* dns – added
* shodan – added
* scrape pastebin, etc
* google dorks via googlesearch
* BGP info
* AS info
* linkedin (from Nick)
* Pyfoca; Google to discover files with extensions such as .pdf, .xls, .doc, etc.
* Email, Domain and People Harvester.
Dependencies:
+ Pyfoca will use Google to discover files with extensions such as .pdf, .xls, .doc, etc. and download them. https://github.com/altjx/ipwn
+ E-mail, subdomain and people names harvester. https://github.com/laramies/theHarvester
Usage and Download from source:
git clone https://github.com/bharshbarger/AutOSINT && cd AutOSINT pip install -r requirements.txt Besure All Dependencies has been install on your path. python AutOSINT.py -h Upgrade: git pull [Note: Best run on Kali 2.0 to 2016.3 rolling]
Source: https://github.com/bharshbarger | Old Post Here