Commands:
hostnameRun this to search for exploitations (OS information):
uname -amore system info:
cat /proc/versioncat /etc/issueCPU 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)
