Skip to content

Commit

Permalink
Merge pull request #115 from Ostorlab/feature/Add-Fingerprint-for-Cyb…
Browse files Browse the repository at this point in the history
…eroam

Add Fingerprint for Cyberoam
  • Loading branch information
3asm authored Feb 11, 2025
2 parents f695bf8 + 4aed61d commit 647993d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/cyberoam.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Cyberoam"
authors [
"Ostorlab",
]
version "0.1"
description "Cyberoam Technologies, a Sophos subsidiary, is a global network security appliances provider, with presence in more than 125 countries."
website "https://www.sophos.com/en-us/products/next-gen-firewall"

matches [
{
:search => "body",
:regexp => /<title>Cyberoam<\/title>/i,
:name => "Cyberoam Title Match"
},
]
end

0 comments on commit 647993d

Please sign in to comment.