OpenVAS always reporting no results

泪湿孤枕 提交于 2019-12-23 21:00:20

问题


I've setup openvas on ubuntu and it appears to be working, however every scan I attempt returns 0 results.

I used openvas-check-setup to verify everything and it came back OK. Any ideas on what could cause this? I'm running from the security assistant and checking some public IPs.

Thank you


回答1:


Some common issues if scans doesn't return any results:

  1. You don't have nmap installed or not available within your PATH
  2. The targets are not answering to an ICMP Echo Request -> Check the "Alive Test" setting of your Target definition and try some of the other available methods
  3. SELinux is enabled and blocking the scanner from doing its job
  4. You're using a custom scan configuration which doesn't include the "nmap (NASL wrapper)" and "Ping Host" NVTs from the "Port scanners" family

Only points 2. and 4. of the above are valid for the Greenbone VM (GCE). All prerequisites like nmap are already available / installed and SELinux isn't installed / enabled.

The mentioned "Ping Host" plugin allows to configure a "Report about unrechable Hosts" to "yes" so you will get at least some notes if a remote host is considered as dead. In that case you will get no results.

Disclaimer: Answer of a NVT Dev @ Greenbone



来源:https://stackoverflow.com/questions/48552189/openvas-always-reporting-no-results

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!