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

12 lines
240 B
JSON

{
"name": "Grav",
"website": "http://getgrav.org",
"matches": [
{
"search": "meta[generator]",
"regexp": "GravCMS(?:\\s([\\d.]+))?",
"offset": 1
}
],
"implies": "PHP"
}