More detections for Typo3.

main
Sean Hamlin 2 years ago
parent 6591682b1e
commit e513d7c4ca

@ -227,7 +227,7 @@
"html": [ "html": [
"<link[^>]+ href=\"/?typo3(?:conf|temp)/", "<link[^>]+ href=\"/?typo3(?:conf|temp)/",
"<img[^>]+ src=\"/?typo3(?:conf|temp)/", "<img[^>]+ src=\"/?typo3(?:conf|temp)/",
"<!--\n\tThis website is powered by TYPO3" "This website is powered by TYPO3"
], ],
"icon": "TYPO3.svg", "icon": "TYPO3.svg",
"implies": "PHP", "implies": "PHP",
@ -235,6 +235,9 @@
"generator": "TYPO3\\s+(?:CMS\\s+)?(?:[\\d.]+)?(?:\\s+CMS)?" "generator": "TYPO3\\s+(?:CMS\\s+)?(?:[\\d.]+)?(?:\\s+CMS)?"
}, },
"oss": true, "oss": true,
"probe": {
"/typo3/sysext/core/Resources/Public/Images/typo3_orange.svg": ""
},
"scriptSrc": "^/?typo3(?:conf|temp)/", "scriptSrc": "^/?typo3(?:conf|temp)/",
"url": "/typo3/", "url": "/typo3/",
"website": "https://typo3.org/" "website": "https://typo3.org/"