mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
26 lines
740 B
XML
26 lines
740 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<root>
|
|
<regexp value="PostgreSQL\s+([\w\.]+)">
|
|
<info dbms_version="1"/>
|
|
</regexp>
|
|
|
|
<!-- Windows -->
|
|
<regexp value="Visual C\+\+">
|
|
<info type="Windows"/>
|
|
</regexp>
|
|
|
|
<regexp value="mingw([\d]+)">
|
|
<info type="Windows"/>
|
|
</regexp>
|
|
|
|
<!-- Ubuntu -->
|
|
<regexp value="PostgreSQL\s+(8\.2\.7)\s+on.*?\(Ubuntu 4\.2\.3-2ubuntu4\)">
|
|
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.04" codename="Hardy Heron"/>
|
|
</regexp>
|
|
|
|
<regexp value="PostgreSQL\s+(8\.3\.5)\s+on.*?\(Ubuntu 4\.3\.2-1ubuntu11\)">
|
|
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.10" codename="Intrepid Ibex"/>
|
|
</regexp>
|
|
</root>
|