mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-03 15:03:54 +03:00
14 lines
375 B
XML
14 lines
375 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<root>
|
||
|
<!-- Generic -->
|
||
|
<regexp value="PostgreSQL\s+([\w\.]+)">
|
||
|
<info version="1"/>
|
||
|
</regexp>
|
||
|
|
||
|
<!-- Ubuntu -->
|
||
|
<regexp value="PostgreSQL\s+(8\.2\.7)\s+on\s+.*?\s+\(Ubuntu 4\.2\.3-2ubuntu4\)">
|
||
|
<info version="1" type="Linux" distrib="Ubuntu" release="8.10" codename="Intrepid"/>
|
||
|
</regexp>
|
||
|
</root>
|