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

18 lines
435 B
JSON

{
"name": "nopCommerce",
"website": "http://www.nopcommerce.com",
"matches": [
{
"search": "cookies[Nop.customer]",
"regexp": ".*"
},
{
"regexp": "(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)"
},
{
"search": "meta[generator]",
"regexp": "^nopCommerce$"
}
],
"implies": "Microsoft ASP.NET"
}