1.0.1 • Published 11 months ago

@turingsecure/nessus.js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

nessus.js is library to parse nessus output files into javascript.

Installation

Install the @turingsecure/nessus.js package:

# use yarn or npm
yarn add @turingsecure/nessus.js

Import the library to use it in your code:

import { NessusParser } from '@turingsecure/nessus.js'

Usage

To parse an XML file, you just have to execute the imported function.

const xml = 'nessus scan'
const parsed = NessusParser(xml)

Contributing

Contributions, issues and feature requests are welcome. Feel free to check out the issues page if you want to contribute.

License

Copyright © 2023 turingsecure. This project is MIT licensed.

1.0.1

11 months ago

1.0.0

11 months ago

0.1.2

11 months ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago