filipkarc / sqli-postgres-rce-privesc-hacking-playground

Application with SQL Injection vulnerability and possible privilege escalation. Free vulnerable app for ethical hacking / penetration testing training.

Home Page:https://linktr.ee/filipkarc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screen

Vulnerable Web App: sqli-postgres-rce-privesc-hacking-playground

This is free vulnerable app for novice pentesters & developers to experiment with SQL Injection vulnerability and privilege escalation.

Recommended path:

  1. exploit the SQLi vulnerability
  2. get shell via vulnerable version of PostgreSQL
  3. perform privilage escalation and become root 🥂

Applications can be exploited in many different ways:

screen

How to use it - DOCKER

1 minute installation on a virtual machine or VPS with Linux.

Linux@amd64 (Intel processors):
docker run -p 8091:80 -d filipkarc/sqli-postgres-rce-privesc-hacking-playground


Linux@AppleSilicon (tested on Apple M1):
docker run -p 8091:80 -d filipkarc/sqli-postgres-rce-privesc-hacking-playground:arm64apple

After 2 minutes, it should be visible in the browser: http://127.0.0.1:8091

Follow me

Follow me on Twitter @FilipKarc and on LinkedIn: LinkedIn.

About

Application with SQL Injection vulnerability and possible privilege escalation. Free vulnerable app for ethical hacking / penetration testing training.

https://linktr.ee/filipkarc

License:Apache License 2.0


Languages

Language:PHP 80.0%Language:Dockerfile 20.0%