mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"name": "Ruby on Rails",
|
|
"website": "https://rubyonrails.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[_session_id]",
|
|
"regexp": ".*",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "mod_(?:rails|rack)"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "mod_(?:rails|rack)"
|
|
},
|
|
{
|
|
"search": "meta[csrf-param]",
|
|
"regexp": "^authenticity_token$",
|
|
"certainty": 50
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/assets/application-[a-z\\d]{32}/\\.js",
|
|
"certainty": 50
|
|
}
|
|
],
|
|
"implies": "Ruby"
|
|
} |