mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "Chamilo",
|
|
"website": "http://www.chamilo.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "Chamilo ([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "\">Chamilo ([\\d.]+)</a>",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Chamilo ([\\d.]+)",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |