File: x-powered-by.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 (69 lines) | stat: -rw-r--r-- 1,730 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>

<!-- Reference: https://publicwww.com/popular/powered/index.html -->

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

    <regexp value="Phusion Passenger ([\d\.]+)">
        <info technology="Phusion Passenger" tech_version="1"/>
    </regexp>

    <regexp value="Craft CMS">
        <info technology="Craft CMS"/>
    </regexp>

    <regexp value="Express">
        <info technology="Express"/>
    </regexp>

    <regexp value="WP Engine">
        <info technology="WP Engine"/>
    </regexp>

    <regexp value="PleskLin">
        <info technology="Plesk" type="Linux"/>
    </regexp>

    <regexp value="PleskWin">
        <info technology="Plesk" type="Windows"/>
    </regexp>

    <regexp value="ThinkPHP">
        <info technology="ThinkPHP"/>
    </regexp>

    <regexp value="ASP\.NET">
        <info technology="ASP.NET" type="Windows"/>
    </regexp>

    <regexp value="Tomcat[\-\_\/\ ]?([\d\.]+)">
        <info technology="Tomcat" tech_version="1"/>
    </regexp>

    <regexp value="JBoss[\-\_\/\ ]?([\d\.]+)">
        <info technology="JBoss" tech_version="1"/>
    </regexp>

    <regexp value="Servlet[\-\_\/\ ]?([\d\.]+)">
        <info technology="Servlet" tech_version="1"/>
    </regexp>

    <regexp value="Laravel">
        <info technology="Laravel"/>
    </regexp>
</root>