priv8 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
priv8 etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

5 Ekim 2013 Cumartesi

New Dorks 2013 Priv8 Dorks

good.php?id=

pal.php?id=

index.php?action=

Prison-Pen-Pal.php?r=

Prisonphp?r=

Prisonphp?id=

Prisonphp?r=

page.php?page=

ss.php?fileID=

showthread.php?t

ss.php?id=

productss.php?ProductID=

scam.php?id=


Alıntı Yapıpta Kaynak Belirtmeyen Piçlere Selam

4 Ekim 2013 Cuma

new ways to bypass forbidden in cat /etc/passwd

forbidden in cat /etc/passwd

you can try this comand in some way its work 

1-
PHP Code:
awk -F'{ print $1 }' /etc*/passwd sort 

2-
PHP Code:
awk -F'{ print $1 " "$2 " " $3" "$4" "$5 " "$6" "$7" "}' /etc*/passwd sort 

3-
PHP Code:
cd /etc;cat passwd 

4-
PHP Code:
awk -F":" '{ print "user****: " $1 "\t\tuid:" $3 }' /etc/passwd 

5-
PHP Code:
grep --"^#" /etc/passwd awk -F'$3 == 0 { print $1}'