From 6bf4c4ec11db0edaed44ebf0525b5f5461e23f2d Mon Sep 17 00:00:00 2001 From: nmasdoufi-ol Date: Tue, 3 Sep 2024 10:58:28 +0100 Subject: [PATCH] Add fingerprint for Ivanti vTM --- plugins/ivanti_vtm.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/ivanti_vtm.rb diff --git a/plugins/ivanti_vtm.rb b/plugins/ivanti_vtm.rb new file mode 100644 index 0000000..eb4f918 --- /dev/null +++ b/plugins/ivanti_vtm.rb @@ -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 => /Virtual Traffic Manager Appliance/, + :name => "HILLSTONE NETWORKS Title Tag" + }, + ] +end \ No newline at end of file