updated virtuoso detection regex

updated virtuoso detection regex
main
Alfredo Serafini 8 years ago committed by GitHub
parent 4149446b52
commit 76b964ca8e

@ -8443,7 +8443,9 @@
}, },
"url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20", "url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20",
"headers": { "headers": {
"Server": "^(?:.*)Virtuoso\\/(\\d{2}\\.\\d{2}\\.\\d{4})(?:.*)$;version:\\1" "Server": "3ware\\/?([\\d\\.]+)?\\;version:\\1"
"Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1"
} }
}, },
"Visual WebGUI": { "Visual WebGUI": {

Loading…
Cancel
Save