mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
17 lines
327 B
XML
17 lines
327 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>
|
|
</root>
|