Skip to content

Instantly share code, notes, and snippets.

@jnyryan
Last active October 14, 2020 08:13
Show Gist options
  • Select an option

  • Save jnyryan/5721589 to your computer and use it in GitHub Desktop.

Select an option

Save jnyryan/5721589 to your computer and use it in GitHub Desktop.
Install Nessus on Backtrack
#!/bin/sh
###################################################
# Install Nessus on Backtrack
###################################################
apt-get install nessus
/opt/nessus/sbin/nessus-adduser
/usr/local/bin/nessus-fetch --register 09ed-108c-c2a7-1947-64c8
/etc/init.d/nessusd start
firefox https://127.0.0.1:8834
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment