I have configured the OpenVAS server as per wiki instructions:
http://www.backtrack-linux.org/wiki/index.php/OpenVas
And i ran the following commands:
msfconsole
load openvas
openvas_connect admin toor 127.0.0.1 9390
openvas_target_create Metasploitable 192.168.56.101 "Target Machine"
openvas_task_create Scan1 Scan1 3 1
openvas_task_start
When i download the report, it doens't show any vulns. Can someone tell me what i did wrong?
Both BT5 and Metasploitable are run in VirtualBox with host only adapters, and BT5 can ping the ip address of the metasploitable target machine.
