Improvement for detecting nopCommerce

1. Added Generator Meta
2. Added two cookies (.Nop.Customer and Nop.customer)
main
Andrei Mazulnitsyn 7 years ago committed by GitHub
parent ffe63042bd
commit 673ffe1d83

@ -10069,9 +10069,15 @@
"cats": [ "cats": [
"6" "6"
], ],
"headers": {
"Set-Cookie": "Nop\\.customer="
},
"html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)", "html": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)",
"icon": "nopCommerce.png", "icon": "nopCommerce.png",
"implies": "Microsoft ASP.NET", "implies": "Microsoft ASP.NET",
"meta": {
"generator": "^nopCommerce$"
},
"website": "http://www.nopcommerce.com" "website": "http://www.nopcommerce.com"
}, },
"openEngine": { "openEngine": {

Loading…
Cancel
Save