Trang chủ
»
Local Attack
» Priv8 Bypass Cat - tìm user sever
17 thg 6, 2012
Priv8 Bypass Cat - tìm user sever
Priv8 Bypass Catcat /etc/passwd ile bazen okuyamazsýnýz etc/passwd dosyasýný ya da herhan gib bir dosyayý
okuma kodlarý :
less /etc/passwd
more /etc/passwd
tac /etc/passwd
rev /etc/passwd
xxd /etc/passwd
Comment For Bypass user /etc/passwd read
awk -F: ‘{ print $1 }’ /etc*/passwd | sort
awk -F: ‘{ print $1 ” “$2 ” ” $3″ “$4″ “$5 ” “$6″ “$7″ “}’ /etc*/passwd | sort
cd /etc;cat passwd
cat /etc/valiases/xxx.com
awk -F”:” ‘{ print “user****: ” $1 “\t\tuid:” $3 }’ /etc/passwd
grep -v -E “^#” /etc/passwd | awk -F: ‘$3 == 0 ** print $1}’
Không có nhận xét nào:
Đăng nhận xét