源代码安全审计
Posted smlile-you-me
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了源代码安全审计相关的知识,希望对你有一定的参考价值。
#安装部分依赖
yum -y install flex bison phantomjs git epel-release
#克隆项目
git clone https://github.com/WhaleShark-Team/cobra.git && cd cobra
#安装pip并清理缓存
yum -y install python-pip
yum clean all && yum makecache
#pip安装部分所需
pip install -r requirements.txt
#运行 && 部分截图
================
以上是关于源代码安全审计的主要内容,如果未能解决你的问题,请参考以下文章