mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
22 lines
574 B
XML
22 lines
574 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<!-- Reference: http://www.http-stats.com/Servlet-Engine -->
|
||
|
|
||
|
<root>
|
||
|
<regexp value="Tomcat( Web Server)*\/([\d\.]+)">
|
||
|
<info technology="Tomcat" tech_version="1"/>
|
||
|
</regexp>
|
||
|
|
||
|
<regexp value="JSP[\-\_\/\ ]([\d\.]+)">
|
||
|
<info technology="JSP" tech_version="1"/>
|
||
|
</regexp>
|
||
|
|
||
|
<regexp value="Servlet[\-\_\/\ ]([\d\.]+)">
|
||
|
<info technology="Servlet" tech_version="1"/>
|
||
|
</regexp>
|
||
|
|
||
|
<regexp value="Java[\-\_\/\ ]([\d\.]+)">
|
||
|
<info technology="Java" tech_version="1"/>
|
||
|
</regexp>
|
||
|
</root>
|