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

23 lines
475 B
JSON

{
"name": "Bugzilla",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "body",
"text": "enter_bug.cgi"
},
{
"search": "body",
"text": "/cgi-bin/bugzilla/"
},
{
"search": "headers",
"text": "Bugzilla_login_request_cookie"
},
{
"search": "title",
"regexp": "Bugzilla Main Page"
}
]
}