Skip to content

Using ScoutSuite

SethBodine edited this page Aug 21, 2022 · 10 revisions

Prepare the environment

Python Virtual Environment has been set up - this contains python requirements

Updates

Scoutsuite is updated at docker image start-up

Prepare the environment

cd /opt/ScoutSuite/                 # Execution path
. scoutsuite.sh                     # activate the venv environment

AWS

Profile

./scout.py aws --profile [AWS Profile Name] 

Access Key as args

./scout.py aws --profile [AWS Profile Name] --access-key-id [AWS_ACCESS_KEY_ID] --secret-access-key [AWS_SECRET_ACCESS_KEY] --session-token [AWS_SESSION_TOKEN]

Azure

./scout.py azure --user-account-browser

GCP

./scout.py gcp -u [Google Account Name]

Additional Information

Clone this wiki locally