Skip to content
Xavier Garceau-Aranda edited this page Aug 19, 2019 · 15 revisions

Requirements

  • python
  • python-pip
    • We recommend using a virtual environment

Installation via PIP

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install scoutsuite
$ scout --help

Installation from Git

$ git clone https://github.com/nccgroup/ScoutSuite
$ cd ScoutSuite
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python scout.py --help
Clone this wiki locally