System Enumeration
Commands:
hostname
Run this to search for exploitations (OS information):
uname -amore system info:
cat /proc/versioncat /etc/issue
CPU info:
lscpuFor architecture and number of cores (some exploits require different numbers of cores)
Services that are running:
ps aux
#to get just the root user you can grep:
ps aux | grep rootthings to look for:
- nginx = apache server
- root running cron
- scheduled task
- nfsd (network file share)
Reader ratings (none yet)
Ratings come from verified buyers only.