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

21 lines
715 B
JSON

{
"name": "BOOKSolved",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "BOOKSolved - guestbook script",
"website": "http://www.usolved.net/scripts_9.html",
"matches": [
{
"text": "<!-- BOOKSolved - Copyright by www.usolved.net -->"
},
{
"regexp": "(?-mix:<!-- BOOKSolved v([^\\s]+)- Copyright by www\\.usolved\\.net -->)",
"offset": 1
},
{
"regexp": "(?-mix:<tr><td style=\"text-align: center;\">[\\s]*BOOKSolved ([^\\s]+) &copy; by <a href=\"http:\\/\\/www\\.usolved\\.net\" (target=\"_blank\" )?class=\"menu\">USOLVED<\\/a>)",
"offset": 1
}
]
}