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

30 lines
1.2 KiB
JSON

{
"name": "SMF",
"author": "Andrew Horton, Brendan Coles <bcoles at gmail dot com>, @csalazar",
"version": "0.6",
"description": "SMF (Simple Machines Forum) is an opensource forum written in PHP",
"website": "www.simplemachines.org",
"matches": [
{
"name": "copyright link",
"text": "<a href=\"http://www.simplemachines.org/about/copyright.php\" title=\"Free Forum Software\" target=\"_blank\""
},
{
"name": "javascript",
"text": "document.getElementById(\"upshrink\").src = smf_images_url + "
},
{
"name": "smflogo gif",
"regexp": "(?-mix:<img class=\"floatright\" id=\"smflogo\" src=\"[^\"]*\\/images\\/smflogo.gif\" alt=\"Simple Machines Forum\" \\/>)"
},
{
"offset": 1,
"regexp": "(?-mix:<a href=\"http:\\/\\/www.simplemachines.org\\/\" title=\"Simple Machines Forum\" target=\"_blank\"( class=\"new_win\")?>Powered by SMF ([^<]+))"
},
{
"regexp": "(?-mix:<a href=\".*?\" title=\"Simple Machines Forum\" target=\"_blank\" class=\"new_win\">SMF ([^<]+))",
"offset": 1
}
]
}