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

18 lines
537 B
JSON

{
"name": "KMSoft-Guestbook",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Guestbook",
"website": "http://www.kmsoft.org/",
"matches": [
{
"regexp": "(?-mix:<div id=\"footer\">KMSoft Guestbook v ([\\d\\.]+) Powered by <a href=\"http:\\/\\/www.kmsoft.org[\\/]*\">KMSoft<\\/a><\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<title>KMSoft Guestbook v([\\d\\.]+)[^<]+<\\/title>)",
"offset": 1
}
]
}