Skip to content
Vincent Fortin edited this page Apr 11, 2019 · 15 revisions

Requirements

  1. python
  2. python-pip

Installation from pip

$ pip install scoutsuite

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