Files
OneForAll-mirror/data/rules/whatweb/tmw-imaging.json
T
2020-07-29 00:02:06 +08:00

25 lines
709 B
JSON

{
"name": "TMW-Imaging",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "TMW Imaging - Document management system",
"website": "http://www.tmwsystems.com/imaging",
"matches": [
{
"url": "/cgi-bin/img-system-status.pl?server",
"regexp": "(?-mix:<TD>TMW Imaging Version<\\/TD>\\s+<TD>([^\\s^<]+)<\\/TD>)",
"offset": 1
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:TMWImagingSession=[^;]+)"
},
{
"text": "<!-- TMW Document Imaging -->"
},
{
"text": "<!-- HTML Library is $Id: TmwHTML.pm"
}
]
}