├── CONTACT.txt ├── GREETINGS.txt ├── LICENSE.txt ├── README.md ├── custom ├── Dockerfile ├── data │ ├── index.php │ └── static │ │ ├── bg.jpg │ │ └── cake.gif └── web.conf ├── docker-compose.yml └── img ├── screen.png └── screen2.png /CONTACT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/CONTACT.txt -------------------------------------------------------------------------------- /GREETINGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/GREETINGS.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/README.md -------------------------------------------------------------------------------- /custom/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/custom/Dockerfile -------------------------------------------------------------------------------- /custom/data/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/custom/data/index.php -------------------------------------------------------------------------------- /custom/data/static/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/custom/data/static/bg.jpg -------------------------------------------------------------------------------- /custom/data/static/cake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/custom/data/static/cake.gif -------------------------------------------------------------------------------- /custom/web.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/custom/web.conf -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /img/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/img/screen.png -------------------------------------------------------------------------------- /img/screen2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filipkarc/sqli-postgres-rce-privesc-hacking-playground/HEAD/img/screen2.png --------------------------------------------------------------------------------