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

17 lines
555 B
JSON

{
"name": "PHP-XMLRPC",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "XML-RPC for PHP is a library implementing the XML-RPC protocol, written in PHP. It is also known as PHPXMLRPC.",
"website": "http://phpxmlrpc.sourceforge.net/",
"matches": [
{
"text": "<meta name=\"generator\" content=\"XML-RPC for PHP\" />"
},
{
"regexp": "(?-mix:<div class=\"footer\">Generated using PHP-XMLRPC ([\\d\\.]+)<\\/div>)",
"offset": 1
}
]
}