Files
OneForAll-mirror/data/rules/wappalyzer/neos flow.json
T
2020-07-29 00:02:06 +08:00

13 lines
272 B
JSON

{
"name": "Neos Flow",
"website": "https://flow.neos.io",
"matches": [
{
"search": "headers[x-flow-powered]",
"regexp": "Flow/?(.+)?$",
"offset": 1
}
],
"implies": "PHP",
"excludes": "TYPO3 CMS"
}