Linpeas/LinEnum
scp linpeas.sh jan@10.10.100.134:/dev/shm
cd /dev/shm
chmod +x linpeas.sh
./linpeas.sh | tee peas.txt
PS. You really can't do linpeas if you just elevated from the previous user to new user. You need to SSH into that new user with a password. Tryhackme - Wonderland
python server
wget linenum.sh
./LinEnum.sh | tee lin.txt
Last updated