Skip to content

ryanmroth/NessusParse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NessusParse

Parses Nessus XML files and outputs Excel workbooks. The Excel sheets in the workbook are organized by criticality. NessusParse ignores items with an 'Informational' or 'None' criticality rating.

Installation

NessusParse requires: Docopt Lxml BeautifulSoup XlsxWriter

Install the dependencies

$ cd NessusParse
$ pip install -r requirements.txt

Usage

$ Usage:  NessusParse INFILE [OUTFILE]
          NessusParse (-h | --help)
          NessusParse (-v | --version)

$ Options:
    -h, --help         Show this screen and exit
    -v, --version      Print the NessusParse version
  • Note: Output file is optional. Defaults to 'INFILE.xlsx' in CWD

License

MIT License

Free Software, Hell Yeah!

About

Parses Nessus XML files and outputs simple Excel files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages