Skip to content

michaelstephens/security_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Security Check

This is a free bash script that helps rate your security for developers. If you run a vagrant box this should be run in both the vagrant box and on the host computer to verify password strength of the host computer.

Running

bash security_check.sh

Password checklist

This script checks against the sudoers file for verification of the inputted password. It checks several password constraints:

  • Length is at least 8 characters
  • Password contains numbers
  • Password contains letters
  • Password contains punctuation

SSH Key checklist

The script searches a directory for all SSH keys and greps for the term ENCRYPTED Features:

  • Verifies multiple ssh keys
  • Verifies if the key is encrypted with a password

Volume Encryption checklist

  • filevault_2_encryption_check to check OS X FileVault encryption
  • Checks for .ecryptfs folder in Ubuntu to check if the home dir is encrypted

Example

Security Check Example

About

Security Check for Linux/OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages