DVWA_Medium_Manualy_Dump
Last updated
Last updated
GET Data like Table_Name:ColumnName
Explanation:
table_name
: Represents the name of the table.
0x3a
: Hexadecimal for :
to separate the table name from the column name.
column_name
: Represents the column name.
group by table_name
: Ensures that you concatenate columns for each table.
This query should return the tablename:columnname
format as desired.