源代码漏洞扫描 -- SCodeScanner
2023-5-25 08:10:12
Author: 系统安全运维(查看原文)
阅读量:25
收藏
SCodeScanner 代表源代码扫描器,用户可以在其中扫描源代码以查找关键漏洞。此扫描程序的主要目标是在代码发布到 Prod 之前找到源代码中的漏洞。目前支持的最新漏洞有:CVE-2022-1465,CVE-2022-1474,CVE-2022-1527,CVE-2022-1532,CVE-2022-1604。git clone https://github.com/agrawalsmart7/scodescanner.git
cd SCodeScanner
pip3 install -r requirements.txt
python3 scscanner.py --help
usage: scscanner.py [-h] {php,yaml} ...
positional arguments:
{php,yaml} Help for more details
php Check help for PHP language
yaml Check help for YAML language
optional arguments:
-h, --help show this help message and exit
https://github.com/agrawalsmart7/scodescanner
文章来源: http://mp.weixin.qq.com/s?__biz=Mzk0NjE0NDc5OQ==&mid=2247520717&idx=1&sn=3429ecfb6d1f1e200c05e9ff423b6217&chksm=c30842bdf47fcbabf7ea3101af272e27909ff0366eba2798698d481de06162e6416746f87d63#rd
如有侵权请联系:admin#unsafe.sh