Extracting Data
Lab 8: SQL Injection - Extracting data with SQL injection

Go to User Lookup page http://127.0.0.1/index.php?page=user-info.php
Injection this payload into username field: admin' OR 1=1 —
we can dump all DB users


Last updated