Skip to content

Instantly share code, notes, and snippets.

View anthonyvance's full-sized avatar

Anthony Vance anthonyvance

View GitHub Profile
@anthonyvance
anthonyvance / install-nessus.sh
Last active April 8, 2021 13:54 — forked from deargle/install-nessus.sh
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