Fix IIS regex (#2460)

* Fix IIS regex

* Improve the regex to avoid FP

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

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