Skip to content

Commit

Permalink
Merge pull request #56 from Ostorlab/feature/add_fingerprint_ivanti_vtm
Browse files Browse the repository at this point in the history
Add fingerprint for Ivanti vTM
  • Loading branch information
3asm authored Sep 3, 2024
2 parents 58ead8c + 6bf4c4e commit 3a94b15
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/ivanti_vtm.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Ivanti vTM"
authors [
"Ostorlab",
]
version "0.1"
description "Ivanti finds, heals and protects every device, everywhere – automatically. Whether your team is down the hall or spread around the globe, Ivanti makes it easy and secure for them to do what they do best."
website "https://www.ivanti.com/"

matches [
{
:search => "body",
:regexp => /<span class="product">Virtual Traffic Manager Appliance/,
:name => "HILLSTONE NETWORKS Title Tag"
},
]
end

0 comments on commit 3a94b15

Please sign in to comment.