├── Dockerfile ├── LICENSE ├── README.md ├── csrf.html └── start.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxa4481/Damn-Vulnerable-Redis-Container/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxa4481/Damn-Vulnerable-Redis-Container/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxa4481/Damn-Vulnerable-Redis-Container/HEAD/README.md -------------------------------------------------------------------------------- /csrf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxa4481/Damn-Vulnerable-Redis-Container/HEAD/csrf.html -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxa4481/Damn-Vulnerable-Redis-Container/HEAD/start.sh --------------------------------------------------------------------------------