当前位置:网站首页>Install Nessus under Kali
Install Nessus under Kali
2022-07-28 07:11:00 【angleoldhen】
https://www.tenable.com/downloads/nessus?loginAttempted=true
Connect to the above to download the corresponding version of nusses
Enter download directory ,sodu dpkg -i Nessus-10.1.1-debian6_amd64.deb

The last part of the figure above shows that the installation has been successful .
Follow the prompts to start the service first /bin/systemctl start nessusd.service
Then visit the https://kali:8834/ Enter email to get activation code or skip Input activation code directly ( In the address kali Is the machine name , It can be modified according to your actual situation )
Create account password
Enter online update ( Generally, it is failure , I succeeded once in virtual machine , morning 8 Ordered , It takes about an hour )
Update manually
Method 1 :
Perform the update manually :/opt/nessus/sbin/nessuscli update
Method 2 :
Download plug-ins offline , Then install .
Offline mode requires challenge code and activation code , If the activation code just now fails , You can fill in the information again and send a new activation code , If the limit has been reached , You can get the activation code by changing your email .
In the catalog /opt/nessus/sbin perform
./nessuscli fetch --challenge
Generate challenge , Save this challenge .
Open the web page :Tenable Network Security
Enter the challenge code and activation code into the corresponding positions respectively , And then click “Submit”
Will jump to the download page , Download the plug-in and registration code respectively .
After downloading, copy both files to the directory /opt/nessus/sbin/ Next , Then register
./nessuscli fetch --register-offline nessus.license
Finally restart ./nessusd
open https://kali:8834
边栏推荐
- Small turtle C (Chapter 5 loop control structure program 567) break and continue statements
- MOOC Weng Kai C language week 3: judgment and circulation: 2. circulation
- Easypoi export interlaced style settings
- DHCP服务
- JSON notes
- Understanding of C language EOF
- 在转化词向量之前先转化为AST再转化为词向量的实现方法
- Sysevr environment configuration: joern-0.3.1, neo4j-2.1.5, py2neo2.0
- 一个定时任务提醒工具
- 组管理和权限管理
猜你喜欢
随机推荐
MySQL queries all descendant nodes under the parent node. When querying the user list, it is processed by multi-level (company) departments. According to reflection, it recurses the tree structure too
MySQL build database Series (I) -- download MySQL
shell---sed语句练习
Svg understanding and drawing application
Monotonic queue, Luogu p1886 sliding window
[learning notes] coding ability
Neo4j running error occurred during initialization of VM incompatible minimum and maximum heap sizes spec
JS string method Encyclopedia
DOM operation cases
Starting point Chinese website font anti crawling technology web page can display numbers and letters, and the web page code is garbled or blank
Three cache technologies -- localstorage, sessionstorage, cookies
DOM - Events
小甲鱼C(第六章数组1、2)
Forward and backward slash notes
Shell --- conditional statement practice
开虚拟机KALI2022.2下安装GVM
SySeVR环境配置:joern-0.3.1、Neo4j-2.1.5、py2neo2.0
MOOC Weng Kai C language week 7: array operation: 1. array operation 2. Search 3. preliminary sorting
NAT-网络地址转换
C language address book system









