Skip to content

Instantly share code, notes, and snippets.

@leommoore
Last active August 29, 2015 13:59
Show Gist options
  • Save leommoore/10706415 to your computer and use it in GitHub Desktop.
Save leommoore/10706415 to your computer and use it in GitHub Desktop.
Security Audit Tools

#Security Audit Tools

Lynis provides a one stop shop for checking your sites security.Details can be found at http://cisofy.com/lynis

wget http://cisofy.com/files/lynis-1.5.0.tar.gz
tar xfv lynis-1.5.0.tar.gz
cd lynis-1.5.0
sudo ./lynis -c

The -c flag performs a complete check. To see the options run sudo ./lynis.

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