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

23 lines
486 B
JSON

{
"name": "Ganglia",
"author": "fofa",
"version": "0.1.0",
"matches": [
{
"search": "title",
"regexp": "Ganglia:: Cluster Report"
},
{
"search": "body",
"text": "OnChange=\"ganglia_form.submit();"
},
{
"search": "body",
"text": "NAME=\"ganglia_form"
},
{
"search": "headers",
"text": "gs=unspecified"
}
]
}