mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "Dokeos",
|
|
"website": "https://dokeos.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "Dokeos"
|
|
},
|
|
{
|
|
"regexp": "(?:Portal <a[^>]+>Dokeos|@import \"[^\"]+dokeos_blue)"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Dokeos"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"Xajax",
|
|
"jQuery",
|
|
"CKEditor"
|
|
]
|
|
} |