KingT8 / unix-privesc-check

Automatically exported from code.google.com/p/unix-privesc-check
0 stars 0 forks source link

Add security check for home directories #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
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