Skip to content

fyrm/nepali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

nepali

aka NePaLi (Nessus Parser Lite) nepali is a python script that will parse Nessus scan results and then export the results into a spreadsheet format (Microsoft Excel ".xlsx"). nepali parses Nessus XML output files (by default files are saved with ".nessus" extension).

Prerequisites

nepali uses the following public modules:

  • xml.etree.ElementTree
  • xlsxwriter
  • argparse
  • os
  • sys
  • datetime
  • traceback
  • ipaddress
  • zipfile
  • requests
  • bs4
  • json

Usage

The following command line options are supported:

  • -h, --help show this help message and exit
  • -d D Location of the directory in which the Nessus output files are stored.
  • -f F Name of the nessus file you want to parse. Ignored if -d option is used.
  • -g Do not get missing field data (default is to make attempt
  • -n Include "None" severity items in output (default does not include them)

Author

Matthew Flick

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages