Skip to content

Commit

Permalink
Merge pull request #57 from Ostorlab/feature/add_fingerprint_ivanti_vtm
Browse files Browse the repository at this point in the history
Add fingerprint for VigorConnect
  • Loading branch information
3asm authored Sep 4, 2024
2 parents 15c7e6f + 22647e8 commit 8974256
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 8974256

Please sign in to comment.