Giter Club home page Giter Club logo

web-server-attack-seminar's Introduction

web-server-attack-seminar

@timoxoszt x @FlyingPeg x @VuDuc09 x @19520623

This repository provides instructions and resources for setting up Nginx and Apache web servers using Docker for educational purposes in a web server attack seminar. It includes configurations for both Linux and Windows environments.

Table of Contents

Structures

.
└── web-server-attack-seminar/
    ├── Linux/
    │   ├── Apache/
    │   │   ├── vul-apache/
    │   │   └── docker-compose.yml
    │   └── Nginx/
    │       ├── config/
    │       ├── web/
    │       ├── Dockerfile
    │       ├── docker-compose.yml
    │       └── start.sh
    └── Windows/
        └── ...

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/F1301/web-server-attack-seminar.git
cd web-server-attack-seminar

Navigate to the web server you want to set up (Apache or Nginx).

Running Apache on Linux

Navigate to the Linux/Apache directory. Modify the docker-compose.yml file and any other configurations as needed. Run Apache:

docker-compose up -d

The Apache web server will be accessible at http://localhost:8082 in your web browser.

Running Nginx on Linux

Navigate to the Linux/Nginx directory. Modify the docker-compose.yml file and any other configurations as needed. Run Nginx:

docker-compose up -d

Nginx web server will be accessible at http://localhost:8083 in your web browser.

Notes

Ensure that no other services are running on the same port as your web server (e.g., port 80) to avoid conflicts.

License

This repository is provided for educational purposes and should be used responsibly and in compliance with applicable laws and regulations.

Disclaimer

This repository is intended for educational purposes only. Use responsibly and only in a controlled environment. The authors and contributors are not responsible for any misuse or illegal activities carried out using the information and resources provided here.

Happy learning and stay safe!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.