Intentionally Unsecure PyGoat app for DevSecOps learning
2.8K
![]()
The Intentionally Unsecure PyGoat is a deliberately vulnerable Python web application designed for educational purposes. It allows developers, security professionals, and DevSecOps enthusiasts to practice identifying and fixing security issues commonly found in web applications.
Pull the Docker Image:
docker pull devopsshield/devsecops-pygoat:tagname
Run the Container:
docker run -d -p 8000:8000 --name pygoat devopsshield/devsecops-pygoat:tagname
Access the App: Open your web browser and navigate to http://localhost:8000.
Contributions are welcome! If you find any issues or want to add new challenges, feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Disclaimer: The Intentionally Unsecure PyGoat is purely for educational purposes. Use it responsibly and only in controlled environments.
Content type
Image
Digest
sha256:6316f3ebc…
Size
442.6 MB
Last updated
over 2 years ago
docker pull devopsshield/devsecops-pygoat