Improve a bit ASP detection (#2470)

Url can end is `.asp` and not only `.aspx`,
as on http://www.assemblee-nationale.fr/15/cr-cdef/17-18/c1718070.asp
main
jvoisin 6 years ago committed by Elbert Alias
parent ff71a8e28e
commit cce64378f5

@ -6034,8 +6034,8 @@
"html": "<input[^>]+name=\"__VIEWSTATE",
"icon": "Microsoft ASP.NET.png",
"implies": "IIS\\;confidence:50",
"url": "\\.aspx(?:$|\\?)",
"website": "http://www.asp.net"
"url": "\\.aspx?(?:$|\\?)",
"website": "https://www.asp.net"
},
"Microsoft Excel": {
"cats": [