Giter Club home page Giter Club logo

nes_pars's Introduction

Nes_Pars

Description

Parse Nessus XML files and generate reports.

How to Run

  1. Clone this repository to your local machine.
  2. Navigate to the repository directory.

Install Dependencies

  • Python 3.x

You need to install the following Python libraries:

  • matplotlib
  • lxml
  • python-docx

You can install the required libraries using pip: pip install matplotlib lxml python-docx

Usage

Run the script with the following command: python nessus_report_generator.py <file_path> <option>

Replace <file_path> with the path to the Nessus XML file to parse, and with one of the following report options:

  • '1': Full report
  • '2': Overview
  • '3': Per host
  • '4': Remediations

Example: python nessus_report_generator.py sample.nessus 1

Output

The script generates a Word document report based on the specified options.

Additional Notes

The script will create a Word document named Nessus_Report_.docx in the current directory. The pie chart and any temporary files created during the report generation process will be automatically removed. It's recommended to review and clean the input Nessus XML file before generating the report to ensure accurate results. For large Nessus XML files, the report generation process may take some time. Be patient while the script processes the data.

Contributing

Contributions are welcome! If you have suggestions, improvements, or bug fixes, please open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This script is intended for use with Nessus vulnerability assessment files. Nessus is a proprietary vulnerability scanner developed by Tenable, Inc. and is not open source. We thank Tenable for their tool and support.

nes_pars's People

Contributors

xpinux 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.