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

13 lines
366 B
JSON

{
"name": "CoinHive Captcha",
"website": "https://coinhive.com",
"matches": [
{
"regexp": "(?:<div[^>]+class=\"coinhive-captcha[^>]+data-key|<div[^>]+data-key[^>]+class=\"coinhive-captcha)"
},
{
"search": "script",
"regexp": "https?://authedmine\\.com/(?:lib/captcha|captcha)"
}
]
}