mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
602 B
JSON
20 lines
602 B
JSON
{
|
|
"name": "Inktomi-Search",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Inktomi Search engine",
|
|
"website": "http://www.inktomi.com/products/search/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Inktomi Search ([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"url": "/util/badkey.html",
|
|
"regexp": "(?-mix:<font size=\"\\+1\"><b>License Key Problems<\\/b><\\/font><br>[\\s]+<b>Inktomi Search ([^<^\\s]+)<\\/b><br>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|