mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
16 lines
361 B
JSON
16 lines
361 B
JSON
{
|
|
"name": "SUSE",
|
|
"website": "http://suse.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "SUSE(?:/?\\s?-?([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "SUSE(?:/?\\s?-?([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |