Skip to content

Instantly share code, notes, and snippets.

@mccabe615
Created February 24, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mccabe615/d81893969ac30bd52750cc2609965c01 to your computer and use it in GitHub Desktop.
Save mccabe615/d81893969ac30bd52750cc2609965c01 to your computer and use it in GitHub Desktop.

ssh in

apt-get update

scp Nessus-8.7.2-ubuntu1110_amd64.deb root@204.48.31.211:/tmp

cd /tmp

dpkg -i Nessus-8.7.2-ubuntu1110_amd64.deb

/etc/init.d/nessusd start

mkuser scanner

usermod -aG sudo scanner

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