Objective
- Read a .nessus file (hosts properties, vulnerability and compliance scan results) into excel.
A quick example to query a xml config file to retrieve a specific security setting
Powershell:
Select-Xml -path C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config -XPath "/configuration/system.web/membership/providers/add" | Select-Object -ExpandProperty node | Select-Object passwordFormat passwordFormat -------------- Hashed |