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

15 lines
271 B
JSON

{
"name": "RiteCMS",
"website": "http://ritecms.com",
"matches": [
{
"search": "meta[generator]",
"regexp": "^RiteCMS(?: (.+))?",
"offset": 1
}
],
"implies": [
"PHP",
"SQLite"
]
}