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
Creating-a-Vulnerable-Docker-Environment-CVE-2023-30212- — Docker-based vulnerable environment for practicing CVE-2023-30212 exploitation, featuring an OURPHP web app with a reflected XSS vulnerability for security training. | Kitploit
Tools/GitHubGitHub/jasalurah/creating-a-vulnerable-docker-environment-cve-2023-30212-
Container SecurityVulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & Education
GitHubjasalurah/creating-a-vulnerable-docker-environment-cve-2023-30212-

Creating-a-Vulnerable-Docker-Environment-CVE-2023-30212-

Docker-based vulnerable environment for practicing CVE-2023-30212 exploitation, featuring an OURPHP web app with a reflected XSS vulnerability for security training.

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
143 years agoNot yet reviewed

Creating-a-Vulnerable-Docker-Environment-CVE-2023-30212-

Download files from my repostry using git clone

git clone https://github.com/JasaluRah/Creating-a-Vulnerable-Docker-Environment-CVE-2023-30212-.git

now to set docker image

Creating docker image

use the command sudo docker build -t work .

To run docker container

use the command sudo docker run -d -p 80:80 work

now we will get container id

To view OURPHP

go to browser and search for localhost ; 127.0.0.1 now use the credentials username : root password : docker database : work

To sign in as admin

username : work password : work

Checking the vulnerability

go tot the url http://localhost/client/manage/ourphp_out.php?ourphp_admin=logout&out=</script><script>alert("xss")</script> we will get alert message as "xss".

Download Tool