Forum Discussion

gwenael's avatar
gwenael
New Member I
8 hours ago
Solved

Privilege Escalation: Linux – Demonstrate Your Skills

Hello, I’m doing the Lab "Privilege Escalation: Linux – Demonstrate Your Skills". I’m stuck on the second part regarding the FILE-SRV-DEV, I’ve found with linPEAS a file ( /usr/bin/base64) with the...
  • steven's avatar
    7 hours ago

    hmm.. on FILE_SRV-DEV you should just execute base64 and the file you want to see.
    with SUID rights you'll see the content (as base64) so just revert it :)

    merle@file-srv-dev:/tmp$ base64 /root/escalated.txt | base64 -d

    Privilege Escalation Completed -- FILE-SRV-DEV ✅

    once you did this try to figure out how the server gets backuped and how you can interfere.