How to show Nessus scan result as IP address instead of DNS name?
I imported a nessusdb file, and looking at the scan results, the scan was run with the “Designate hosts by their DNS name” option. Is there a way to convert the names to their IP addresses in the report?
Nessus scanner /bin/sh -c ‘printf “command_start_%s” “RandomALPHANUM”; netstat -a -n; printf “command_done_%s” “RandomALPHANUM”‘
This is a Nessus scanner command
I wan’t to know what the Random Alphanum means, is it an encoded timestamp? or is it just a random alphanumeric for some Nessus function?