Skip to content

Instantly share code, notes, and snippets.

@alepmaros
Created June 10, 2017 16:41
Show Gist options
  • Save alepmaros/969bd34a48acbe23f8289566d5caf955 to your computer and use it in GitHub Desktop.
Save alepmaros/969bd34a48acbe23f8289566d5caf955 to your computer and use it in GitHub Desktop.
openvas.sh
#!/bin/bash
sudo apt-get -y install python-software-properties
sudo add-apt-repository "deb http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/xUbuntu_12.04/ ./"
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys BED1E87979EAFD54
sudo apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment