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

17 lines
474 B
JSON

{
"name": "Phorum",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Phorum - Forum - Requires PHP and MySQL",
"website": "http://www.phorum.org/",
"matches": [
{
"regexp": "(?-mix:powered by <a href=\"http:\\/\\/www\\.phorum\\.org\\/\"( target=\"_blank\")?>Phorum<\\/a>\\.)"
},
{
"certainty": 75,
"text": "<!-- end of div id=user-info -->"
}
]
}