对比分析
| 名称 | 备注 | 链接 |
|---|---|---|
| bindiff | 二进制文件对比 | https://www.zynamics.com/software.html |
| beyond compare | 文件对比 文件夹对比 |
https://www.beyondcomparepro.com/download |
代码审计
审计语言仅供参考,有些工具可以审计多种类型的语言
| 名称 | 审计语言 | 备注 | 链接 |
|---|---|---|---|
| chatGPT-CodeReview | https://github.com/Kento-Sec/chatGPT-CodeReview | ||
| checkstyle | Java | https://checkstyle.sourceforge.io/ | |
| chanzi | Java | 铲子 | https://www.chanzikeji.com/ https://github.com/Chanzi-keji/chanzi |
| find-sec-bugs | https://github.com/find-sec-bugs/find-sec-bugs | ||
| findbugs | Java | https://findbugs.sourceforge.net/ | |
| flawfinder | C|C++ | https://dwheeler.com/flawfinder/#downloading | |
| graudit | Java | https://github.com/wireghoul/graudit | |
| RCEScanner | PHP | https://github.com/mhaskar/RCEScanner | |
| seay | PHP | https://github.com/f1tz/cnseay | |
| Fortify | https://www.shungg.cn/301.html | ||
| Kunlun-M | PHP|JavaScript | 昆仑镜 | https://github.com/LoRexxar/Kunlun-M |
| Rips | PHP | https://github.com/ripsscanner/rips | |
| spotbugs | Java | FindBugs改进版本 | https://github.com/spotbugs/spotbugs |
| SonarLint | Java | https://www.sonarsource.com/products/sonarlint/features/connected-mode/ | |
| PMD | Java | https://pmd.github.io/ |