Loot
Grab all the things
Passwords and hashes
cat /etc/passwd
cat /etc/shadowunshadow passwd shadow > unshadowed.txt
john --rules --wordlist=/usr/share/wordlists/rockyou.txt unshadowed.txtInteresting files
#Meterpreter
search -f *.txt
search -f *.zip
search -f *.doc
search -f *.xls
search -f config*
search -f *.rar
search -f *.docx
search -f *.sql
.ssh:
.bash_historyTcp-dump
Commands and flags
Useful commands
Sniffing for passwords
References
Last updated