Skip to content

Commit

Permalink
Merge pull request #58 from Ostorlab/feature/add_fingerprint_ivanti_vtm
Browse files Browse the repository at this point in the history
Add fingerprint for Veeam
  • Loading branch information
3asm authored Sep 17, 2024
2 parents 6e0e058 + 717740e commit 03fd790
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/veeam.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Veeam"
authors [
"Ostorlab",
]
version "0.1"
description "Veeam Backup & Replication is a proprietary backup app developed by Veeam for virtual environments built on VMware vSphere, Nutanix AHV, and Microsoft Hyper-V hypervisors."
website "https://www.veeam.com/"

matches [
{
:search => "title",
:regexp => /<title>Veeam Backup/,
:name => "Veeam Backup Enterprise Manager Title Tag"
},
]
end

0 comments on commit 03fd790

Please sign in to comment.