fix payload
This commit is contained in:
parent
a56c68e60f
commit
4e2273f558
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user