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

15 lines
386 B
JSON

{
"name": "Adobe RoboHelp",
"website": "http://adobe.com/products/robohelp.html",
"matches": [
{
"search": "meta[generator]",
"regexp": "^Adobe RoboHelp(?: ([\\d]+))?",
"offset": 1
},
{
"search": "script",
"regexp": "(?:wh(?:utils|ver|proxy|lang|topic|msg)|ehlpdhtm)\\.js"
}
]
}