Files
OneForAll-mirror/data/rules/whatweb/java-management-extensions.json
T
2020-07-29 00:02:06 +08:00

13 lines
562 B
JSON

{
"name": "Java-Management-Extensions",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (e. g. printers) and service oriented networks. - info: http://en.wikipedia.org/wiki/Java_Management_Extensions",
"website": null,
"matches": [
{
"regexp": "(?-mix:[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2},[0-9]+ [DEBUG|INFO])"
}
]
}