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

15 lines
382 B
JSON

{
"name": "Splunk",
"website": "http://splunk.com",
"matches": [
{
"regexp": "<p class=\"footer\">&copy; [-\\d]+ Splunk Inc\\.(?: Splunk ([\\d\\.]+(?: build [\\d\\.]*\\d)?))?[^<]*</p>",
"offset": 1
},
{
"search": "meta[author]",
"regexp": "Splunk Inc",
"certainty": 50
}
]
}