问题:
 
"Unable to connect to vulnerability scanner. If the system has been updated recently the vulnerability scanner is rebuilding its database. Please wait a few minutes."
 
解决方法:
 
ps -ef |grep open
 
/usr/sbin/openvasmd  --listen=0.0.0.0 --port=9391  ==》IP有问题
 
 
vim /etc/default/openvas-scanner
SCANNER_PORT=9391
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-11-25
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-12
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-06-05
相关资源
相似解决方案