mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +03:00
the web application technology by parsing also HTTP response Server header. Refactor libraries and plugins that parses XML to fingerprint and show on standard output the information. Updated changelog.
43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<root>
|
|
<regexp value="^([\d\.\-]+)[\-\_\ ].*">
|
|
<info dbms_version="1"/>
|
|
</regexp>
|
|
|
|
<!-- Windows -->
|
|
<regexp value="^([\d\.\-]+)[\-\_\ ].*nt$">
|
|
<info dbms_version="1" type="Windows"/>
|
|
</regexp>
|
|
|
|
<!-- Debian -->
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+potato">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" release="2.1" codename="Potato"/>
|
|
</regexp>
|
|
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+woody">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" release="3.0" codename="Woody"/>
|
|
</regexp>
|
|
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+sarge">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" release="3.1" codename="Sarge"/>
|
|
</regexp>
|
|
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+etch">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" release="4.0" codename="Etch"/>
|
|
</regexp>
|
|
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+(sid|unstable)">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" codename="Unstable"/>
|
|
</regexp>
|
|
|
|
<regexp value="^([\d\.]+)[\-\_]Debian[\-\_][\d\.]+testing">
|
|
<info dbms_version="1" type="Linux" distrib="Debian" codename="Testing"/>
|
|
</regexp>
|
|
|
|
<!-- Ubuntu -->
|
|
<regexp value="(5\.0\.67)-0ubuntu6">
|
|
<info dbms_version="1" type="Linux" distrib="Ubuntu" release="8.10" codename="Intrepid"/>
|
|
</regexp>
|
|
</root>
|