Merge pull request #7871 from seanhamlin/typo3

More detections for Typo3.
main
Elbert Alias 1 year ago committed by GitHub
commit 1aa093566a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -224,17 +224,16 @@
],
"cpe": "cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*",
"description": "TYPO3 is a free and open-source Web content management system written in PHP.",
"html": [
"<link[^>]+ href=\"/?typo3(?:conf|temp)/",
"<img[^>]+ src=\"/?typo3(?:conf|temp)/",
"<!--\n\tThis website is powered by TYPO3"
],
"dom": "link[href*='typo3conf'], link[href*='typo3temp'], img[src*='typo3conf'], img[src*='typo3temp']"
"icon": "TYPO3.svg",
"implies": "PHP",
"meta": {
"generator": "TYPO3\\s+(?:CMS\\s+)?(?:[\\d.]+)?(?:\\s+CMS)?"
},
"oss": true,
"probe": {
"/typo3/sysext/core/Resources/Public/Images/typo3_orange.svg": ""
},
"scriptSrc": "^/?typo3(?:conf|temp)/",
"url": "/typo3/",
"website": "https://typo3.org/"