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

15 lines
363 B
JSON

{
"name": "Bonfire",
"website": "http://cibonfire.com",
"matches": [
{
"search": "cookies[bf_session]",
"regexp": ".*"
},
{
"regexp": "Powered by <a[^>]+href=\"https?://(?:www\\.)?cibonfire\\.com[^>]*>Bonfire v([^<]+)",
"offset": 1
}
],
"implies": "CodeIgniter"
}