recog 2.1.6 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recog/version.rb +1 -1
- data/xml/x11_banners.xml +207 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5eacdf3269bed50094f569b946b902710482597
|
4
|
+
data.tar.gz: 8e425579567414aaef8b3dfc79b01895f863a3f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b218c31e069e3b36e3b4f4ce4225f8e903c9b2fd69b2befabf6a7d49604c24170bc095b91fbad8651fe8db7a7d33a3a0885956cfc0fe78541432c7201e1a59ac
|
7
|
+
data.tar.gz: 33b0cfb2c7b77f267c251091d79f275ac9ff5a20763566fd2dda8236811c9b33ea8e75e77cf7535bfa9bd04722544f11c4a9f4980ede7124a92fc61fea2a1560
|
data/lib/recog/version.rb
CHANGED
data/xml/x11_banners.xml
ADDED
@@ -0,0 +1,207 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
During X11 connection setup as specified in the X11 protocol
|
4
|
+
(page 111 https://www.x.org/archive/X11R7.5/doc/x11proto/proto.pdf) a
|
5
|
+
success message is sent when a clients request to connect is successful.
|
6
|
+
This success response contains a vendor field which can be used to
|
7
|
+
fingerprint systems with the following fingerprints.
|
8
|
+
-->
|
9
|
+
<fingerprints matches="x11.vendor" protocol="x11">
|
10
|
+
<fingerprint pattern="^AT&T Laboratories Cambridge$">
|
11
|
+
<description>AT&T Laboratories Cambridge</description>
|
12
|
+
<example>AT&T Laboratories Cambridge</example>
|
13
|
+
<param pos="0" name="service.vendor" value="AT&T Laboratories Cambridge"/>
|
14
|
+
<param pos="0" name="service.product" value="Xvnc"/>
|
15
|
+
</fingerprint>
|
16
|
+
<fingerprint pattern="^CentOS$">
|
17
|
+
<description>CentOS</description>
|
18
|
+
<example>CentOS</example>
|
19
|
+
<param pos="0" name="os.vendor" value="CentOS"/>
|
20
|
+
<param pos="0" name="service.vendor" value="X.Org"/>
|
21
|
+
<param pos="0" name="service.product" value="X.Org X11"/>
|
22
|
+
<param pos="0" name="os.product" value="Linux"/>
|
23
|
+
<param pos="0" name="os.family" value="Linux"/>
|
24
|
+
</fingerprint>
|
25
|
+
<fingerprint pattern="^Colin Harrison$">
|
26
|
+
<description>Colin Harrison</description>
|
27
|
+
<example>Colin Harrison</example>
|
28
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
29
|
+
<param pos="0" name="service.vendor" value="Colin Harrison"/>
|
30
|
+
<param pos="0" name="service.product" value="Xming"/>
|
31
|
+
<param pos="0" name="os.product" value="Windows"/>
|
32
|
+
<param pos="0" name="os.family" value="Windows"/>
|
33
|
+
</fingerprint>
|
34
|
+
<fingerprint pattern="^DECWINDOWS DigitalEquipmentCorporation, eXcursion$">
|
35
|
+
<description>DECWINDOWS DigitalEquipmentCorporation, eXcursion</description>
|
36
|
+
<example>DECWINDOWS DigitalEquipmentCorporation, eXcursion</example>
|
37
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
38
|
+
<param pos="0" name="service.vendor" value="DEC"/>
|
39
|
+
<param pos="0" name="service.product" value="DEC eXcursion X server"/>
|
40
|
+
<param pos="0" name="os.product" value="Windows"/>
|
41
|
+
<param pos="0" name="os.family" value="Windows"/>
|
42
|
+
</fingerprint>
|
43
|
+
<fingerprint pattern="^DECWINDOWS Hewlett-Packard Development Company OpenVMS$">
|
44
|
+
<description>DECWINDOWS Hewlett-Packard Development Company OpenVMS</description>
|
45
|
+
<example>DECWINDOWS Hewlett-Packard Development Company OpenVMS</example>
|
46
|
+
<param pos="0" name="os.vendor" value="DEC"/>
|
47
|
+
<param pos="0" name="service.vendor" value="DEC"/>
|
48
|
+
<param pos="0" name="service.product" value="OpenVMS"/>
|
49
|
+
<param pos="0" name="os.product" value="OpenVMS"/>
|
50
|
+
<param pos="0" name="os.family" value="OpenVMS"/>
|
51
|
+
</fingerprint>
|
52
|
+
<fingerprint pattern="^Fedora Project$">
|
53
|
+
<description>Fedora Project</description>
|
54
|
+
<example>Fedora Project</example>
|
55
|
+
<param pos="0" name="os.vendor" value="Red Hat"/>
|
56
|
+
<param pos="0" name="service.vendor" value="X.Org"/>
|
57
|
+
<param pos="0" name="service.product" value="X.Org X11"/>
|
58
|
+
<param pos="0" name="os.product" value="Fedora Core"/>
|
59
|
+
<param pos="0" name="os.family" value="Linux"/>
|
60
|
+
</fingerprint>
|
61
|
+
<fingerprint pattern="^freedesktop\.org$">
|
62
|
+
<description>freedesktop.org</description>
|
63
|
+
<example>freedesktop.org</example>
|
64
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
65
|
+
<param pos="0" name="service.vendor" value="X.Org"/>
|
66
|
+
<param pos="0" name="service.product" value="X.Org X11"/>
|
67
|
+
<param pos="0" name="os.product" value="Linux"/>
|
68
|
+
<param pos="0" name="os.family" value="Linux"/>
|
69
|
+
</fingerprint>
|
70
|
+
<fingerprint pattern="^HC-Consult$">
|
71
|
+
<description>HC-Consult</description>
|
72
|
+
<example>HC-Consult</example>
|
73
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
74
|
+
<param pos="0" name="service.vendor" value="VcXsrv"/>
|
75
|
+
<param pos="0" name="service.product" value="VcXsrv"/>
|
76
|
+
<param pos="0" name="os.product" value="Windows"/>
|
77
|
+
<param pos="0" name="os.family" value="Windows"/>
|
78
|
+
</fingerprint>
|
79
|
+
<fingerprint pattern="^Hummingbird Communications Ltd\.$|^Hummingbird Ltd\.$">
|
80
|
+
<description>Hummingbird Communications Ltd.</description>
|
81
|
+
<example>Hummingbird Communications Ltd.</example>
|
82
|
+
<example>Hummingbird Ltd.</example>
|
83
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
84
|
+
<param pos="0" name="service.vendor" value="Hummingbird Ltd."/>
|
85
|
+
<param pos="0" name="service.product" value="Hummingbird Exceed X server"/>
|
86
|
+
<param pos="0" name="os.product" value="Windows"/>
|
87
|
+
<param pos="0" name="os.family" value="Windows"/>
|
88
|
+
</fingerprint>
|
89
|
+
<fingerprint pattern="^Labtam Inc$">
|
90
|
+
<description>Labtam Inc</description>
|
91
|
+
<example>Labtam Inc</example>
|
92
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
93
|
+
<param pos="0" name="service.vendor" value="Labtam Inc."/>
|
94
|
+
<param pos="0" name="service.product" value="XSecurePro"/>
|
95
|
+
<param pos="0" name="os.product" value="Windows"/>
|
96
|
+
<param pos="0" name="os.family" value="Windows"/>
|
97
|
+
</fingerprint>
|
98
|
+
<fingerprint pattern="^Moba\/X$">
|
99
|
+
<description>Moba/X</description>
|
100
|
+
<example>Moba/X</example>
|
101
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
102
|
+
<param pos="0" name="service.vendor" value="Mobatek"/>
|
103
|
+
<param pos="0" name="service.product" value="MobaXterm"/>
|
104
|
+
<param pos="0" name="os.product" value="Windows"/>
|
105
|
+
<param pos="0" name="os.family" value="Windows"/>
|
106
|
+
</fingerprint>
|
107
|
+
<fingerprint pattern="^MobaXterm$">
|
108
|
+
<description>MobaXterm</description>
|
109
|
+
<example>MobaXterm</example>
|
110
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
111
|
+
<param pos="0" name="service.vendor" value="Mobatek"/>
|
112
|
+
<param pos="0" name="service.product" value="MobaXterm"/>
|
113
|
+
<param pos="0" name="os.product" value="Windows"/>
|
114
|
+
<param pos="0" name="os.family" value="Windows"/>
|
115
|
+
</fingerprint>
|
116
|
+
<fingerprint pattern="^NetSarang Computer, Inc\.$">
|
117
|
+
<description>NetSarang Computer, Inc.</description>
|
118
|
+
<example>NetSarang Computer, Inc.</example>
|
119
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
120
|
+
<param pos="0" name="service.vendor" value="NetSarang Computer, Inc."/>
|
121
|
+
<param pos="0" name="service.product" value="NetSarang XManager"/>
|
122
|
+
<param pos="0" name="os.product" value="Windows"/>
|
123
|
+
<param pos="0" name="os.family" value="Windows"/>
|
124
|
+
</fingerprint>
|
125
|
+
<fingerprint pattern="^Open Text$">
|
126
|
+
<description>Open Text</description>
|
127
|
+
<example>Open Text</example>
|
128
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
129
|
+
<param pos="0" name="service.vendor" value="Open Text"/>
|
130
|
+
<param pos="0" name="service.product" value="OpenText Exceed"/>
|
131
|
+
<param pos="0" name="os.product" value="Windows"/>
|
132
|
+
<param pos="0" name="os.family" value="Windows"/>
|
133
|
+
</fingerprint>
|
134
|
+
<fingerprint pattern="^Red Hat, Inc\.$">
|
135
|
+
<description>Red Hat, Inc.</description>
|
136
|
+
<example>Red Hat, Inc.</example>
|
137
|
+
<param pos="0" name="os.vendor" value="Red Hat"/>
|
138
|
+
<param pos="0" name="service.vendor" value="X.Org"/>
|
139
|
+
<param pos="0" name="service.product" value="X.Org X11"/>
|
140
|
+
<param pos="0" name="os.product" value="Linux"/>
|
141
|
+
<param pos="0" name="os.family" value="Linux"/>
|
142
|
+
</fingerprint>
|
143
|
+
<fingerprint pattern="^Santa Cruz Operation Inc\.$">
|
144
|
+
<description>Santa Cruz Operation Inc.</description>
|
145
|
+
<example>Santa Cruz Operation Inc.</example>
|
146
|
+
<param pos="0" name="os.vendor" value="SCO"/>
|
147
|
+
<param pos="0" name="service.vendor" value="SCO"/>
|
148
|
+
<param pos="0" name="service.product" value="SCO X server"/>
|
149
|
+
<param pos="0" name="os.product" value="SCO UNIX"/>
|
150
|
+
<param pos="0" name="os.family" value="SCO UNIX"/>
|
151
|
+
</fingerprint>
|
152
|
+
<fingerprint pattern="^StarNet Communications Corp\.$">
|
153
|
+
<description>StarNet Communications Corp.</description>
|
154
|
+
<example>StarNet Communications Corp.</example>
|
155
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
156
|
+
<param pos="0" name="service.vendor" value="StarNet Communications Corp."/>
|
157
|
+
<param pos="0" name="service.product" value="StarNet X-Win32"/>
|
158
|
+
<param pos="0" name="os.product" value="Windows"/>
|
159
|
+
<param pos="0" name="os.family" value="Windows"/>
|
160
|
+
</fingerprint>
|
161
|
+
<fingerprint pattern="^Sun Microsystems, Inc\.$">
|
162
|
+
<description>Sun Microsystems, Inc.</description>
|
163
|
+
<example>Sun Microsystems, Inc.</example>
|
164
|
+
<param pos="0" name="os.vendor" value="Sun"/>
|
165
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
166
|
+
<param pos="0" name="service.product" value="XSun Solaris X11 server"/>
|
167
|
+
<param pos="0" name="os.product" value="Solaris"/>
|
168
|
+
<param pos="0" name="os.family" value="Solaris"/>
|
169
|
+
</fingerprint>
|
170
|
+
<fingerprint pattern="^The Cygwin\/X Project$">
|
171
|
+
<description>The Cygwin/X Project</description>
|
172
|
+
<example>The Cygwin/X Project</example>
|
173
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
174
|
+
<param pos="0" name="service.vendor" value="Red Hat"/>
|
175
|
+
<param pos="0" name="service.product" value="Cygwin X Server Project"/>
|
176
|
+
<param pos="0" name="os.product" value="Windows"/>
|
177
|
+
<param pos="0" name="os.family" value="Windows"/>
|
178
|
+
</fingerprint>
|
179
|
+
<fingerprint pattern="^The X\.Org Foundation$">
|
180
|
+
<description>The X.Org Foundation</description>
|
181
|
+
<example>The X.Org Foundation</example>
|
182
|
+
<param pos="0" name="os.vendor" value="UNIX"/>
|
183
|
+
<param pos="0" name="service.vendor" value="X.Org"/>
|
184
|
+
<param pos="0" name="service.product" value="X.Org X11"/>
|
185
|
+
<param pos="0" name="os.product" value="UNIX"/>
|
186
|
+
<param pos="0" name="os.family" value="UNIX"/>
|
187
|
+
</fingerprint>
|
188
|
+
<fingerprint pattern="^The XFree86 Project, Inc$">
|
189
|
+
<description>The XFree86 Project, Inc</description>
|
190
|
+
<example>The XFree86 Project, Inc</example>
|
191
|
+
<param pos="0" name="os.vendor" value="UNIX"/>
|
192
|
+
<param pos="0" name="service.vendor" value="XFree86"/>
|
193
|
+
<param pos="0" name="service.product" value="XFree86"/>
|
194
|
+
<param pos="0" name="os.product" value="UNIX"/>
|
195
|
+
<param pos="0" name="os.family" value="UNIX"/>
|
196
|
+
</fingerprint>
|
197
|
+
<fingerprint pattern="^WRQ, Inc\.$">
|
198
|
+
<description>WRQ, Inc.</description>
|
199
|
+
<example>WRQ, Inc.</example>
|
200
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
201
|
+
<param pos="0" name="service.vendor" value="WRQ, Inc."/>
|
202
|
+
<param pos="0" name="service.product" value="ReflectionX"/>
|
203
|
+
<param pos="0" name="os.product" value="Windows"/>
|
204
|
+
<param pos="0" name="os.family" value="Windows"/>
|
205
|
+
</fingerprint>
|
206
|
+
</fingerprints>
|
207
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rapid7 Research
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -218,6 +218,7 @@ files:
|
|
218
218
|
- xml/snmp_sysobjid.xml
|
219
219
|
- xml/ssh_banners.xml
|
220
220
|
- xml/upnp_banners.xml
|
221
|
+
- xml/x11_banners.xml
|
221
222
|
homepage: https://www.github.com/rapid7/recog
|
222
223
|
licenses: []
|
223
224
|
metadata: {}
|