Skip to content

Instantly share code, notes, and snippets.

@g11tch
Created April 19, 2019 23:17
Show Gist options
  • Save g11tch/b1f3703e75410b184a55e7dff293896c to your computer and use it in GitHub Desktop.
Save g11tch/b1f3703e75410b184a55e7dff293896c to your computer and use it in GitHub Desktop.
cat /etc/edition
cat /etc/issue
cat /etc/*-release
cat history
cat .cache/
cat .bashrc
cat /proc/version
uname -a
dmesg |grep Linux
ls /boot |grep vmli
ps aux
ps -ef
#top
cat /etc/services
ps aux |grep root
ls -alh /usr/bin
crontab -l
grep -i user
grep -i pass
/sbin/ifconfig -a
cat /etc/network/interfaces
cat /etc/sysconfig/network
cat /etc/resolv.conf
hostname
dnsdomainname
lsof -i
netstat -antup
netstat -antpx
last
w
route
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment