From b617cbdcf136f6fd356a8a2fc9edd94429a8c99e Mon Sep 17 00:00:00 2001 From: John Date: Thu, 16 Oct 2025 10:57:42 +0200 Subject: [PATCH] Added support for Cisco Meraki and fix for the goanywhere web client --- plugins/cisco-meraki.rb | 22 ++++++++++++++++++++++ plugins/goanywhere-web-client.rb | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 plugins/cisco-meraki.rb diff --git a/plugins/cisco-meraki.rb b/plugins/cisco-meraki.rb new file mode 100644 index 00000000..d0122c4d --- /dev/null +++ b/plugins/cisco-meraki.rb @@ -0,0 +1,22 @@ +## +# This file is part of WhatWeb and may be subject to +# redistribution and commercial restrictions. Please see the WhatWeb +# web site for more information on licensing and terms of use. +# https://morningstarsecurity.com/research/whatweb +## +Plugin.define do + name "Cisco-Meraki" + authors [ + "John de Kroon ", # 2025-10-16 + ] + version "0.1" + description "This plugin identifies Cisco Meraki – cloud‑managed IT platform" + + # Matches # + matches [ + # Detect Meraki via the logo image in the HTML body + { :string => "Meraki", + :regexp => // }, + ] + +end diff --git a/plugins/goanywhere-web-client.rb b/plugins/goanywhere-web-client.rb index 0f1b9073..9f30de14 100644 --- a/plugins/goanywhere-web-client.rb +++ b/plugins/goanywhere-web-client.rb @@ -10,7 +10,7 @@ Plugin.define do "Francesco Pavanello ", # v0.1 # 2025-10-01 # Created plugin ] version "0.1" - description "Fortra GoAnywhere is a Managed File Transfer (MFT) solution designed to help organizations securely and efficiently exchange data with trading partners, employees, and internal systems> + description "Fortra GoAnywhere is a Managed File Transfer (MFT) solution designed to help organizations securely and efficiently exchange data with trading partners, employees, and internal systems" website "https://www.goanywhere.com/" # This is the matches array.