# chip **Repository Path**: csharphpython/chip ## Basic Information - **Project Name**: chip - **Description**: a simple tool to detect potential security threat in php code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-16 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chip - 发现所有PHP动态特性安全隐患 ## 工具介绍 ![](screenshot/1.png) 用一些简单的问题来介绍Chip工具。 ### 这个工具是做什么的? PHP源代码静态分析,发掘所有可能由于动态特性导致的安全隐患。 ### 什么是“动态特性”? 一段代码,其使用变量作为参数,且改变变量的值将可能导致这段代码发生功能上的变化,我将这种现象成为“PHP的动态特性”。 例如: ```php create(); $alarm = $chipManager->detect('getMessage(); } ``` ## 应该参考的项目 - https://github.com/nbs-system/php-malware-finder - https://github.com/OneSourceCat/phpvulhunter