recog 3.1.31 → 3.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/recog/version.rb +1 -1
- data/recog/xml/http_servers.xml +54 -0
- data/recog/xml/snmp_sysdescr.xml +151 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '01609e9d7d70fba83070b5e1f1eee086fef32afaa7e51bf574d36c1386c251e4'
|
|
4
|
+
data.tar.gz: 77eb33fb7e46029d8bfdf58d8625542f572c59b436e79d503dedd95fa5605521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09fa78008d8cd43eee8a9f57ebfe96dbeadb23373e547113824592d43675127d3a3a9cd37fd43db4ca66513e1ecb9a47f724bfb4ef84b545ad606483e2e0bab4'
|
|
7
|
+
data.tar.gz: 58212fae975838f9e391fc3ff5d3ac2a06232f72180638146fff1f69d95bf202726723411b6fef1300557ff8f346ca46df953a5323a9a905d4cca64aaca556e9
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/recog/version.rb
CHANGED
data/recog/xml/http_servers.xml
CHANGED
|
@@ -5208,4 +5208,58 @@
|
|
|
5208
5208
|
<param pos="0" name="service.cpe23" value="cpe:/a:mirasvit:cache_warmer:{service.version}"/>
|
|
5209
5209
|
</fingerprint>
|
|
5210
5210
|
|
|
5211
|
+
<fingerprint pattern="^ollama(?: Python/[\d.]+)?$">
|
|
5212
|
+
<description>Ollama LLM inference server (version not disclosed)</description>
|
|
5213
|
+
<example>ollama</example>
|
|
5214
|
+
<example>ollama Python/3.11.15</example>
|
|
5215
|
+
<param pos="0" name="service.vendor" value="Ollama"/>
|
|
5216
|
+
<param pos="0" name="service.product" value="Ollama"/>
|
|
5217
|
+
<param pos="0" name="service.family" value="Ollama"/>
|
|
5218
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:ollama:ollama:-"/>
|
|
5219
|
+
</fingerprint>
|
|
5220
|
+
|
|
5221
|
+
<fingerprint pattern="^ollama/([\d.]+)(?: Python/[\d.]+)?$">
|
|
5222
|
+
<description>Ollama LLM inference server</description>
|
|
5223
|
+
<example service.version="0.12.10">ollama/0.12.10</example>
|
|
5224
|
+
<example service.version="0.11.4">ollama/0.11.4 Python/3.12.3</example>
|
|
5225
|
+
<param pos="0" name="service.vendor" value="Ollama"/>
|
|
5226
|
+
<param pos="0" name="service.product" value="Ollama"/>
|
|
5227
|
+
<param pos="0" name="service.family" value="Ollama"/>
|
|
5228
|
+
<param pos="1" name="service.version"/>
|
|
5229
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:ollama:ollama:{service.version}"/>
|
|
5230
|
+
</fingerprint>
|
|
5231
|
+
|
|
5232
|
+
<fingerprint pattern="^ollama/([\d.]+) \((\S+) on linux\)$">
|
|
5233
|
+
<description>Ollama LLM inference server on Linux</description>
|
|
5234
|
+
<example service.version="0.1.45" os.arch="amd64">ollama/0.1.45 (amd64 on linux)</example>
|
|
5235
|
+
<param pos="0" name="service.vendor" value="Ollama"/>
|
|
5236
|
+
<param pos="0" name="service.product" value="Ollama"/>
|
|
5237
|
+
<param pos="0" name="service.family" value="Ollama"/>
|
|
5238
|
+
<param pos="1" name="service.version"/>
|
|
5239
|
+
<param pos="0" name="service.cpe23" value="cpe:/a:ollama:ollama:{service.version}"/>
|
|
5240
|
+
<param pos="2" name="os.arch"/>
|
|
5241
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
|
5242
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
5243
|
+
<param pos="0" name="os.product" value="Linux"/>
|
|
5244
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:linux:linux_kernel:-"/>
|
|
5245
|
+
</fingerprint>
|
|
5246
|
+
|
|
5247
|
+
<fingerprint pattern="^ollama-auth-proxy/([\d.]+)(?: Python/[\d.]+)?$">
|
|
5248
|
+
<description>ollama-auth-proxy - community authenticating reverse proxy for Ollama</description>
|
|
5249
|
+
<example service.version="1.0">ollama-auth-proxy/1.0 Python/3.14.3</example>
|
|
5250
|
+
<param pos="0" name="service.vendor" value="Ollama"/>
|
|
5251
|
+
<param pos="0" name="service.product" value="ollama-auth-proxy"/>
|
|
5252
|
+
<param pos="0" name="service.family" value="Ollama"/>
|
|
5253
|
+
<param pos="1" name="service.version"/>
|
|
5254
|
+
</fingerprint>
|
|
5255
|
+
|
|
5256
|
+
<fingerprint pattern="^OllamaProxy/([\d.]+)(?: Python/[\d.]+)?$">
|
|
5257
|
+
<description>OllamaProxy - community reverse proxy for Ollama</description>
|
|
5258
|
+
<example service.version="1.0">OllamaProxy/1.0 Python/3.9.6</example>
|
|
5259
|
+
<param pos="0" name="service.vendor" value="Ollama"/>
|
|
5260
|
+
<param pos="0" name="service.product" value="OllamaProxy"/>
|
|
5261
|
+
<param pos="0" name="service.family" value="Ollama"/>
|
|
5262
|
+
<param pos="1" name="service.version"/>
|
|
5263
|
+
</fingerprint>
|
|
5264
|
+
|
|
5211
5265
|
</fingerprints>
|
data/recog/xml/snmp_sysdescr.xml
CHANGED
|
@@ -3863,6 +3863,18 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
3863
3863
|
<param pos="0" name="os.cpe23" value="cpe:/o:juniper:junos:{os.version}"/>
|
|
3864
3864
|
</fingerprint>
|
|
3865
3865
|
|
|
3866
|
+
<fingerprint pattern="^Juniper Networks, Inc\. (?:\S+) \[(\S+)\] internet router, kernel JUNOS (\S+?),? ">
|
|
3867
|
+
<description>Juniper Router - bracketed model variant</description>
|
|
3868
|
+
<example hw.model="MX10003" os.version="23.4R2.13">Juniper Networks, Inc. JNP10003 [MX10003] internet router, kernel JUNOS 23.4R2.13, Build date: 2024-07-05 17:12:30 UTC Copyright (c) 1996-2024 Juniper Networks, Inc.</example>
|
|
3869
|
+
<param pos="0" name="os.vendor" value="Juniper"/>
|
|
3870
|
+
<param pos="0" name="os.family" value="Junos"/>
|
|
3871
|
+
<param pos="0" name="os.device" value="Router"/>
|
|
3872
|
+
<param pos="0" name="os.product" value="Junos OS"/>
|
|
3873
|
+
<param pos="1" name="hw.model"/>
|
|
3874
|
+
<param pos="2" name="os.version"/>
|
|
3875
|
+
<param pos="0" name="os.cpe23" value="cpe:/o:juniper:junos:{os.version}"/>
|
|
3876
|
+
</fingerprint>
|
|
3877
|
+
|
|
3866
3878
|
<fingerprint pattern="^Juniper Networks, Inc\. (\S+) Ethernet Switch, kernel JUNOS (\S+?),? ">
|
|
3867
3879
|
<description>Juniper Ethernet Switch</description>
|
|
3868
3880
|
<example hw.product="ex2300-c-12t" os.version="15.1X53-D590.1">Juniper Networks, Inc. ex2300-c-12t Ethernet Switch, kernel JUNOS 15.1X53-D590.1, Build date: 2018-11-14 20:31:32 UTC Copyright (c) 1996-2018 Juniper Networks, Inc.</example>
|
|
@@ -7452,6 +7464,145 @@ Copyright (c) 1995-2005 by Cisco Systems
|
|
|
7452
7464
|
<param pos="0" name="os.device" value="Switch"/>
|
|
7453
7465
|
</fingerprint>
|
|
7454
7466
|
|
|
7467
|
+
<fingerprint pattern="^Ubiquiti UniFi ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7468
|
+
<description>Ubiquiti UniFi w/Linux and platform version</description>
|
|
7469
|
+
<example hw.product="UniFi" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi 5.1.19 Linux 5.4.213 ipq9574</example>
|
|
7470
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7471
|
+
<param pos="0" name="hw.product" value="UniFi"/>
|
|
7472
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7473
|
+
<param pos="1" name="hw.version"/>
|
|
7474
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7475
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7476
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7477
|
+
<param pos="1" name="os.version"/>
|
|
7478
|
+
</fingerprint>
|
|
7479
|
+
|
|
7480
|
+
<fingerprint pattern="^Ubiquiti UniFi UDM ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7481
|
+
<description>Ubiquiti UniFi UDM w/Linux and platform version</description>
|
|
7482
|
+
<example hw.product="UDM" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDM 5.1.19 Linux 4.19.152 al324</example>
|
|
7483
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7484
|
+
<param pos="0" name="hw.product" value="UDM"/>
|
|
7485
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7486
|
+
<param pos="1" name="hw.version"/>
|
|
7487
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7488
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7489
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7490
|
+
<param pos="1" name="os.version"/>
|
|
7491
|
+
<param pos="0" name="os.product" value="UDM"/>
|
|
7492
|
+
</fingerprint>
|
|
7493
|
+
|
|
7494
|
+
<fingerprint pattern="^Ubiquiti UniFi UDM-Pro ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7495
|
+
<description>Ubiquiti UniFi UDM-Pro w/Linux and platform version</description>
|
|
7496
|
+
<example hw.product="UDM Pro" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDM-Pro 5.1.19 Linux 4.19.152 al324</example>
|
|
7497
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7498
|
+
<param pos="0" name="hw.product" value="UDM Pro"/>
|
|
7499
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7500
|
+
<param pos="1" name="hw.version"/>
|
|
7501
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7502
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7503
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7504
|
+
<param pos="1" name="os.version"/>
|
|
7505
|
+
<param pos="0" name="os.product" value="UDM Pro"/>
|
|
7506
|
+
</fingerprint>
|
|
7507
|
+
|
|
7508
|
+
<fingerprint pattern="^Ubiquiti UniFi UDM-SE ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7509
|
+
<description>Ubiquiti UniFi UDM-SE w/Linux and platform version</description>
|
|
7510
|
+
<example hw.product="UDM SE" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDM-SE 5.1.19 Linux 4.19.152 al324</example>
|
|
7511
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7512
|
+
<param pos="0" name="hw.product" value="UDM SE"/>
|
|
7513
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7514
|
+
<param pos="1" name="hw.version"/>
|
|
7515
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7516
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7517
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7518
|
+
<param pos="1" name="os.version"/>
|
|
7519
|
+
<param pos="0" name="os.product" value="UDM SE"/>
|
|
7520
|
+
</fingerprint>
|
|
7521
|
+
|
|
7522
|
+
<fingerprint pattern="^Ubiquiti UniFi UDM-Pro-Max ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7523
|
+
<description>Ubiquiti UniFi UDM-Pro-Max w/Linux and platform version</description>
|
|
7524
|
+
<example hw.product="UDM Pro Max" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDM-Pro-Max 5.1.19 Linux 4.19.152 al324</example>
|
|
7525
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7526
|
+
<param pos="0" name="hw.product" value="UDM Pro Max"/>
|
|
7527
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7528
|
+
<param pos="1" name="hw.version"/>
|
|
7529
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7530
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7531
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7532
|
+
<param pos="1" name="os.version"/>
|
|
7533
|
+
<param pos="0" name="os.product" value="UDM Pro Max"/>
|
|
7534
|
+
</fingerprint>
|
|
7535
|
+
|
|
7536
|
+
<fingerprint pattern="^Ubiquiti UniFi UDR ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7537
|
+
<description>Ubiquiti UniFi UDR w/Linux and platform version</description>
|
|
7538
|
+
<example hw.product="UDR" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDR 5.1.19 Linux 4.4.198 mt7622</example>
|
|
7539
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7540
|
+
<param pos="0" name="hw.product" value="UDR"/>
|
|
7541
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7542
|
+
<param pos="1" name="hw.version"/>
|
|
7543
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7544
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7545
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7546
|
+
<param pos="1" name="os.version"/>
|
|
7547
|
+
<param pos="0" name="os.product" value="UDR"/>
|
|
7548
|
+
</fingerprint>
|
|
7549
|
+
|
|
7550
|
+
<fingerprint pattern="^Ubiquiti UniFi UDR7 ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7551
|
+
<description>Ubiquiti UniFi UDR7 w/Linux and platform version</description>
|
|
7552
|
+
<example hw.product="UDR7" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UDR7 5.1.19 Linux 5.4.213 ipq5322</example>
|
|
7553
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7554
|
+
<param pos="0" name="hw.product" value="UDR7"/>
|
|
7555
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7556
|
+
<param pos="1" name="hw.version"/>
|
|
7557
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7558
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7559
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7560
|
+
<param pos="1" name="os.version"/>
|
|
7561
|
+
<param pos="0" name="os.product" value="UDR7"/>
|
|
7562
|
+
</fingerprint>
|
|
7563
|
+
|
|
7564
|
+
<fingerprint pattern="^Ubiquiti UniFi UCG-Ultra ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7565
|
+
<description>Ubiquiti UniFi UCG-Ultra w/Linux and platform version</description>
|
|
7566
|
+
<example hw.product="UCG Ultra" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UCG-Ultra 5.1.19 Linux 5.4.213 ipq5322</example>
|
|
7567
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7568
|
+
<param pos="0" name="hw.product" value="UCG Ultra"/>
|
|
7569
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7570
|
+
<param pos="1" name="hw.version"/>
|
|
7571
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7572
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7573
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7574
|
+
<param pos="1" name="os.version"/>
|
|
7575
|
+
<param pos="0" name="os.product" value="UCG Ultra"/>
|
|
7576
|
+
</fingerprint>
|
|
7577
|
+
|
|
7578
|
+
<fingerprint pattern="^Ubiquiti UniFi UCG-Max ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7579
|
+
<description>Ubiquiti UniFi UCG-Max w/Linux and platform version</description>
|
|
7580
|
+
<example hw.product="UCG Max" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UCG-Max 5.1.19 Linux 5.4.213 ipq5322</example>
|
|
7581
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7582
|
+
<param pos="0" name="hw.product" value="UCG Max"/>
|
|
7583
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7584
|
+
<param pos="1" name="hw.version"/>
|
|
7585
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7586
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7587
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7588
|
+
<param pos="1" name="os.version"/>
|
|
7589
|
+
<param pos="0" name="os.product" value="UCG Max"/>
|
|
7590
|
+
</fingerprint>
|
|
7591
|
+
|
|
7592
|
+
<fingerprint pattern="^Ubiquiti UniFi UCG-Fiber ([0-9][.a-zA-Z0-9\-]+) Linux (?:[0-9][.a-zA-Z0-9\-]+) (?:[a-zA-Z0-9]+)$">
|
|
7593
|
+
<description>Ubiquiti UniFi UCG-Fiber w/Linux and platform version</description>
|
|
7594
|
+
<example hw.product="UCG Fiber" hw.version="5.1.19" os.version="5.1.19">Ubiquiti UniFi UCG-Fiber 5.1.19 Linux 5.4.213 ipq9574</example>
|
|
7595
|
+
<param pos="0" name="hw.vendor" value="Ubiquiti"/>
|
|
7596
|
+
<param pos="0" name="hw.product" value="UCG Fiber"/>
|
|
7597
|
+
<param pos="0" name="hw.device" value="Networking"/>
|
|
7598
|
+
<param pos="1" name="hw.version"/>
|
|
7599
|
+
<param pos="0" name="os.vendor" value="Ubiquiti"/>
|
|
7600
|
+
<param pos="0" name="os.family" value="Linux"/>
|
|
7601
|
+
<param pos="0" name="os.device" value="Networking"/>
|
|
7602
|
+
<param pos="1" name="os.version"/>
|
|
7603
|
+
<param pos="0" name="os.product" value="UCG Fiber"/>
|
|
7604
|
+
</fingerprint>
|
|
7605
|
+
|
|
7455
7606
|
<!--======================================================================
|
|
7456
7607
|
UNISYS
|
|
7457
7608
|
=======================================================================-->
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rapid7 Research
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
XXBvE6wC6iokirNlDvZlbO9G18iiVLdwQrWvhAiMXpuLobG6mXRnm2nRjGAbeluj
|
|
36
36
|
F5KvN7/Jo4xic61stZ/n41BgEGMdZhzI20QStLGk6rsnKhmlXs1TKFr9NQRr4Hz/
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2026-
|
|
38
|
+
date: 2026-07-13 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rspec
|
metadata.gz.sig
CHANGED
|
Binary file
|