Detection for TP-Link routers

This commit is contained in:
John
2025-10-18 20:40:04 +02:00
parent 4dceb38801
commit b2405509c7
+24
View File
@@ -0,0 +1,24 @@
##
# 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
#
# This plugin is tested on a TP-Link TD-W9970 Router
##
Plugin.define do
name "TP-Link"
authors [
"John de Kroon <john.de.kroon@cyberant.com>", # 20251018
]
version "0.1"
description "Detects TPLink routers."
website "https://www.tp-link.com/"
matches [
{
:regexp => /<label id="copyright">Copyright &copy; \d{4} TP-LINK Technologies Co., Ltd\. All rights reserved\.\s*<\/label>/,
:model => /var\s+modelName\s*=\s*"([^"]+)";/
}
]
end