Last active
May 3, 2024 06:37
-
-
Save deargle/d4dc4ea5a877ea13723d8e8ef9c11b08 to your computer and use it in GitHub Desktop.
Install nessus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -ex | |
# run as root | |
wget -O nessus.deb https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/12207/download?i_agree_to_tenable_license_agreement=true | |
dpkg -i nessus.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Nessus download URL has been updated again:
https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/12696/download?i_agree_to_tenable_license_agreement=true