Files
OneForAll-mirror/data/rules/wappalyzer/rockrms.json
T
2020-07-29 00:02:06 +08:00

16 lines
310 B
JSON

{
"name": "RockRMS",
"website": "http://www.rockrms.com",
"matches": [
{
"search": "meta[generator]",
"regexp": "^Rock v([0-9.]+)",
"offset": 1
}
],
"implies": [
"Windows Server",
"IIS",
"Microsoft ASP.NET"
]
}