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

15 lines
441 B
JSON

{
"name": "nopCommerce",
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "nopCommerce is an ASP.NET based open-source ecommerce solution ",
"website": "https://www.nopcommerce.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^Nop.customer)",
"name": "Nop.customer cookie"
}
]
}