mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +03:00
and HTTP response headers. Initial web application technology fingerprint (for the moment based only on X-Powered-By HTTP response header and not shown yet to the user). Minor layout adjustments.
15 lines
376 B
XML
15 lines
376 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>
|