mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
8f74fe2ce9
Updated documentation.
30 lines
769 B
XML
30 lines
769 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Reference: http://www.http-stats.com/X-Powered-By -->
|
|
|
|
<root>
|
|
<regexp value="PHP[\-\_\/\ ]([\d\.]+)">
|
|
<info technology="PHP" tech_version="1"/>
|
|
</regexp>
|
|
|
|
<regexp value="JSP[\-\_\/\ ]([\d\.]+)">
|
|
<info technology="JSP" tech_version="1"/>
|
|
</regexp>
|
|
|
|
<regexp value="ASP[\/\d\.]*$">
|
|
<info technology="ASP" type="Windows"/>
|
|
</regexp>
|
|
|
|
<regexp value="ASP\.NET">
|
|
<info technology="ASP.NET" type="Windows"/>
|
|
</regexp>
|
|
|
|
<regexp value="(JBoss|Tomcat)[\-\_\/\ ]*([\d\.]+)">
|
|
<info technology="Tomcat" tech_version="2"/>
|
|
</regexp>
|
|
|
|
<regexp value="Servlet[\-\_\/\ ]*([\d\.]+)">
|
|
<info technology="Servlet" tech_version="1"/>
|
|
</regexp>
|
|
</root>
|