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

11 lines
232 B
JSON

{
"name": "AsciiDoc",
"website": "http://www.methods.co.nz/asciidoc",
"matches": [
{
"search": "meta[generator]",
"regexp": "^AsciiDoc ([\\d.]+)",
"offset": 1
}
]
}