1
0

Fully functionnal challenge

This commit is contained in:
2018-11-07 23:32:32 +01:00
parent ca5a20c18a
commit 3be83c31ca
18 changed files with 400 additions and 36 deletions

View File

@ -39,9 +39,12 @@ if (isset($_POST['login']) && $_POST['login'] == 'Login') {
$html_login = "<b>Welcome to your admin board <em>".$row['user']."</em></b> <br> <br>
An error occurred while connecting to your implant <br> [Zetatech Neural Processor MK.II].
<br> <br>
Please approach a Zetatech center for an analysis.
Please approach a Zetatech center for an analysis. You can use maintenance access with your Access Key to check general informations.
<br> <br>
IMTLD{w3b_1nT3rf4ceS_4r3_3v1L}";
IMTLD{w3b_1nT3rf4ceS_4r3_3v1L} <br>
<div class=\"row\">
<a id=\"key\" href=\"./e91ac60004c77904ad889a5762a68b06e53b7c21.html\">[Access Key]</a>
</div>";
$state->string = $html_login;
} else {