getdata.php 86 Bytes edit raw blame history 1 2 3 4 5 <?php system(escapeshellcmd("sudo ./a.out")); header('Location: index.php'); exit; ?>