Skip to content

Ansible role to install several OSINT tools on a Linux system

License

Notifications You must be signed in to change notification settings

gbenselum/ansible-osint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible role to install several OSINT tools on a Linux system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published