Installation(安装)

系统支持

系统支持情况
mac OS支持
Linux支持
Windows暂不支持

Python版本

Cobra可运行在以下Python版本

  • 2.6
  • 2.7
  • 3.3
  • 3.4
  • 3.5
  • 3.6
  • 3.6+

特殊依赖

以下系统需要单独安装依赖。

macOS系统依赖

  1. brew install grep findutils flex phantomjs

Ubuntu系统依赖

  1. apt-get install flex bison phantomjs

CentOS系统依赖

  1. yum install flex bison phantomjs

安装方法

  1. git clone https://github.com/WhaleShark-Team/cobra.git && cd cobra
  2. pip install -r requirements.txt
  3. python cobra.py --help

下一章:CLI模式使用方法