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

14 lines
312 B
JSON

{
"name": "OpenID",
"author": "Caleb Anderson",
"version": "0.1",
"description": "openid detection",
"website": null,
"matches": [
{
"name": "openid",
"regexp": "(?i-mx:<link [^>]*rel=['\"](openid\\.server|openid\\.delegate)['\"][^>]*>)"
}
]
}