mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
847 B
JSON
21 lines
847 B
JSON
{
|
|
"name": "Sawmill",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Sawmill is a universal log analysis/reporting tool for almost any log including web, media, email, security, network and application logs.",
|
|
"website": "http://www.sawmill.net/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<tr><td>Username:<\\/td><td>Administrator<input type=\"hidden\" name=\"cgionly_authentication_username\" value=\"([^\\\"]+)\"><\\/td><\\/tr>)"
|
|
},
|
|
{
|
|
"text": "<td><input id=\"password\" class=\"username-psw text\" type=\"password\" value=\"\" /><div id=\"password:error\" class=\"form-error\"></div></td>"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Sawmill\\/([^\\s]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|