From 4e2273f55860f221d27a07966c32de456fe3214f Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Tue, 8 Dec 2020 19:35:40 +0100 Subject: [PATCH] fix payload --- payload.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();