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
