Giter Site home page Giter Site logo

qqq-tech / vulners-ansible Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vulnerscom/vulners-ansible

0.0 0.0 0.0 30 KB

Official Vulners Ansible module

License: GNU General Public License v3.0

Shell 0.43% Python 71.50% HTML 23.70% Dockerfile 4.36%

vulners-ansible's Introduction

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.

vulners-ansible's People

Contributors

vankyver avatar gmedian avatar vulnerscom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.