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
CVE-2023-7028 — Implementation and exploitation of CVE-2023-7028 account takeover vulnerability related to GO-TO CVE weekly articles of the 11th week. | Kitploit
Tools/GitHubGitHub/soltanali0/cve-2023-7028
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubsoltanali0/cve-2023-7028

CVE-2023-7028

Implementation and exploitation of CVE-2023-7028 account takeover vulnerability related to GO-TO CVE weekly articles of the 11th week.

View Repository
2 years 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

CVE-2023-7028_lab

Implementation and exploitation of CVE-2023-7028 account takeover vulnerability related to GO-TO CVE weekly articles of the 11th week.

This repository contains a Docker setup and a Python script to test the CVE-2023-7028 vulnerability in GitLab. The provided script automates the exploitation process.

Prerequisites

  • Docker and Docker Compose installed on your system.
  • Basic knowledge of Docker and Python.

Setup Instructions

1. Install Docker

If Docker is not installed on your system, install it using the following commands:

root@kitploit:~
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-compose

2. Starting the GitLab container:

following command

root@kitploit:~
cd CVE-2023-7028
docker-compose up -d

3. Configure GitLab

Visit http://your-server-ip in your browser and complete the initial GitLab setup.

4. Run the Exploit Script

running python-file or open this link --> https://github.com/Vozec/CVE-2023-7028

Download Tool