mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
Detection for TP-Link routers
This commit is contained in:
@@ -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>", # 2025‑10‑18
|
||||
]
|
||||
version "0.1"
|
||||
description "Detects TP‑Link routers."
|
||||
website "https://www.tp-link.com/"
|
||||
|
||||
matches [
|
||||
{
|
||||
:regexp => /<label id="copyright">Copyright © \d{4} TP-LINK Technologies Co., Ltd\. All rights reserved\.\s*<\/label>/,
|
||||
:model => /var\s+modelName\s*=\s*"([^"]+)";/
|
||||
}
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user