mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
740 B
JSON
23 lines
740 B
JSON
{
|
|
"name": "darkstat",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "darkstat captures network traffic, calculates statistics about usage, and serves reports over HTTP.",
|
|
"website": "http://unix4lyfe.org/darkstat/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<li class=\"label\">darkstat ([^\\s^<]+)<\\/li><li><a href=\"[^\"]+\">graphs<\\/a><\\/li>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>darkstat ([^\\s]+) : graphs ([^\\s^\\)]+)<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^darkstat\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|