GITLAB

Ting Chan / palertx_web

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • palertx_web
  • wave
  • getdata.php
  • cf76164e6   20190709 Browse Code ยป
    Ting Chan
    2019-07-09 10:19:16 +0800  
getdata.php 86 Bytes
edit raw blame history
1 2 3 4 5
<?php
system(escapeshellcmd("sudo ./a.out"));
header('Location: index.php');
exit;
?>