dnr6419 / CVE-2021-32157

Make it possible to build a vulnerable webmin virtual environment as a container using docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2021-32157

Make it possible to build a vulnerable webmin virtual environment as a container using docker

Build

If there is an error related to download, please comment on line 15 of dockerfile and run line 14 of dockerfile.

 docker build -t VulnWebmin .
 docker run --name VulnWebmin -d --rm -p 10000:10000 VulnWebmin

Login

Go to http://[SERVER_IP]:10000
ID/Passsword : root/123456

Exploit

To use exploit script, Go to Link

python3 eXploit.py

reference

https://github.com/Mesh3l911/CVE-2021-32157/blob/main/eXploit.py

About

Make it possible to build a vulnerable webmin virtual environment as a container using docker


Languages

Language:Python 85.8%Language:Dockerfile 14.2%