Ansible role to install several OSINT related tools on a Linux system. This role should work on any modern Linux and Unix platforms.
- git CLI client
- Python 2.6+ & Setuptools
- PIP & Virtualenv
The following variables control whether a tool is installed (true) or not (false).
- the_harvester: 'The Harvester' is a gathering information tool about an URL.
- gasmask: 'GasMasK' is an all in one Information gathering tool.
- datasploit: 'DataSploit' is an OSINT Framework to perform various recon techniques, aggregate all the raw data, and give data in multiple formats.
Example of how to use this role:
- hosts: sec-nodes
vars:
the_harvester: true
gasmask: true
datasploit: true
roles:
- { role: mablanco.osint }
- Add lots of tools!!!
GPLv3