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

21 lines
436 B
JSON

{
"name": "Stripe",
"website": "http://stripe.com",
"matches": [
{
"search": "cookies[__stripe_mid]",
"regexp": ".*"
},
{
"search": "cookies[__stripe_sid]",
"regexp": ".*"
},
{
"regexp": "<input[^>]+data-stripe"
},
{
"search": "script",
"regexp": "js\\.stripe\\.com"
}
]
}