mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
697 B
JSON
16 lines
697 B
JSON
{
|
|
"name": "Sphider",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Sphider is a lightweight web spider and search engine written in PHP, using MySQL as its back end database.",
|
|
"website": "http://www.sphider.eu/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<html>[\\s]+<head>[\\s]+<title>[\\s]+Sphider installation script\\.[\\s]+<\\/title>[\\s]+<LINK REL=STYLESHEET HREF=\"admin\\.css\" TYPE=\"text\\/css\">[\\s]+<\\/head>[\\s]+<body>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>Sphider Admin Login<\\/title>[\\s]+<LINK REL=STYLESHEET HREF=\"admin\\.css\" TYPE=\"text\\/css\">[\\s]+<\\/head>)"
|
|
}
|
|
]
|
|
}
|