Google Code Exporter
Google Code Exporter
``` I can't see any mention of cron.d within the code, so I am assuming that the /etc/cron.d folder isn't inspected for Cron related issues. ``` Original issue reported on...
``` Download unix-privsec-check version 1.4 and open the file with an editor. Go to the line 498. ----------------------- world_can_read () { O_MESSAGE_STACK=$1 O_FILE=$2 P=`ls -lLd $O_FILE | cut -c 8`...
``` What steps will reproduce the problem? 1. chmod o+r /etc/shadow 2. run unix-privesc-check Expect warning but nothing is noticed by tool but only following output I get: ############################################ Checking...
``` Add Samba library and security check (e.g. check permissions on AD file) ``` Original issue reported on code.google.com by `bernardo.damele` on 5 Nov 2012 at 3:35
``` Add Oracle library and security check ``` Original issue reported on code.google.com by `bernardo.damele` on 5 Nov 2012 at 3:33
``` Add security check for classpath permissions on Java processes ``` Original issue reported on code.google.com by `bernardo.damele` on 2 Nov 2012 at 3:44
``` Add more system_* checks: * GrSecurity * Heap hardening * GCC stack protector * Strict user copy checks * Read-only kernel data * Restricted /dev/mem * Restricted /dev/kmem ```...
``` Inspect users PATH variable: read from /proc//environ, ~/.bashrc, /etc/profile, .bash_profile ``` Original issue reported on code.google.com by `bernardo.damele` on 29 Oct 2012 at 11:45
``` Implement file grep caching mechanism: we check some files / dirs multiple times ``` Original issue reported on code.google.com by `bernardo.damele` on 29 Oct 2012 at 11:44
``` Add check for R*Services trust relationships (both /etc/hosts.equiv and .rhosts files in homedirs) ``` Original issue reported on code.google.com by `bernardo.damele` on 29 Oct 2012 at 11:39