AlmaLinux 9(RHEL9)下安装部署漏洞扫描系统Nessus-10.6.0
1、获取AlmaLinux 9的ISO镜像
https://almalinux.org/get-almalinux/ 建议使用种子链接下载 https://repo.almalinux.org/almalinux/9.2/isos/x86_64/AlmaLinux-9.2-x86_64.torrent
(图片点击放大查看)
(图片点击放大查看)
2、安装AlmaLinux 9
步骤截图如下
3、安装Nessus-10.6.0
1)、先关闭SELINUX
[root@almalinux ~]# sed -i 's/enforcing/disabled/g' /etc/selinux/config [root@almalinux ~]# setenforce 0 [root@almalinux ~]# reboot
(图片点击放大查看)
2)、SFTP上传Nessus-10.6.0-es9版本安装包
(图片点击放大查看)
3)、一键安装Nessus-10.6.0
Activate the web console with: systemctl enable --now cockpit.socket Last login: Fri Sep 1 21:11:46 2023 from 192.168.31.100 [root@almalinux ~]# cd /opt/ [root@almalinux opt]# ls -al total 459936 drwxr-xr-x. 2 root root 69 Sep 1 21:13 . dr-xr-xr-x. 18 root root 255 Sep 1 21:12 .. -rw-r--r-- 1 root root 470974100 Sep 1 20:49 Nessus-10.6.0-es9.x86_64-Auto-Installer-20230831.bundle [root@almalinux opt]# chmod 777 Nessus-10.6.0-es9.x86_64-Auto-Installer-20230831.bundle [root@almalinux opt]# ./Nessus-10.6.0-es9.x86_64-Auto-Installer-20230831.bundle Unpacking... Nessus 10.6 for RHEL 9 Installer ===================================== Powered by XXXXXXX Please enter the number to continue: 1 = Install 2 = Uninstall 3 = Exit *cmd menu*:1 =============================================================== Nessus 10.6.0 DOWNLOAD, INSTALL, and UPDATE A simple way to try this great tool -- =============================================================== ==> Installing system requirements components... ==> Stopping old nessusd if already installed... ==> Start installing Nessus... ==> Starting service once FIRST TIME INITIALIZATION... ==> Let's wait for nessus to initialize, which takes about 20 seconds... 🍺 ==> Stopping the Nessus service... ==> Changing Nessus settings... listen port: 10443 safe checks: off logs: performance updates: off telemetry: off ==> Adding a user you can change this later (u=admin, p=XXXXXXX)... ==> Installing plugins... ==> Building plugin feed... ==> Copy files... ==> Starting service... ==> It will take a long time to start because the plugins needs to be loaded. 🍺 ==> Following status updates every 10 seconds until 100%. Problem: Nessus server unreachable? Trying again... "engine_status":"progress":100 🍻🍻🍻 Done! Access your Nessus: https://localhost:10443/ (or your VM IP) username: admin password: XXXXXXX you can change this any time. Press enter to continue. All Done. Powered by XXXXXXX [root@almalinux opt]# firewall-cmd --permanent --zone=public --add-port=10443/tcp success [root@almalinux opt]# firewall-cmd --reload success [root@almalinux opt]#
4、登录Nessus WEB界面并使用Nessus进行漏洞扫描
(图片点击放大查看)
(图片点击放大查看)
(图片点击放大查看)
(图片点击放大查看)