Added support for Cisco Meraki and fix for the goanywhere web client

This commit is contained in:
John
2025-10-16 10:57:42 +02:00
parent 660f0f4663
commit b617cbdcf1
2 changed files with 23 additions and 1 deletions
+22
View File
@@ -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 <john.de.kroon@cyberant.com>", # 2025-10-16
]
version "0.1"
description "This plugin identifies Cisco Meraki cloudmanaged IT platform"
# Matches #
matches [
# Detect Meraki via the logo image in the HTML body
{ :string => "Meraki",
:regexp => /<img id="header_logo" src="images\/meraki-logo\.png" width="120">/ },
]
end
+1 -1
View File
@@ -10,7 +10,7 @@ Plugin.define do
"Francesco Pavanello <frapava98@gmail.com>", # 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.