mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
26 lines
769 B
JSON
26 lines
769 B
JSON
{
|
|
"name": "Snare",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Snare - Snare Server Remote Control web interface",
|
|
"website": "http://www.intersectalliance.com/projects/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^SNARE\\/([\\d\\.]+)$)"
|
|
},
|
|
{
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:Digest realm=\"SNARE\")"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<H2><CENTER>SNARE Version ([\\d\\.]+) Status Page<\\/H2><\\/CENTER>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"text": "<ADDRESS>Snare Server Remote Control facility</ADDRESS>"
|
|
}
|
|
]
|
|
}
|