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

23 lines
751 B
JSON

{
"name": "PEAR",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "PEAR - PHP Extension and Application Repository - PEAR is a framework and distribution system for reusable PHP components.",
"website": "http://pear.php.net/",
"matches": [
{
"regexp": "(?-mix:<h2><a id=\"top0\">([\\d]+ Installed Packages), Channel )"
},
{
"regexp": "(?-mix:<h2><a id=\"pkg_([^\\s^\\\"]+)\"><\\/a><a)"
},
{
"certainty": 75,
"text": "<title>PEAR :: PEAR_Info()</title>"
},
{
"regexp": "(?-mix:<tr class=\"v\">\\s+<td class=\"e\">www_dir<\\/td>\\s+<td>([^<]+)<\\/td>\\s+<\\/tr>)"
}
]
}