Giter Club home page Giter Club logo

nessus-tpot's Introduction

nessus-tpot

Nessus-TPOT is a script to optimize a scan policy by removing unused plugins.

This python script will compare the selected policy to vulnerabilities found based on the number of days selected. It will then disable the plugins within the policy that have not been found in the specified number of days.

Configuration

Replace the values for ACCESS_KEY and SECRET_KEY with the values for your API account

API keys (user) needs to have configuration privileges on the scan policy

Usage

usage: tpot.py [-h] [-p PID] [-l] [-o OUTPUT] [-w] [-d DAYS]

optional arguments:
    -h, --help  show this help message and exit
    -p PID      Scan policy id
    -l          List available policies
    -o OUTPUT   Disabled plugin csv file location (Default: /Users/[username]/disabled_plugins_[timestamp].csv)
    -w          Run but do not commit changes
    -d DAYS     Number of days to search plugins against (Default: 30)

Examples:
    Get available policies (API account must have configure permissions to policies)
    ./tpot.py -l

    Disable plugins checking back 7 days
    ./tpot.py -p 13 -d 7

    Check for vulnerabilities that would be disabled going back 7; but do not disable
    ./tpot.py -p 13 -d 7 -w

nessus-tpot's People

Contributors

rndmidi0cy avatar

Stargazers

 avatar

Watchers

 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.