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

15 lines
360 B
JSON

{
"name": "Banshee",
"website": "http://www.banshee-php.org",
"matches": [
{
"regexp": "Built upon the <a href=\"[^>]+banshee-php\\.org/\">[a-z]+</a>(?:v([\\d.]+))?",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "Banshee PHP"
}
],
"implies": "PHP"
}