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

18 lines
566 B
JSON

{
"name": "Microsoft Excel",
"website": "https://office.microsoft.com/excel",
"matches": [
{
"regexp": "(?:<html [^>]*xmlns:w=\"urn:schemas-microsoft-com:office:excel\"|<!--\\s*(?:START|END) OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD\\s*-->|<div [^>]*x:publishsource=\"?Excel\"?)"
},
{
"search": "meta[ProgId]",
"regexp": "^Excel\\."
},
{
"search": "meta[generator]",
"regexp": "Microsoft Excel( [\\d.]+)?",
"offset": 1
}
]
}