mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
32 lines
778 B
JSON
32 lines
778 B
JSON
{
|
|
"name": "Drupal",
|
|
"website": "https://drupal.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[expires]",
|
|
"regexp": "19 Nov 1978"
|
|
},
|
|
{
|
|
"search": "headers[x-drupal-cache]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-generator]",
|
|
"regexp": "^Drupal(?:\\s([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<(?:link|style)[^>]+\"/sites/(?:default|all)/(?:themes|modules)/"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Drupal(?:\\s([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "drupal\\.js"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |