mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "Apache Tomcat",
|
|
"website": "http://tomcat.apache.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "^Apache-Coyote(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "\\bTomcat\\b(?:-([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Java"
|
|
} |