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

18 lines
490 B
JSON

{
"name": "Microsoft Publisher",
"website": "https://office.microsoft.com/publisher",
"matches": [
{
"regexp": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:publisher\"|<!--[if pub]><xml>)"
},
{
"search": "meta[ProgId]",
"regexp": "^Publisher\\."
},
{
"search": "meta[generator]",
"regexp": "Microsoft Publisher( [\\d.]+)?",
"offset": 1
}
]
}