| System Info | Kernel version, distro, architecture, hostname | Unpatched kernel (CVE), old distro |
| Users & Groups | All users, sudoers, groups, sudo access | Overprivileged users, sudo without password |
| Network | Network interfaces, open ports, connections | Listening privileged ports, root services |
| Services & Daemons | Running services, startup scripts, service perms | World-writable service binaries, root scripts |
| Cron Jobs | Crontab entries, cron.d scripts, anacron | Root crons with weak perms, writable scripts |
| SUID/SGID Binaries | SUID/SGID files, permissions, known vulns | Exploitable binaries (nmap, cp, sudo) |
| Capabilities | Linux capabilities on binaries | cap_setuid, cap_net_raw on user tools |
| File Permissions | Writable directories, SGID abuse, world-writable | Writable /etc/, /root, /home paths |
| Credentials | /etc/shadow readable, .bashrc creds, SSH keys | Readable shadow, hardcoded passwords |
| SSH | SSH keys in home dirs, SSH configs, authorized_keys | Private keys, known_hosts data |
| Containers | Docker group membership, container escape paths | Docker socket, privileged containers |
| PAM & NSS | PAM config, LDAP/NIS bindings | Weak auth mechanisms, credential stores |
| Kernel Exploits | CVEs matching kernel version | Exploitable kernel bugs (DirtyCOW, OverlayFS) |
| Sudo Config | NOPASSWD entries, sudoers misconfigs | sudo without password, wildcards in sudoers |
| Application Configs | Database configs, web app secrets, API keys | Plaintext DB creds, API keys in configs |