index.html
: The main HTML file for the demo page.README.md
: This file.
The demo page can simulate a phishing attack by prompting users to enter their credentials (username and password).
Important: The credentials are not stored or transmitted anywhere; they are only displayed in an alert box within the browser for demonstration purposes.
To use the demo page, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/unifiedatalibrary.git
-
Navigate to the cloned repository:
cd unifiedatalibrary
-
Open the
index.html
file in your web browser to view the demo page.
This file contains the HTML and JavaScript code for the demo page. The page includes:
- A custom login prompt that mimics the appearance of a real login form.
- A script that displays the entered credentials (partially masked) in an alert box.
- Links to resources for learning more about phishing.
The credentials entered into the demo page are only displayed within an alert box and never leave the browser. This ensures that no sensitive information is transmitted or stored.
This project is licensed under the MIT License - see the LICENSE file for details.