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

13 lines
261 B
JSON

{
"name": "MyBB",
"website": "https://mybb.com",
"matches": [
{
"regexp": "(?:<script [^>]+\\s+<!--\\s+lang\\.no_new_posts|<a[^>]* title=\"Powered By MyBB)"
}
],
"implies": [
"PHP",
"MySQL"
]
}