mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "mod_rails",
|
|
"website": "http://phusionpassenger.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "mod_rails(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "mod_rails(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": [
|
|
"Ruby on Rails",
|
|
"Apache"
|
|
]
|
|
} |