Linux Enumeration

Initial Linux System Enumeration

System Enumeration

System Information

hostname                            # Hostname
uname -a                            # Kernel Version and Architechture
cat /proc/version
cat /etc/issue                      # Distribution
cat /etc/*-release
env                                 # Environment Variables
cat /etc/profile
cat /etc/bashrc
lsblk                               # List block devices
cat /etc/exports                    # Check for shares
cat /etc/fstab                      # Mountpoints
df -h
mount

Local Services

Packages

Users

Network

File System

Cron Jobs

Last updated