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

30 lines
656 B
JSON

{
"name": "phpBB",
"website": "https://phpbb.com",
"matches": [
{
"search": "cookies[phpbb]",
"regexp": ".*"
},
{
"regexp": "Powered by <a[^>]+phpBB"
},
{
"regexp": "<div class=phpbb_copyright>"
},
{
"regexp": "<[^>]+styles/(?:sub|pro)silver/theme"
},
{
"regexp": "<img[^>]+i_icon_mini"
},
{
"regexp": "<table class=\"[^\"]*forumline"
},
{
"search": "meta[copyright]",
"regexp": "phpBB Group"
}
],
"implies": "PHP"
}