diff --git a/payload.php b/payload.php index 2f092d9..a6ada43 100644 --- a/payload.php +++ b/payload.php @@ -3,11 +3,11 @@ echo shell_exec('whoami'); if($_GET['usr']=='vtauth' && $_GET['pass']=='plsnohackerinokthanks') { - echo '
auth success
'; + echo 'auth success. '; echo shell_exec('git pull'); - echo '
pulled
'; + echo 'pulled. '; echo shell_exec('npm run build'); - echo '
built
'; + echo 'built. '; } else { header("Location: https://vt-prototyp.schulze.studio/"); die();