Welcome to the Information Security course repository! This repository contains various labs and projects completed as part of an information security curriculum. The materials cover a wide range of topics from basic system commands to advanced security concepts.
Information-Security/
├── Lab01.txt # Basic Linux commands and file operations
├── Lab02 #
├── Lab03.txt #
├── Lab04.txt #
├── Lab05.txt #
├── Lab06.txt #
...
└── phishing/ # Educational phishing project
├── server.py # Flask server for the phishing demo
├── mail.py # Email notification system
├── templates/ # HTML templates
└── static/ # Static files (CSS, JS, images)
- Lab 01
- Lab 02
- Lab 03
- Lab 04
- Lab 05
- Lab 06
- ...
An educational demonstration of phishing techniques to raise awareness about online security. This project includes:
- Realistic Facebook login page clone
- Local credential capture demonstration
- Email notification system
Note: This project is for educational purposes only. See the phishing/README.md for more details and disclaimers.
- Linux/macOS (for labs)
- Python 3.6+ (for the phishing project)
- pip (Python package manager)
-
Clone the repository:
git clone https://github.com/yourusername/Information-Security.git cd Information-Security -
For the phishing project:
cd phishing pip install -r requirements.txt python server.py
Syimyk Rasulov