Skip to content

Simple scripts to take the Nessus CSV exports for plugins 21643 and 70657 and generate clean tables for all the weak SSL ciphers and SSH ciphers supported on the hosts.

License

amish995/nessus-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nessus-automation

Simple scripts to take the Nessus CSV exports for plugins 21643 and 70657 and generate clean tables for all the weak SSL ciphers and SSH ciphers supported on the hosts.

Usage

python nessus_parse.py -i <nessus_ssl.csv> python nessus_ssh.py -i <nessus_ssh.csv>

The nessus CSV files must be generated as CSV reports with only the outputs for the respective plugins, with just the Host, Port, Protocol and Plugin Output columns enabled.

To-do

  • Merge both functions into one script
  • Ability to parse from full Nessus CSV

About

Simple scripts to take the Nessus CSV exports for plugins 21643 and 70657 and generate clean tables for all the weak SSL ciphers and SSH ciphers supported on the hosts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages