File: servlet-engine.xml

package info (click to toggle)
sqlmap 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,492 kB
  • sloc: python: 52,942; xml: 13,974; ansic: 989; sh: 302; makefile: 62; sql: 61; perl: 30; cpp: 27; asm: 7
file content (29 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="Enhydra Application Server/([\d\.]+)">
        <info technology="Enhydra" tech_version="1"/>
    </regexp>

    <regexp value="Jetty/([\d\.]+)">
        <info technology="Jetty" 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>