Order
ORDER - A small Python web-app to practice blind SQLi in order by
Install / Use
/learn @bmdyy/OrderREADME
Order
Metadata
- William Moody
- 21.03.2021
Description
A small app written in Python (Flask) and PostgreSQL to practice blind SQLi in the ORDER BY clause.
Comes with a dockerfile, so it is easy to set up locally to practice yourself.
A working exploit may be found in /.exploit
How to set up locally
- Clone the repo:
git clone https://github.com/bmdyy/order - Enter the directory:
cd order - Run
./start-docker.sh - Optional: Run
./get-ip-docker.shto find the container's IP
The app is available at: http://IP:5000/
