Need IP Address And Host Name In Report
Renaud Deraison
deraison at nessus.org
Tue Sep 30 15:24:08 EDT 2003
On Tue, Sep 30, 2003 at 12:13:45PM -0700, Jack Polimer wrote:
> I need to have the IP address and host name of the
> target in the Nessus report in order to validate
> broken DNS. Is there a plugin that will place the IP
> address of the target in the report when I configure
> Nessus to perform a reverse DNS lookup?
Create a plugin which will do :
security_note(port:0, data:'My host IP is : ' + get_host_ip());
-- Renaud
More information about the Nessus
mailing list