前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >AlmaLinux 9(RHEL9)下安装部署漏洞扫描系统Nessus-10.6.0

AlmaLinux 9(RHEL9)下安装部署漏洞扫描系统Nessus-10.6.0

作者头像
yuanfan2012
发布2023-09-06 08:32:58
4900
发布2023-09-06 08:32:58
举报
文章被收录于专栏:WalkingCloud

AlmaLinux 9(RHEL9)下安装部署漏洞扫描系统Nessus-10.6.0

1、获取AlmaLinux 9的ISO镜像

代码语言:javascript
复制
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

代码语言:javascript
复制
[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

代码语言:javascript
复制
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进行漏洞扫描

(图片点击放大查看)

(图片点击放大查看)

(图片点击放大查看)

(图片点击放大查看)

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2023-09-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 WalkingCloud 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 1、获取AlmaLinux 9的ISO镜像
  • 2、安装AlmaLinux 9
  • 3、安装Nessus-10.6.0
    • 1)、先关闭SELINUX
      • 2)、SFTP上传Nessus-10.6.0-es9版本安装包
        • 3)、一键安装Nessus-10.6.0
        • 4、登录Nessus WEB界面并使用Nessus进行漏洞扫描
        相关产品与服务
        脆弱性检测服务
        脆弱性检测服务(Vulnerability detection Service,VDS)在理解客户实际需求的情况下,制定符合企业规模的漏洞扫描方案。通过漏洞扫描器对客户指定的计算机系统、网络组件、应用程序进行全面的漏洞检测服务,由腾讯云安全专家对扫描结果进行解读,为您提供专业的漏洞修复建议和指导服务,有效地降低企业资产安全风险。
        领券
        问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档