Skip to main content

Convert Nmap Vulners script output to CSV

Project description

nmapvulners2csv

nmapvulners2csv

Table of Contents

Getting Started

Run nmap with enabled script Vulners and save xml output, for example:

nmap -sV --script vulners -oX <nmap_output.xml>  

Example

The output of the tool is like the following: Execution example

Install & Run

To install it you just need to run:

pip install nmapvulners2csv

Run without installing

Prerequisites

Install dependencies by using the following command:

pip install -r requirements.txt
chmod +x nmapvulners2csv/nmapvulners2csv.py
Usage: nmapvulners2csv.py NMAP_XML_FILE <flags>
  optional flags:        --output | --descr
  

To run the converter:

nmapvulners2csv.py <nmap_output.xml>   

the script will generate a file output.csv in output dir. If you want to set the output file:

nmapvulners2csv.py <nmap_output.xml>  --output <output_csv_file> --dir <output_directory>

For multiple data:

for i in `ls -1 vulners*`; do python nmapvulners2csv.py $i ${i%%.xml}.csv ; done   

Evidences Description

nmapvulners2csv does not generate descriptions for vulnerabilities. You can add --descr flag to add descriptions in CSV. The script scrapes description information from Vulners site. The command is more time-expensive and send several HTTP requests against Vulners website. Not tested for IP ban and network issues.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Credits

nmapvulners2csv is proudly developed @SecSI by:

License

Distributed under Apache 2 License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nmapvulners2csv-1.0.4.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

nmapvulners2csv-1.0.4-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file nmapvulners2csv-1.0.4.tar.gz.

File metadata

  • Download URL: nmapvulners2csv-1.0.4.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for nmapvulners2csv-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6afd57673ba668777b49011ea64952a37f4c22d76b14e51bef2a0d548860f793
MD5 34370428b9ff8a1da0a55b9ad00c7a59
BLAKE2b-256 aecbc40e599187a963435cf2f8a268ea5feb38dbc9236e7798a6e45e8ac984f8

See more details on using hashes here.

File details

Details for the file nmapvulners2csv-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for nmapvulners2csv-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0baec34d1f4d57d53cc735ab8271451bf69a6a082d574e61f8980e1546d7e542
MD5 c86725315c5a52a13526bd5ec36b3f79
BLAKE2b-256 843b60c948e7ea2c5a3dfd6c037cb2448e367b94c3dd71e2cb446bd6538bff8d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page