Skip to content

Commit

Permalink
Merge pull request #43 from Ostorlab/feature/add_fingerprint_raisecom
Browse files Browse the repository at this point in the history
Add fingerprint for RAISECOM
  • Loading branch information
nmasdoufi-ol authored Aug 8, 2024
2 parents fc24a35 + 5467b4f commit e8b4268
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/raisecom.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "RAISECOM Gateway"
authors [
"Ostorlab",
]
version "0.1"
description "Raisecom is a global leading vendor providing comprehensive access solutions and network devices. "
website "https://www.raisecom.com/"

matches [
{
:search => "head",
:regexp => /<META content="MSHTML \d+\.\d+\.\d+\.\d+" name=GENERATOR>/,
:name => "MSHTML Generator Meta Tag"
},
]
end

0 comments on commit e8b4268

Please sign in to comment.