[TASK] Add some additional checks for TYPO3

main
Tizian Schmidlin 5 years ago
parent 63d185c766
commit d9fb5d78f3

@ -10713,14 +10713,15 @@
1
],
"html": [
"<link[^>]+ href=\"typo3(?:conf|temp)/",
"<img[^>]+ src=\"typo3(?:conf|temp)/"
"<link[^>]+ href=\"/?typo3(?:conf|temp)/",
"<img[^>]+ src=\"/?typo3(?:conf|temp)/",
"<!--\n\tThis website is powered by TYPO3"
],
"icon": "TYPO3.svg",
"implies": "PHP",
"script": "^typo3(?:conf|temp)/",
"script": "^/?typo3(?:conf|temp)/",
"meta": {
"generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1"
"generator": "TYPO3\\s+(?:CMS\\s+)?(?:[\\d.]+)?(?:\\s+CMS)?"
},
"url": "/typo3/",
"website": "https://typo3.org/"

@ -1,6 +1,6 @@
{
"name": "wappalyzer",
"version": "5.8.4",
"version": "5.8.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Loading…
Cancel
Save