Nessus PRO Installation Guide with Latest Plugin Set [NO NEED CRACK] [UPDATED 2024]
by tld - Sunday September 10, 2023 at 03:21 PM
thanks good share
Reply
(Sep 10, 2023, 03:21 PM)tld Wrote: Let's bring back to good old Nessus Pro installation guide here! Some of you already know what I'm talking about but for others, let's go.

First of all, you need to download the official release of Nessus from Tenable website. I didn't try installing 10.x.x versions with this installation technique but as far as I know, it's the same and working but, for the sake of this guide, I'm also gonna share the 8.15.x version of Nessus.

We can no longer download the 8.x.x version from Tenable website, I couldn't find it but I'm uploading the official one, no crack or anything, it's just an official installer, downloaded on 15.05.2023 by myself. For Linux installations, I don't have a 8.x.x deb file so you have to download 10.x.x from Tenable.

Download 10.x.x from here  (Official Website)
OR
Download 8.15.9 (x64) from here (Recommended) [UPDATED 2024 MARCH]: 


For Windows:
1- Install Nessus (with the above instructions) and Download Plugin set.

2- Stop Nessus Service - ( net stop "Tenable Nessus" )

3- Open CMD as "administrator".

4- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugins\*.*" )

5- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugin_feed_info.inc" )

6- Update Plugins ( "C:\Program Files\Tenable\Nessus\nessuscli.exe" update "C:\DIRECTORY OF THIS FILE\all-2.0.tar.gz" )

7- Create File plugin_feed_info.inc in C:\ProgramData\Tenable\Nessus\nessus\plugins\ and put this inside :

PLUGIN_SET = "202402121405";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";

