新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "SpeedTouch",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "SpeedTouch is the brand name of a line of networking equipment produced by Alcatel and Technicolor SA. Before 27 January 2010 Technicolor was known as Thomson SA. Under the SpeedTouch name Alcatel and Technicolor retail a variety of equipment including ADSL and ADSL2+ modems, residential gateways, wireless access equipment, VoIP handsets and SHDSL interconnect equipment. They are a major brand in home and business networking products. - More Info: http://en.wikipedia.org/wiki/SpeedTouch",
"website": "http://www.thomsontelecom.com.au/speedtouch/support.htm",
"matches": [
{
"url": "/favicon.ico",
"md5": "befcded36aec1e59ea624582fcb3225c"
},
{
"regexp": "(?-mix:(Basic|Digest) realm=\"SpeedTouch)",
"search": "headers[www-authenticate]",
"name": "WWW-Authenticate realm"
},
{
"search": "headers[www-authenticate]",
"name": "WWW-Authenticate realm",
"regexp": "(?-mix:Basic realm=\"SpeedTouch \\(([\\dA-F]{2}\\-[\\dA-F]{2}\\-[\\dA-F]{2}\\-[\\dA-F]{2}\\-[\\dA-F]{2}\\-[\\dA-F]{2})\\))"
}
]
}