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

30 lines
779 B
JSON

{
"name": "Bugzilla",
"website": "http://www.bugzilla.org",
"matches": [
{
"search": "cookies[Bugzilla_login_request_cookie]",
"regexp": ".*"
},
{
"regexp": "href=\"enter_bug\\.cgi\">"
},
{
"regexp": "<main id=\"bugzilla-body\""
},
{
"regexp": "<a href=\"https?://www\\.bugzilla\\.org/docs/([0-9.]+)/[^>]+>Help<",
"offset": 1
},
{
"regexp": "<span id=\"information\" class=\"header_addl_info\">version ([\\d.]+)<",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "Bugzilla ?([\\d.]+)?",
"offset": 1
}
],
"implies": "Perl"
}