├── MacOS-Chrome-DarkMode ├── index.html ├── script.js └── style.css ├── MacOS-Chrome-LightMode ├── index.html ├── script.js └── style.css ├── README.md ├── Windows-Chrome-DarkMode ├── index.html ├── script.js └── style.css ├── Windows-Chrome-LightMode ├── index.html ├── script.js └── style.css ├── demo.gif ├── google.svg ├── loading.gif ├── loading2.gif ├── login-fb.png ├── login-gg.png ├── login-ms.png ├── login.png ├── logo.jpg ├── microsoft.svg └── ssl.svg /MacOS-Chrome-DarkMode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-DarkMode/index.html -------------------------------------------------------------------------------- /MacOS-Chrome-DarkMode/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-DarkMode/script.js -------------------------------------------------------------------------------- /MacOS-Chrome-DarkMode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-DarkMode/style.css -------------------------------------------------------------------------------- /MacOS-Chrome-LightMode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-LightMode/index.html -------------------------------------------------------------------------------- /MacOS-Chrome-LightMode/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-LightMode/script.js -------------------------------------------------------------------------------- /MacOS-Chrome-LightMode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/MacOS-Chrome-LightMode/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/README.md -------------------------------------------------------------------------------- /Windows-Chrome-DarkMode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-DarkMode/index.html -------------------------------------------------------------------------------- /Windows-Chrome-DarkMode/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-DarkMode/script.js -------------------------------------------------------------------------------- /Windows-Chrome-DarkMode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-DarkMode/style.css -------------------------------------------------------------------------------- /Windows-Chrome-LightMode/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-LightMode/index.html -------------------------------------------------------------------------------- /Windows-Chrome-LightMode/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-LightMode/script.js -------------------------------------------------------------------------------- /Windows-Chrome-LightMode/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/Windows-Chrome-LightMode/style.css -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/demo.gif -------------------------------------------------------------------------------- /google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/google.svg -------------------------------------------------------------------------------- /loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/loading.gif -------------------------------------------------------------------------------- /loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/loading2.gif -------------------------------------------------------------------------------- /login-fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/login-fb.png -------------------------------------------------------------------------------- /login-gg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/login-gg.png -------------------------------------------------------------------------------- /login-ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/login-ms.png -------------------------------------------------------------------------------- /login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/login.png -------------------------------------------------------------------------------- /logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/logo.jpg -------------------------------------------------------------------------------- /microsoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/microsoft.svg -------------------------------------------------------------------------------- /ssl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/BITB-Phishing/HEAD/ssl.svg --------------------------------------------------------------------------------