267 lines
7.4 KiB
Plaintext
267 lines
7.4 KiB
Plaintext
|
|
[{
|
|||
|
|
"shell": "zend_guard_loader.sh",
|
|||
|
|
"name": "ZendGuardLoader",
|
|||
|
|
"versions": ["53", "54", "55", "56"],
|
|||
|
|
"msg": "Used to decrypt ZendGuard encryption scripts!",
|
|||
|
|
"type": "script decryption",
|
|||
|
|
"check": "ZendGuardLoader.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "zend_optimizer.sh",
|
|||
|
|
"name": "ZendOptimizer",
|
|||
|
|
"versions": ["52"],
|
|||
|
|
"msg": "Used to decrypt the ZendOptimizer encryption script!",
|
|||
|
|
"type": "script decryption",
|
|||
|
|
"check": "ZendOptimizer.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "ioncube.sh",
|
|||
|
|
"name": "ionCube",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Used to decrypt the ionCube Encoder encryption script!",
|
|||
|
|
"type": "script decryption",
|
|||
|
|
"check": "ioncube_loader_lin"
|
|||
|
|
}, {
|
|||
|
|
"shell": "fileinfo.sh",
|
|||
|
|
"name": "fileinfo",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Used to get file MIME, encoding, etc!!",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "fileinfo.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "opcache.sh",
|
|||
|
|
"name": "opcache",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "for speeding up PHP scripts!",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "opcache.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "xcache.sh",
|
|||
|
|
"name": "xcache",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56"],
|
|||
|
|
"msg": "Support script cache and variable cache!",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "xcache.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "memcache.sh",
|
|||
|
|
"name": "memcache",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72"],
|
|||
|
|
"msg": "Powerful Content Cache",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "memcache.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "memcached.sh",
|
|||
|
|
"name": "memcached",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "More advanced features than memcache support",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "memcached.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "redis.sh",
|
|||
|
|
"name": "redis",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Key-Value database based on memory can also be persisted",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "redis.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "apc.sh",
|
|||
|
|
"name": "apc",
|
|||
|
|
"versions": ["53", "54"],
|
|||
|
|
"msg": "script buffer",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "apc.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "apcu.sh",
|
|||
|
|
"name": "apcu",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "script buffer",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "apcu.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "imagemagick.sh",
|
|||
|
|
"name": "imagemagick",
|
|||
|
|
"versions": ["54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Imagick High Performance Graphics Library",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "imagick.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "xdebug.sh",
|
|||
|
|
"name": "xdebug",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Not much to say, don't know if you don't know",
|
|||
|
|
"type": "debugger",
|
|||
|
|
"check": "xdebug.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "imap.sh",
|
|||
|
|
"name": "imap",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Mail server mandatory",
|
|||
|
|
"type": "mail service",
|
|||
|
|
"check": "imap.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "exif.sh",
|
|||
|
|
"name": "exif",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "for reading picture EXIF information",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "exif.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "intl.sh",
|
|||
|
|
"name": "intl",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "Provide international support",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "intl.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "xsl.sh",
|
|||
|
|
"name": "xsl",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "xsl parsing extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "xsl.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "swoole.sh",
|
|||
|
|
"name": "Swoole",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72"],
|
|||
|
|
"msg": "Asynchronous, Parallel, High Performance Network Communication Engine",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "swoole.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "swoole4.sh",
|
|||
|
|
"name": "Swoole4",
|
|||
|
|
"versions": ["70", "71", "72", "73"],
|
|||
|
|
"msg": "swoole4.x version",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "swoole.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "eaccelerator.sh",
|
|||
|
|
"name": "eAccelerator",
|
|||
|
|
"versions": ["52", "53", "54"],
|
|||
|
|
"msg": "content buffer",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "eaccelerator.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "yaf.sh",
|
|||
|
|
"name": "yaf",
|
|||
|
|
"versions": ["54", "55", "56", "70", "71", "72"],
|
|||
|
|
"msg": "Yaf is a PHP framework written in C",
|
|||
|
|
"type": "framework",
|
|||
|
|
"check": "yaf.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "phalcon.sh",
|
|||
|
|
"name": "phalcon",
|
|||
|
|
"versions": ["55", "56", "70", "71", "72"],
|
|||
|
|
"msg": "phalcon is a PHP framework written in C",
|
|||
|
|
"type": "framework",
|
|||
|
|
"check": "phalcon.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "mongo.sh",
|
|||
|
|
"name": "mongo",
|
|||
|
|
"versions": ["53", "54", "55", "56"],
|
|||
|
|
"msg": "Mongodb database connection driver",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "mongo.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "yac.sh",
|
|||
|
|
"name": "yac",
|
|||
|
|
"versions": ["70", "71", "72"],
|
|||
|
|
"msg": "High-performance lock-free shared memory Cache",
|
|||
|
|
"type": "buffer",
|
|||
|
|
"check": "yac.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "sg11.sh",
|
|||
|
|
"name": "sg11",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72"],
|
|||
|
|
"msg": "php code obfuscated encryption",
|
|||
|
|
"type": "script encryption",
|
|||
|
|
"check": "ixed.lin"
|
|||
|
|
}, {
|
|||
|
|
"shell": "pgsql.sh",
|
|||
|
|
"name": "pgsql",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension (requires postgresql to be installed in advance)",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "pgsql.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "pdo_pgsql.sh",
|
|||
|
|
"name": "pdo_pgsql",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension (requires postgresql to be installed in advance)",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "pdo_pgsql.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "readline.sh",
|
|||
|
|
"name": "readline",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "readline.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "snmp.sh",
|
|||
|
|
"name": "snmp",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "snmp.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "recode.sh",
|
|||
|
|
"name": "recode",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "recode.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "enchant.sh",
|
|||
|
|
"name": "enchant",
|
|||
|
|
"versions": ["53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "enchant.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "pspell.sh",
|
|||
|
|
"name": "pspell",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "pspell.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "bz2.sh",
|
|||
|
|
"name": "bz2",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "bz2.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "sysvshm.sh",
|
|||
|
|
"name": "sysvshm",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "sysvshm.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "calendar.sh",
|
|||
|
|
"name": "calendar",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "calendar.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "gmp.sh",
|
|||
|
|
"name": "gmp",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "gmp.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "wddx.sh",
|
|||
|
|
"name": "wddx",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "wddx.so"
|
|||
|
|
}, {
|
|||
|
|
"shell": "sysvmsg.sh",
|
|||
|
|
"name": "sysvmsg",
|
|||
|
|
"versions": ["52", "53", "54", "55", "56", "70", "71", "72", "73"],
|
|||
|
|
"msg": "php official extension",
|
|||
|
|
"type": "general extension",
|
|||
|
|
"check": "sysvmsg.so"
|
|||
|
|
}]
|