A collection of phishing login pages and social engineering templates used for cybersecurity awareness, red team operations, and penetration testing. These resources simulate realistic attack vectors to train users to recognize and avoid phishing attempts.
This repository is strictly for ethical and educational purposes only.
Use is limited to:
- Security training & awareness
- Red team simulations
- Ethical hacking (with authorization)
Cool Login From/β Stylish custom-designed login form with CSS and background imageFacebook Login/β Facebook-style login clone for phishing simulation exercisesGmail login/β Gmail-branded phishing login template with visual elementsSimple login/β Clean and minimal login form for quick deploymentREADME.mdβ Documentation including usage and ethical guidelines
Clone the repo:
git clone https://github.com/yourusername/phishing-templates.git
cd phishing-templatesStart a local server (example using Python):
cd login-pages/google-clone
python3 -m http.server 8080
Then open http://localhost:8080 in your browser.