Skip to content

Nessus Compliance Parser is a Python script that converts CSV files to JSON and processes the JSON data to filter and generate a final CSV file with combined and unique data.

Notifications You must be signed in to change notification settings

exrienz/Nessus-Compliance-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Nessus Compliance Parser

Nessus Compliance Parser is a Python script that converts CSV files to JSON and processes the JSON data to filter and generate a final CSV file with combined and unique data.

Getting Started

  1. Clone the repository:

    git clone https://github.com/exrienz/Nessus-Compliance-Parser.git
  2. Navigate to the project directory:

    cd Nessus-Compliance-Parser
  3. Copy all raw default exported CSV files to the same folder.

  4. Run the script:

    python ComplianceParser.py
  5. Follow the on-screen prompts:

    • Enter the final CSV filename (without extension).
    • The script will process the CSV files, convert them to JSON, filter the data, and generate a final CSV file.
  6. Find the combined and unique data in the specified final CSV file.

Contributing

Contributions are welcome! If you have ideas for improvements, bug reports, or want to contribute new features, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature.
  3. Make your changes and commit them: git commit -m 'Add your feature'.
  4. Push the branch to your fork: git push origin feature/your-feature.
  5. Create a pull request.

License

This project is licensed under the MIT License.


Feel free to customize this template further based on your specific project details or any additional information you want to provide to users.

About

Nessus Compliance Parser is a Python script that converts CSV files to JSON and processes the JSON data to filter and generate a final CSV file with combined and unique data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages