From f894256e56069c54667e7c01a592d61df24238ca Mon Sep 17 00:00:00 2001 From: VakarisZ <vakarisz@yahoo.com> Date: Wed, 14 Oct 2020 11:30:44 +0300 Subject: [PATCH] Minor phrasing improvements in scoutsuite setup tutorials --- .../scoutsuite-setup/AWSConfiguration/AWSCLISetup.js | 6 +++--- .../scoutsuite-setup/AWSConfiguration/AWSKeySetup.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSCLISetup.js b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSCLISetup.js index ea5665421..178c60d8b 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSCLISetup.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSCLISetup.js @@ -27,13 +27,13 @@ const getContents = (props) => { 1. Configure AWS CLI on Monkey Island Server (if you already have a configured CLI you can skip this step). <ol className={'nested-ol'}> <li> - 1. Download <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html'} + a. Download <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html'} target={'_blank'} variant={'link'}>AWS CLI</Button> and install it on the Monkey Island server (machine running this page). </li> <li> - 2. Run <code>aws configure</code>. It's important to configure credentials, which - allows ScoutSuite to get information about your cloud configuration. The most trivial way to do so is to + b. Run <code>aws configure</code>. It's important to configure credentials as it + allows ScoutSuite to get information about your cloud configuration. The simplest way to do so is to provide <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'} diff --git a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSKeySetup.js b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSKeySetup.js index f4eada510..05ae86f89 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSKeySetup.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/scoutsuite-setup/AWSConfiguration/AWSKeySetup.js @@ -87,7 +87,7 @@ const getContents = (props) => { <p>2. In the navigation pane, choose Users.</p> <p>3. Choose the name of the user whose access keys you want to create, and then choose the Security credentials tab.</p> - <p>4. In the Access keys section, choose Create access key.</p> + <p>4. In the Access keys section, choose Create Access key.</p> <p>To view the new access key pair, choose Show. Your credentials will look something like this:</p> <p>Access key ID: AKIAIOSFODNN7EXAMPLE</p> <p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p> @@ -100,8 +100,8 @@ const getContents = (props) => { <h5>Keys for current user</h5> <p>1. Click on your username in the upper right corner.</p> <p>2. Click on "My security credentials".</p> - <p>3. In the Access keys section, choose Create access key.</p> - <p>To view the new access key pair, choose Show. Your credentials will look something like this:</p> + <p>3. In the Access keys section, choose Create Access key.</p> + <p>To view the new Access key pair, choose Show. Your credentials will look something like this:</p> <p>Access key ID: AKIAIOSFODNN7EXAMPLE</p> <p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p> <Row>