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

18 lines
401 B
JSON

{
"name": "Adobe ColdFusion",
"website": "http://adobe.com/products/coldfusion-family.html",
"matches": [
{
"search": "headers[cookie]",
"regexp": "CFTOKEN="
},
{
"regexp": "<!-- START headerTags\\.cfm"
},
{
"search": "script",
"regexp": "/cfajax/"
}
],
"implies": "CFML"
}