Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ehir-vuln-enterprise-login — webapp vulnerable to CVE-2021-44228 | Kitploit
Tools/GitHubGitHub/limxuan/ehir-vuln-enterprise-login
Container SecurityVulnerability AnalysisWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHublimxuan/ehir-vuln-enterprise-login

ehir-vuln-enterprise-login

webapp vulnerable to CVE-2021-44228

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Enterprise Corporate Portal Local Setup

This project contains a local containerized setup featuring a frontend portal and an integrated backend gateway.

Workspace Structure

  • client/: Contains the static frontend files (index.html) using Bootstrap 5 and the API connection handler.
  • docker-compose.yml: Local multi-container orchestration file.

Usage Instructions

1. Build and Run the Stack

To start the services in the background (detached mode):

root@kitploit:~
docker-compose up -d

2. View Active Services and Status

To verify which containers are running:

root@kitploit:~
docker-compose ps

3. Inspect Service Logs

To view output logs for the services (e.g. to troubleshoot connection attempts):

root@kitploit:~
docker-compose logs -f

4. Stop and Remove Containers

To stop the services and clean up the containers:

root@kitploit:~
docker-compose down

Security Notice

[!WARNING] This compose setup runs the gateway backend container with elevated runtime privileges (SYS_ADMIN capability and apparmor=unconfined). In production environments, running containers with these elevated configurations is discouraged as it exposes the host system to potential container breakout risks if the backend application is compromised. Always adhere to the principle of least privilege in container security.

Download Tool