Skip to content

Docker Image

Xavier Garceau-Aranda edited this page Apr 3, 2020 · 10 revisions

Install

  1. Clone the repository, and cd to the directory
  2. docker build -t scoutsuite:latest .

Run

docker run --rm -t \
-v /home/<user>/.aws:/root/.aws:ro \
-v "$(pwd)/results:/opt/scoutsuite-report" \
scoutsuite:latest \
aws
Clone this wiki locally