Created
April 19, 2019 23:17
-
-
Save g11tch/b1f3703e75410b184a55e7dff293896c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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