Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

GMedian/vulners-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulners Ansible Plugin

Introduction

This repo hosts the vulners Ansible Collection.

About vulners

Vulners is a vulnerability database and vulnerability assessment and management system.

Usage

ansible all -m <namespace>.<collection_name>.vulners

DEV Installation

MacOS

Install Ansible locally

brew install ansible

Add list of hosts that need to be monitored

bash-3.2$ vi /etc/ansible/hosts

10.4.1.3
10.5.1.2
10.4.1.1
webgoat.io:2222 ansible_user=test
127.0.0.1:2223 ansible_user=test

Link vulners plugin to local Ansible modules

ln -s ./plugins/action/vulners.py ~/.ansible/plugins/action/vulners.py
ln -s ./plugins/modules/vulners.py ~/.ansible/plugins/modules/vulners.py

Or use local collection

ansible-galaxy collection build
ansible-galaxy collection install <name>

License

GNU General Public License v3.0 or later

See LICENSE to see the full text.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •