当前位置:网站首页>Penetration test (7) -- vulnerability scanning tool Nessus
Penetration test (7) -- vulnerability scanning tool Nessus
2022-07-06 15:55:00 【Catch the king before the thief】
Nessus Official website :https://www.tenable.com/products/nessus/nessus-professional
download nusses:https://www.tenable.com/downloads/nessus?loginAttempted=true
1、Nessus brief introduction 、 download 、 install
Jane Medium
Nessus It is a very popular vulnerability scanner in the world , Many organizations around the world are using it . The tool provides a complete computer vulnerability scanning service , And update its vulnerability database at any time .Nessus Different from traditional vulnerability scanning software ,Nessus It can be remotely controlled on the local or remote terminal at the same time , Carry out vulnerability analysis scanning of the system
Nessus Pro10.1.2 coordination 20220328 The latest version of plug-ins :https://www.iculture.cc/software/pig=12467
download 、 install
Linux install :
install :dpkg -i Nessus.deb
start-up :systemctl start nessusd.service
Browser access :https://127.0.0.1:8834
Windows install :
download Nessus After decompression, install it directly , Browser access :https://127.0.0.1:8834
download Nessus pro Plug in and update
Linux Carry out orders :sudo /opt/nessus/sbin/nessuscli update all-2.0.tar.gz
Windows Carry out orders :
restart Nessus service
/bin/systemctl start nessusd.service
Conduct The plug-in configuration
Linux:sudo vi /opt/nessus/var/nessus/plugin_feed_info.inc
Windows:
Add content :
PLUGIN_SET = "202203282143";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";
close Nessus service ., Restart again Nessus service .
Then visit again : https://127.0.0.1:8834
kali install nessus
:https://zhuanlan.zhihu.com/p/338454648
Download the corresponding version of nusses:https://www.tenable.com/downloads/nessus?loginAttempted=true
Enter download directory :sodu dpkg -i Nessus-10.1.1-debian6_amd64.deb
Follow the prompts to start the service first /bin/systemctl start nessusd.service
# from deb Installation package installation Nessus
sudo dpkg -i Nessus-8.10.0-debian6_amd64.deb# start-up nessus
sudo /etc/init.d/nessusd start# visit nessu web ui , Set the account and password through the following ways
http://localhost:8834
Managed Scanner ---> Tenable.sc ---> [root:root]# Upgrade plug-in package
sudo /opt/nessus/sbin/nessuscli update all-2.0.tar.gz# Extract files
sudo tar -zxvf all-2.0.tar.gz plugin_feed_info.inc
sudo vim plugin_feed_info.inc
cat plugin_feed_info.inc
PLUGIN_SET = "202004162028";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";# Moving files
sudo cp plugin_feed_info.inc /opt/nessus/var/nessus/
sudo cp plugin_feed_info.inc /opt/nessus/lib/nessus/plugins/# restart nessus
sudo /etc/init.d/nessusd stop
sudo /etc/init.d/nessusd start
边栏推荐
- Learning record: Tim - Basic timer
- Optimization method of path problem before dynamic planning
- SSM框架常用配置文件
- Nodejs+vue online fresh flower shop sales information system express+mysql
- Matlab comprehensive exercise: application in signal and system
- 【练习-6】(Uva 725)Division(除法)== 暴力
- 洛谷P1102 A-B数对(二分,map,双指针)
- Opencv learning log 30 -- histogram equalization
- Indonesian medical sensor Industry Research Report - market status analysis and development prospect forecast
- STM32 how to use stlink download program: light LED running light (Library version)
猜你喜欢
动态规划前路径问题优化方式
7-1 懂的都懂 (20 分)
Learning record: use stm32f1 watchdog
渗透测试 ( 7 ) --- 漏洞扫描工具 Nessus
Learning record: USART serial communication
Learning record: STM32F103 clock system overview working principle
入门C语言基础问答
Learning record: how to perform PWM output
B - 代码派对(女生赛)
STM32 learning record: play with keys to control buzzer and led
随机推荐
【练习-7】(Uva 10976)Fractions Again?!(分数拆分)
Ball Dropping
Accounting regulations and professional ethics [5]
E. Breaking the Wall
力扣刷题记录--完全背包问题(一)
0-1背包问题(一)
渗透测试 ( 7 ) --- 漏洞扫描工具 Nessus
【练习-9】Zombie’s Treasure Chest
Research Report of pharmaceutical solvent industry - market status analysis and development prospect prediction
力扣刷题记录
HDU - 6024 Building Shops(女生赛)
0 - 1 problème de sac à dos (1)
Cost accounting [24]
C语言是低级和高级的分水岭
信息安全-史诗级漏洞Log4j的漏洞机理和防范措施
Borg Maze (BFS+最小生成树)(解题报告)
Information security - security professional name | CVE | rce | POC | Vul | 0day
Learning record: understand systick system timer and write delay function
Market trend report, technological innovation and market forecast of pneumonia drugs obtained by Chinese hospitals
信息安全-安全编排自动化与响应 (SOAR) 技术解析