Skip to content

Instantly share code, notes, and snippets.

@deargle
Last active May 3, 2024 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save deargle/d4dc4ea5a877ea13723d8e8ef9c11b08 to your computer and use it in GitHub Desktop.
Save deargle/d4dc4ea5a877ea13723d8e8ef9c11b08 to your computer and use it in GitHub Desktop.
Install nessus
#!/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
@anthonyvance
Copy link

@anthonyvance
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment