Giter VIP home page Giter VIP logo

nessus-csv's Introduction

Nessus CSV loader

Sample loader for Nessus CSV export files, using the PureCSV library.

Prerequisites

You will need Java 8 installed. The app will download any additional dependencies.

Running the app:

To run the sample program:

./sbt "run nessus_test.csv" 

The app uses sbt to build and package the app. If you don't have sbt installed, you can use the bundled sbt runner (./sbt).

The first time you build the app, it will need to download dependencies and compile support code. This will take several minutes, but it only happens on the first build.

Testing the app

To run unit tests, run

./sbt test

Code coverage report

To generate a code coverage report run,

./sbt clean coverage test coverageReport

The HTML report will be written to target/scala-2.12/scoverage-report/index.html.

Code quality analysis

The project uses the scapegoat tool for code quality analysis. To generate a scapegoat report, run

./sbt scapegoat

The HTML report will be written to target/scala-2.12/scapegoat-report/scapegoat.html

Vulnerability checks

The project uses the sbt-dependency-check tool to query the OWASP Dependency Check database. You can check the project's depenencies for known security vulnerability by running

 ./sbt check

The HTML report will be written to target/scala-2.12/dependency-check-report.html

Note - the first time you run this command it will take much longer than normal because it has to download the vulnerability database from OWASP.

Manually installing dependencies

The project depends on Scala and its build tool, sbt. If the sbt script fails to install Scala and SBT, you can manually install them.

On OS X, assuming you have homebrew installed, the easiest way to install these is via:

brew install scala sbt

Alternatively, you can download native OS packages from the links above.

nessus-csv's People

Contributors

derekmorr avatar tcanich 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.