Skip to content

Commit

Permalink
Add fingerprint for VigorConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Sep 4, 2024
1 parent 6bf4c4e commit 4ba5551
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/vigorconnect.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "vigorconnect"
authors [
"Ostorlab",
]
version "0.1"
description "Local Network Management Software for DrayTek Devices"
website "https://www.draytek.com/products/vigorconnect/"

matches [
{
:search => "body",
:regexp => /vigorconnect|VigorConnect/,
:name => "vigorconnect"
},
]
end

0 comments on commit 4ba5551

Please sign in to comment.