Skip to content

Instantly share code, notes, and snippets.

@anthonyvance
Forked from deargle/install-nessus.sh
Last active April 8, 2021 13:54
Show Gist options
  • Save anthonyvance/f787bfeb56feba8278daa605be464e28 to your computer and use it in GitHub Desktop.
Save anthonyvance/f787bfeb56feba8278daa605be464e28 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/12696/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