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

23 lines
694 B
JSON

{
"name": "xGB",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "xGB guestbook",
"website": "http://www.x-gfx.de/",
"matches": [
{
"text": "\t<title>xGB</title>"
},
{
"text": "<!-- start xGB dynamic content -->"
},
{
"text": "powered by <a href='http://www.x-gfx.de' target='blank' title='Script by x-gfx.de'>xGB"
},
{
"regexp": "(?-mix:<p align='center'><span id='copyright'>\\[ powered by <a href='http:\\/\\/www.x-gfx.de' target='blank' title='Script by x-gfx.de'>xGB ([\\d\\.]+)<\\/a>)",
"offset": 1
}
]
}