~ubuntu-branches/ubuntu/vivid/sqlmap/vivid

« back to all changes in this revision

Viewing changes to xml/banner/generic.xml

  • Committer: Bazaar Package Importer
  • Author(s): Bernardo Damele A. G.
  • Date: 2009-02-03 23:30:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090203233000-8gpnwfbih0wnqtv5
Tags: upstream-0.6.4
ImportĀ upstreamĀ versionĀ 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<root>
 
4
    <!-- Windows -->
 
5
 
 
6
    <regexp value="(Microsoft|Windows|Win32)">
 
7
        <info type="Windows"/>
 
8
    </regexp>
 
9
 
 
10
    <regexp value="Service Pack (\d)">
 
11
        <info sp="1"/>
 
12
    </regexp>
 
13
 
 
14
    <regexp value="Microsoft.*7\.0">
 
15
        <info type="Windows" distrib="Vista"/>
 
16
    </regexp>
 
17
 
 
18
    <regexp value="Microsoft.*6\.0">
 
19
        <info type="Windows" distrib="2003"/>
 
20
    </regexp>
 
21
 
 
22
    <regexp value="Microsoft.*5\.2">
 
23
        <info type="Windows" distrib="2003"/>
 
24
    </regexp>
 
25
 
 
26
    <regexp value="Microsoft.*5\.1">
 
27
        <info type="Windows" distrib="XP"/>
 
28
    </regexp>
 
29
 
 
30
    <regexp value="Microsoft.*5\.0">
 
31
        <info type="Windows" distrib="2000"/>
 
32
    </regexp>
 
33
 
 
34
    <regexp value="Microsoft.*4\.0">
 
35
        <info type="Windows" distrib="NT 4.0"/>
 
36
    </regexp>
 
37
 
 
38
    <regexp value="Microsoft.*3\.0">
 
39
        <info type="Windows" distrib="NT 4.0"/>
 
40
    </regexp>
 
41
 
 
42
    <regexp value="Microsoft.*2\.0">
 
43
        <info type="Windows" distrib="NT 4.0"/>
 
44
    </regexp>
 
45
 
 
46
    <!-- Linux -->
 
47
 
 
48
    <regexp value="Linux">
 
49
        <info type="Linux"/>
 
50
    </regexp>
 
51
 
 
52
    <regexp value="CentOS">
 
53
        <info type="Linux" distrib="CentOS"/>
 
54
    </regexp>
 
55
 
 
56
    <regexp value="Cobalt">
 
57
        <info type="Linux" distrib="Cobalt"/>
 
58
    </regexp>
 
59
 
 
60
    <regexp value="Conectiva">
 
61
        <info type="Linux" distrib="Conectiva"/>
 
62
    </regexp>
 
63
 
 
64
    <regexp value="Debian">
 
65
        <info type="Linux" distrib="Debian|Ubuntu"/>
 
66
    </regexp>
 
67
 
 
68
    <regexp value="Fedora">
 
69
        <info type="Linux" distrib="Fedora"/>
 
70
    </regexp>
 
71
 
 
72
    <regexp value="Gentoo">
 
73
        <info type="Linux" distrib="Gentoo"/>
 
74
    </regexp>
 
75
 
 
76
    <regexp value="Knoppix">
 
77
        <info type="Linux" distrib="Knoppix"/>
 
78
    </regexp>
 
79
 
 
80
    <regexp value="Mandrake">
 
81
        <info type="Linux" distrib="Mandrake"/>
 
82
    </regexp>
 
83
 
 
84
    <regexp value="Mandriva">
 
85
        <info type="Linux" distrib="Mandriva"/>
 
86
    </regexp>
 
87
 
 
88
    <regexp value="Red[\-\_\ ]*Hat">
 
89
        <info type="Linux" distrib="Red Hat"/>
 
90
    </regexp>
 
91
 
 
92
    <regexp value="Slackware">
 
93
        <info type="Linux" distrib="Slackware"/>
 
94
    </regexp>
 
95
 
 
96
    <regexp value="SuSE">
 
97
        <info type="Linux" distrib="SuSE"/>
 
98
    </regexp>
 
99
 
 
100
    <regexp value="Ubuntu">
 
101
        <info type="Linux" distrib="Ubuntu"/>
 
102
    </regexp>
 
103
 
 
104
    <!-- Unices -->
 
105
 
 
106
    <regexp value="FreeBSD">
 
107
        <info type="FreeBSD"/>
 
108
    </regexp>
 
109
 
 
110
    <regexp value="NetBSD">
 
111
        <info type="NetBSD"/>
 
112
    </regexp>
 
113
 
 
114
    <regexp value="OpenBSD">
 
115
        <info type="OpenBSD"/>
 
116
    </regexp>
 
117
 
 
118
    <!-- Mac OSX -->
 
119
 
 
120
    <regexp value="Mac[\-\_\ ]*OSX">
 
121
        <info type="Mac OSX"/>
 
122
    </regexp>
 
123
 
 
124
    <regexp value="Darwin">
 
125
        <info type="Mac OSX"/>
 
126
    </regexp>
 
127
</root>