Improve PayPal detection

main
Elbert Alias 4 years ago
parent 2526fec27c
commit a5359a0b1d

@ -10409,17 +10409,20 @@
], ],
"cpe": "cpe:/a:paypal:paypal", "cpe": "cpe:/a:paypal:paypal",
"description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.", "description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.",
"html": [ "html": "<input[^>]+_s-xclick",
"<input[^>]+_s-xclick", "dom": {
"<img [^>]*src=\"[^/]*//[^/]*paypal\\.com", "img[src*='paypal.com'], img[src*='paypalobjects.com']": {
"<img [^>]*src=\"[^/]*//[^/]*paypalobjects\\.com" "text": ""
], },
"button": {
"text": "PayPal"
}
},
"icon": "PayPal.svg", "icon": "PayPal.svg",
"js": { "js": {
"PAYPAL": "" "PAYPAL": ""
}, },
"scripts": "paypalobjects\\.com", "scripts": "paypalobjects\\.com",
"url": "paypal\\.com",
"website": "https://paypal.com" "website": "https://paypal.com"
}, },
"Peek": { "Peek": {

Loading…
Cancel
Save