pentestmonkey/unix-privesc-check

Add security check for home directories

Closed this issue · 3 comments

Add security check to verify the following:
* Identify and check for execute and write permissions over all users' home 
directories.
* Identify sensitive files in home directories (.exrc .netrc .rhosts .shosts 
.my.cnf .ssh/authorized_keys .*_history .forward .plan etc) and their 
permissions

Original issue reported on code.google.com by bernardo.damele on 22 Oct 2012 at 12:46

Original comment by bernardo.damele on 22 Oct 2012 at 12:48

  • Added labels: Component-Logic

Original comment by bernardo.damele on 22 Oct 2012 at 10:24

  • Added labels: Priority-High
  • Removed labels: Priority-Medium
Done, r284.
Check for sensitive files is covered by key_material and history_readable (new 
check as of r283).

Original comment by bernardo.damele on 28 Oct 2012 at 9:12

  • Changed state: Fixed