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

15 lines
302 B
JSON

{
"name": "Zabbix",
"website": "http://zabbix.com",
"matches": [
{
"regexp": "<body[^>]+zbxCallPostScripts"
},
{
"search": "meta[Author]",
"regexp": "ZABBIX SIA",
"certainty": 70
}
],
"implies": "PHP"
}