Blame view

wave/getdata.php 86 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
  <?php
  system(escapeshellcmd("sudo ./a.out"));
  header('Location: index.php');
  exit;
  ?>