osint
mablanco.osint
Ansible role to install several OSINT related tools on a Linux system. This role should work on any modern Linux and Unix platforms.
Requirements
- git CLI client
- Python 2.6+ & Setuptools
- PIP & Virtualenv
Role Variables
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 Playbook
Example of how to use this role:
- hosts: sec-nodes
vars:
the_harvester: true
gasmask: true
datasploit: true
roles:
- { role: mablanco.osint }
TODO
- Add lots of tools!!!
License
GPLv3
Install
ansible-galaxy install mablanco/ansible-osint
License
gpl-3.0
Downloads
24
Owner
DevSecOps & Cloud Engineer, FOSS advocate and Agile supporter.