Skip to content

RS9652/Information-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information Security Course Repository

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.

📁 Repository Structure

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)

🛠️ Labs

  • Lab 01
  • Lab 02
  • Lab 03
  • Lab 04
  • Lab 05
  • Lab 06
  • ...

🎓 Educational Facebook Phishing Project

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.

Getting Started

Prerequisites

  • Linux/macOS (for labs)
  • Python 3.6+ (for the phishing project)
  • pip (Python package manager)

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/Information-Security.git
    cd Information-Security
  2. For the phishing project:

    cd phishing
    pip install -r requirements.txt
    python server.py

👨‍💻 Author

Syimyk Rasulov

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors