找回密碼
 註冊
搜索
查看: 3599|回復: 0

[CentOS] CentOS7 Install OpenVAS8

[複製鏈接]
發表於 2015-10-12 10:48:10 | 顯示全部樓層 |閱讀模式
Install OpenVAS
1) Disable SELINUX.
Edit /etc/selinux/config, save and reboot
2) Add required packages
yum install wget bzip2 texlive net-tools alien
3) Add Atomicorp repo
wget -q -O - http://www.atomicorp.com/installers/atomic | sh
4) Install OpenVAS
yum install openvas
5) edit /etc/redis.conf. Add/uncomment the following
unixsocket /tmp/redis.sock
unixsocketperm 700
6) Restart Redis
systemctl enable redis && systemctl restart redis
7) openvas-setup
follow instructions. If rsync throws error, check that your network allows outgoing TCP 873 to internet
8 ) To access OV-8 from network, either disable firewall or add exception for tcp 9392
firewall-cmd --permanent --zone=public --add-port=9392/tcp
firewall-cmd --reload

Go to https://<IP-ADDRESS>:9392 and login.


Openvas not generating pdf reports
# yum -y install texlive-changepage texlive-titlesec
# mkdir -p /usr/share/texlive/texmf-local/tex/latex/comment
# cd /usr/share/texlive/texmf-local/tex/latex/comment
# wget http://mirrors.ctan.org/macros/latex/contrib/comment/comment.sty
# chmod 644 comment.sty
# texhash

Reference:
Openvas 8 now available
https://atomicorp.com/forums/viewtopic.php?f=31&t=8047
Openvas not generating pdf reports in centOS 7
http://miotramemoria.blogspot.tw ... as-pdf-reports.html
您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Archiver|手機版|彩色筆小沛的知識庫

GMT+8, 2024-4-19 22:50 , Processed in 0.015992 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表