Skip to content

Commit

Permalink
Adding cleo product fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
PiranhaSa committed Dec 12, 2024
1 parent 646ff12 commit 6387af9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/cleo.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Cleo Products"
authors [
"Ostorlab",
]
version "0.1"
description "Cleo provides enterprise data integration solutions, including VLTrader, Harmony, and LexiCom for secure and scalable data exchanges."
website "https://www.cleo.com/"

matches [
{
:search => "headers[server]",
:regexp => /Cleo (VLTrader|Harmony|LexiCom)\/[\d.]+/i,
:name => "Cleo Products Server Header with Version"
},
]
end

0 comments on commit 6387af9

Please sign in to comment.