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

15 lines
655 B
JSON

{
"name": "ionCube-PHP-Accelerator",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The ionCube PHP Accelerator is an easily installed PHP Zend engine extension that provides a PHP cache, and is capable of delivering a substantial acceleration of PHP scripts without requiring any script changes, loss of dynamic content, or other application compromises.",
"website": "http://www.php-accelerator.co.uk/",
"matches": [
{
"search": "headers[x-accelerated-by]",
"regexp": "(?-mix:^[\\s]*PHPA\\/([^\\r^\\n]*))",
"offset": 1
}
]
}