General Information
Basic Info
Networking Can you run anything as sudo What operating system do we have? Check user path check environment variables Check kernel version Check CPU info Check login shells Check attached printers: Check users and groups: Check who is in a group: Check home directories of users on system and inspect their history files:find /home -maxdepth 2 -type f -name ".*history" -exec ls -l {} \; 2>/dev/null
find /home -type f -name ".bash_history" -o -name ".zsh_history" 2>/dev/null
/proc
:
Kernel version