Files
OneForAll-mirror/data/rules/whatweb/phpmoneybooks.json
T
2020-07-29 00:02:06 +08:00

21 lines
908 B
JSON

{
"name": "phpMoneyBooks",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpMoneyBooks - Open Source Financial Software - Requires: PHP/MySQL",
"website": "http://phpmoneybooks.com/",
"matches": [
{
"text": "<tr><td><center><input type=\"submit\" name=\"B1\" value=\" Login \" class=\"button\"></center></td><td><input type=\"checkbox\" name=\"remember\" value=\"1\"> Remember Me</td></tr>"
},
{
"regexp": "(?-mix:<b>phpMoneyBooks: ([^\\s]+) - Star Host Design, LLC &copy 20[\\d]{2} <\\/b><\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<b><a href='http:\\/\\/phpMoneyBooks\\.com'>phpMoneyBooks<\\/a>: ([^\\s]+) - <a href='http:\\/\\/StarHostDesign\\.com'>Star Host Design, LLC &copy<\\/a> 20[\\d]{2} <\\/b><\\/div>)",
"offset": 1
}
]
}