mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
Added support for Cisco Meraki and fix for the goanywhere web client
This commit is contained in:
@@ -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 – cloud‑managed 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
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user