mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "cPanel",
|
|
"website": "http://www.cpanel.net",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[cprelogin]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[cpsession]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "cpsrvd/([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<!-- cPanel"
|
|
}
|
|
]
|
|
} |