fix payload
This commit is contained in:
parent
a56c68e60f
commit
4e2273f558
@ -3,11 +3,11 @@
|
||||
echo shell_exec('whoami');
|
||||
|
||||
if($_GET['usr']=='vtauth' && $_GET['pass']=='plsnohackerinokthanks') {
|
||||
echo '<br>auth success<br>';
|
||||
echo 'auth success. ';
|
||||
echo shell_exec('git pull');
|
||||
echo '<br>pulled<br>';
|
||||
echo 'pulled. ';
|
||||
echo shell_exec('npm run build');
|
||||
echo '<br>built<br>';
|
||||
echo 'built. ';
|
||||
} else {
|
||||
header("Location: https://vt-prototyp.schulze.studio/");
|
||||
die();
|
||||
|
Loading…
Reference in New Issue
Block a user