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

18 lines
482 B
JSON

{
"name": "YAF.NET",
"author": "Eugene Amirov",
"version": "0.1",
"description": "YAF is a .NET forum engine.",
"website": null,
"matches": [
{
"name": "Copyright for version 1",
"regexp": "(?-mix:Copyright © 2\\d{3}-2\\d{3} Yet Another Forum.net)"
},
{
"name": "Copyright for version 2",
"regexp": "(?-mix:YAF.NET © 2\\d{3}-2\\d{3}, Yet Another Forum.NET)"
}
]
}