sys_arch_v2.1
Project Overview
Demonstrate phishing attack concepts by recreating a Facebook-style login page for cybersecurity awareness and education.
README.md
Facebook-Login-Clone
this project is for educational purpose ONLY!
Includes
- React frontend for showing facebook-login page
- On entering credentials, show them in backend terminal
How to use?
-
clone the repository
-
download dependencies
- frontend part
cd <working-directory> npm i- backend part
cd <working-directory>/backend npm i -
run the application
- backend
cd <working-directory>/backend npm start- frontend
cd <working-directory> npm start
description
- facebook login page clone gets showed
- user ('target') enters their credentials
- these credentials are shown in backend terminal