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
test-task-CVE-2024-25600 — Repository for internship test task. | Kitploit
Tools/GitHubGitHub/sibul-dan-glokta/test-task-cve-2024-25600
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubsibul-dan-glokta/test-task-cve-2024-25600

test-task-CVE-2024-25600

Repository for internship test task.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
41 year agoNot yet reviewed

test-task-CVE-2024-25600

Repository for internship test-task.

Step 0: Clone this git repo

root@kitploit:~
git clone https://github.com/Sibul-Dan-Glokta/test-task-CVE-2024-25600

Step 1: Create docker containers

Start Docker daemon

root@kitploit:~
sudo systemctl start docker.service

Start Docker Containers

To start the docker container navigate to the wp_container directory

root@kitploit:~
cd path/to/wp_container

Start the docker containers

root@kitploit:~
sudo docker compose up -d

(optional) Check if the wordpress page started

The WP site may take roughly 30 seconds to get working properly. To validate if the WP page started issue the following command:

root@kitploit:~
curl http://127.0.0.1:8080

The output should display HTML code. and no errors

Step 2: Exploit the website

(If necessary) create a python virtual environment

root@kitploit:~
python -m venv /path/to/new/virtual/environment

Install the necessary dependencies

To install the necessary dependencies navigate to the exploit directory and run the following command:

root@kitploit:~
path/to/new/virtual/environment/bin/pip install -r requirements.txt

Run the exploit

While in the exploit directory to run the exploit issue the following command:

root@kitploit:~
path/to/new/virtual/environment/bin/python3 exploit.py -u http://127.0.0.1:8080

This will crant you access to the server shell as www-data. And you will have access to /etc/passwd. Output from exploit script and whoami alt text

Download Tool