8- Copy File To Folder ( copy "C:\ProgramData\Tenable\Nessus\nessus\plugins\plugin_feed_info.inc" "C:\ProgramData\Tenable\Nessus\nessus\" )

9- Change Files Attribute ( attrib +s +r +h "C:\ProgramData\Tenable\Nessus\nessus\plugins\*.*" )

10- Change Files Attribute ( attrib +s +r +h "C:\ProgramData\Tenable\Nessus\nessus\plugin_feed_info.inc" )

11- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugins\plugin_feed_info.inc" )

12- Start Nessus Service - ( net start "Tenable Nessus" )



For Linux:
1-  After installation (guide above) stop nessus service > "sudo systemctl stop nessusd.service"

2-  sudo /opt/nessus/sbin/nessuscli update all-2.0.tar.gz

3-  Create a file named "plugin_feed_info.inc" in "/opt/nessus/var/nessus/" and put this inside:


PLUGIN_SET = "202402121405";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";

4-   sudo cp /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/lib/nessus/plugins/plugin_feed_info.inc

5-   sudo cp /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/var/nessus/.plugin_feed_info.inc

6-   sudo chattr +i /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/var/nessus/.plugin_feed_info.inc

7-   sudo chattr +i -R /opt/nessus/lib/nessus/plugins

8-   sudo chattr -i /opt/nessus/lib/nessus/plugins/plugin_feed_info.inc

9-   sudo chattr -i /opt/nessus/lib/nessus/plugins

10-  start the service > "sudo systemctl start nessusd.service"

Enjoy! Smile
If I made any mistake, let me know and I'm gonna fix it.

Edit: *For broken download link.

03.2024 Edit:
I would like to thank everyone who tagged me and let me know that I needed to renew the links. I've been very busy for a while and even though I knew the links were no longer working, I couldn't spare the time to update them.

And now, updating all the links and also updating the plugin set to the newest! 02.20.2024 Nessus plugin set, please enjoy.

BTW so many people visited this post and how come nobody gave me a single rep. Sad

Try this one. Plugins nedd to be updated.
Reply
thanks. really appreciated
Reply
This method still worked for me on Windows. Moreover after installing the linked packages and trying them, I updated the plugins to 202410151258 and they worked.
I then updated the program to 10.8.3 and it continued to work.

To update the plugins I stopped the service, downloaded the package via one of the links found online, run the attrib commands suggested in the original post to protect them. I don't know if this makes any difference, but I put in plugin_feed_info.inc the version number found in https://plugins.nessus.org/v2/plugins.php at the time when I downloaded them. Not the version number issued by the nessuscli update command. Thank to the OP.
Reply
ty for sharing the info
Reply
Thanks for sharing
Reply
Thanks for sharing brother
Reply
Thanks, checking this out
Reply
(Sep 10, 2023, 03:21 PM)tld Wrote: Let's bring back to good old Nessus Pro installation guide here! Some of you already know what I'm talking about but for others, let's go.

First of all, you need to download the official release of Nessus from Tenable website. I didn't try installing 10.x.x versions with this installation technique but as far as I know, it's the same and working but, for the sake of this guide, I'm also gonna share the 8.15.x version of Nessus.

We can no longer download the 8.x.x version from Tenable website, I couldn't find it but I'm uploading the official one, no crack or anything, it's just an official installer, downloaded on 15.05.2023 by myself. For Linux installations, I don't have a 8.x.x deb file so you have to download 10.x.x from Tenable.

Download 10.x.x from here  (Official Website)
OR
Download 8.15.9 (x64) from here (Recommended) [UPDATED 2024 MARCH]: 


For Windows:
1- Install Nessus (with the above instructions) and Download Plugin set.

2- Stop Nessus Service - ( net stop "Tenable Nessus" )

3- Open CMD as "administrator".

4- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugins\*.*" )

5- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugin_feed_info.inc" )

6- Update Plugins ( "C:\Program Files\Tenable\Nessus\nessuscli.exe" update "C:\DIRECTORY OF THIS FILE\all-2.0.tar.gz" )

7- Create File plugin_feed_info.inc in C:\ProgramData\Tenable\Nessus\nessus\plugins\ and put this inside :

PLUGIN_SET = "202402121405";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";

8- Copy File To Folder ( copy "C:\ProgramData\Tenable\Nessus\nessus\plugins\plugin_feed_info.inc" "C:\ProgramData\Tenable\Nessus\nessus\" )

9- Change Files Attribute ( attrib +s +r +h "C:\ProgramData\Tenable\Nessus\nessus\plugins\*.*" )

10- Change Files Attribute ( attrib +s +r +h "C:\ProgramData\Tenable\Nessus\nessus\plugin_feed_info.inc" )

11- Change Files Attribute ( attrib -s -r -h "C:\ProgramData\Tenable\Nessus\nessus\plugins\plugin_feed_info.inc" )

12- Start Nessus Service - ( net start "Tenable Nessus" )



For Linux:
1-  After installation (guide above) stop nessus service > "sudo systemctl stop nessusd.service"

2-  sudo /opt/nessus/sbin/nessuscli update all-2.0.tar.gz

3-  Create a file named "plugin_feed_info.inc" in "/opt/nessus/var/nessus/" and put this inside:


PLUGIN_SET = "202402121405";
PLUGIN_FEED = "ProfessionalFeed (Direct)";
PLUGIN_FEED_TRANSPORT = "Tenable Network Security Lightning";

4-   sudo cp /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/lib/nessus/plugins/plugin_feed_info.inc

5-   sudo cp /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/var/nessus/.plugin_feed_info.inc

6-   sudo chattr +i /opt/nessus/var/nessus/plugin_feed_info.inc /opt/nessus/var/nessus/.plugin_feed_info.inc

7-   sudo chattr +i -R /opt/nessus/lib/nessus/plugins

8-   sudo chattr -i /opt/nessus/lib/nessus/plugins/plugin_feed_info.inc

9-   sudo chattr -i /opt/nessus/lib/nessus/plugins

10-  start the service > "sudo systemctl start nessusd.service"

Enjoy! Smile
If I made any mistake, let me know and I'm gonna fix it.

Edit: *For broken download link.

03.2024 Edit:
I would like to thank everyone who tagged me and let me know that I needed to renew the links. I've been very busy for a while and even though I knew the links were no longer working, I couldn't spare the time to update them.

And now, updating all the links and also updating the plugin set to the newest! 02.20.2024 Nessus plugin set, please enjoy.

BTW so many people visited this post and how come nobody gave me a single rep. Sad
xxxxxxxxxxxxxxxxxx
Reply
thanks i will test it
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ULTIMATE Account Checker v8.13 (2025 - Telegram Edition) hofnar05-Worm-GPT 47 3,240 2 hours ago
Last Post: mrchina
  [leaked] Free SMTP Sender source code (kill3r sender) 085 41 2,601 10 hours ago
Last Post: hitnut
  DDoS Tool Hi-Feds 555 72,463 Yesterday, 04:50 PM
Last Post: j4ng0
  Watch ALL Movies,Series,Anime etc. with subtitles all languages| BETTER THAN NETFLIX kil 221 29,204 May 11, 2026, 05:08 PM
Last Post: zomeberito
  WHATSAPP SPY KIT TOOLS bloodymary71 329 14,697 May 11, 2026, 05:06 PM
Last Post: mymandistalert

Forum Jump:


 Users browsing this forum: 1 Guest(s)