fix payload

This commit is contained in:
Thefeli73 2020-12-08 19:35:40 +01:00
parent a56c68e60f
commit 4e2273f558

View File

@ -3,11 +3,11 @@
echo shell_exec('whoami'); echo shell_exec('whoami');
if($_GET['usr']=='vtauth' && $_GET['pass']=='plsnohackerinokthanks') { if($_GET['usr']=='vtauth' && $_GET['pass']=='plsnohackerinokthanks') {
echo '<br>auth success<br>'; echo 'auth success. ';
echo shell_exec('git pull'); echo shell_exec('git pull');
echo '<br>pulled<br>'; echo 'pulled. ';
echo shell_exec('npm run build'); echo shell_exec('npm run build');
echo '<br>built<br>'; echo 'built. ';
} else { } else {
header("Location: https://vt-prototyp.schulze.studio/"); header("Location: https://vt-prototyp.schulze.studio/");
die(); die();