-
Notifications
You must be signed in to change notification settings - Fork 1
2) Lab
Mastau edited this page Dec 4, 2025
·
1 revision
The lab is a self-contained Docker environment designed for safely testing WPBurst.
The lab typically uses Docker Compose to set up a complete and vulnerable WordPress instance (e.g., specific versions or plugins known for flaws).
-
lab/docker-compose.ymlFile: This file defines the Docker services. Modify actual services or add other services (database, proxy, etc.). -
Plugin/Theme Injection: To test specific CVEs, you can use Docker volumes to mount specific versions of plugins/themes directly into
wp-content/or addingwp plugin install contact-form-7 --version=5.0.3 --activate --allow-rootinlab/wordpress/init.sh.