Merge pull request #217 from SebastianLopienski/patch-3

Apache:corrected; lighttpd:added version detection
main
Elbert Alias 12 years ago
commit 163538b1de

@ -117,7 +117,7 @@
}, },
"Apache": { "Apache": {
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|HTTPD)\\;version:\\3" } "headers": { "Server": "(Apache($|/([\\d\\.]+)|[^/-])|(^|[^g])HTTPD)\\;version:\\3" }
}, },
"Apache JSPWiki": { "Apache JSPWiki": {
"cats": [ 8 ], "cats": [ 8 ],
@ -961,7 +961,7 @@
}, },
"lighttpd": { "lighttpd": {
"cats": [ 22 ], "cats": [ 22 ],
"headers": { "Server": "lighttpd" } "headers": { "Server": "lighttpd(/([\\d\\.]+))?\\;version:\\2" }
}, },
"LimeSurvey": { "LimeSurvey": {
"cats": [ 19 ], "cats": [ 19 ],

Loading…
Cancel
Save