Nessus report jsonizer
- log4net
- Newtonsoft.Json
- RestSharp
- Configure authentication
- go to Auth/auth-example.json
- change exampleurl, exampleusername, examplepassword
- save the file and rename it to auth.json
- Run the program
[
{
"ScanName": "",
"ReportGenerated": "",
"Host": {
"Target": "",
"ScanStartDate": "",
"ScanFinishDate": "",
"MacAddress": "",
"OperatingSystem": "",
"Vulnerabilities": [
{
"Protocol": "",
"Severity": "",
"PluginId": "",
"Name": "",
"CvssBaseScore": "",
"Description": "",
"Solution": "",
"Output": ""
},
{
"Protocol": "",
"Severity": "",
"PluginId": "",
"Name": "",
"CvssBaseScore": "",
"Description": "",
"Solution": "",
"Output": ""
}
]
}
}
]