Nessus - 8.12.1
无限ip使用无限授权时间 带插件包
windows:
install nessus
during setup choice managed scanner and then tenable.SC , and create user with the password
stop the service ( task manager and go to service and find Tenable service and right click and choice stop )
cmd as admin in nessus folder inside Nessus program files:
cd C:Program FilesTenableNessus
Progra~1
cd C:Progra~1TenableNessus
命令行参数中的空格。无法正确读取“ C:Program Files”
解决方案
如果您不知道如何使程序接受带有空格的路径,则所有包含空格的Windows路径也具有等效的空格路径,您可以使用这些空格。
对于您的特定示例,无空间路径可能C:Program FilesTenableNessus C:Progra~1TenableNessus ' but if you open a command prompt and use是顶级文件夹中的dir / x`,它将告诉您系统中的内容:
C:>dir /x c:progr*
C:>dir /x c:progr*
驱动器 C 中的卷是 系统
卷的序列号是 6832-52BB
c: 的目录
2020/10/12 17:11 <DIR> PROGRA~1 Program Files
2020/10/12 17:11 <DIR> PROGRA~2 Program Files (x86)
0 个文件 0 字节
2 个目录 52,432,384,000 可用字节
nessuscli.exe update C:all-2.0.tar.gz ( put the all-2.0.tar.gz in the C drive)
after update finished copy the update plugin set number and edit the plugin_feed_info.inc anr replace the number that generated with the one inside plugin_feed_info.inc
we copy plugin_feed_info.inc to
C:ProgramDataTenableNessusnessusplugins
start the service ( task manager and go to service and find Tenable service and right click and choice restart )
-----------------------------------------------------------
Linix : (/Library/Nessus/run/etc/nessus/nessus-fetch.rc)
install nessus deb pkg : sudo dpkg -i
then start the service : sudo service nessusd start
then open https://localhost:8834/
choice managed scanner and then tenable.SC and create user with password
stop the service : sudo service nessusd stop
copy and install the update manulay : sudo /opt/nessus/sbin/nessuscli update all-2.0.tar.gz
sudo chmod 644 ./plugin_feed_info.inc
sudo cp plugin_feed_info.inc /opt/nessus/lib/nessus/plugins/
sudo cp plugin_feed_info.inc /opt/nessus/var/nessus/
sudo chown root:root ./plugin_feed_info.inc && sudo chmod 644 ./plugin_feed_info.inc
restart the service:
sudo service nessusd start
or
sudo /etc/init.d/nessusd start
open the portal:
https://localhost:8834/
to remove :
dpkg -r nessus
then go to opt folder and open terminal : sudo rm -r nessus
提醒:
之前很多文章说更新插件包就破解失效,其实是因为你们的插件包是来自官网的试用版,所以不能使用。
企业版插件包最明显的区分就是可以直接用解压软件解压出来。
本文始发于微信公众号(利刃信安):Nessus - 8.12.1 无限ip使用无限授权时间 带插件包
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论