Fix IIS regex (#2460)

* Fix IIS regex

* Improve the regex to avoid FP

* Fix regex
main
kkadosh 6 years ago committed by Elbert Alias
parent 260d5b4f38
commit 0ed2f464c6

@ -4295,7 +4295,7 @@
22
],
"headers": {
"Server": "^IIS(?:/([\\d.]+))?\\;version:\\1"
"Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1"
},
"icon": "IIS.png",
"implies": "Windows Server",

Loading…
Cancel
Save