#安装部分依赖
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
#运行 && 部分截图
================