Minor phrasing improvements in scoutsuite setup tutorials

This commit is contained in:
VakarisZ 2020-10-14 11:30:44 +03:00
parent eb5f809195
commit f894256e56
2 changed files with 6 additions and 6 deletions

View File

@ -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). 1. Configure AWS CLI on Monkey Island Server (if you already have a configured CLI you can skip this step).
<ol className={'nested-ol'}> <ol className={'nested-ol'}>
<li> <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 target={'_blank'} variant={'link'}>AWS CLI</Button> and
install it on the Monkey Island server (machine running this page). install it on the Monkey Island server (machine running this page).
</li> </li>
<li> <li>
2. Run <code>aws configure</code>. It's important to configure credentials, which b. Run <code>aws configure</code>. It's important to configure credentials as it
allows ScoutSuite to get information about your cloud configuration. The most trivial way to do so is to allows ScoutSuite to get information about your cloud configuration. The simplest way to do so is to
provide&nbsp; provide&nbsp;
<Button <Button
href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'} href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'}

View File

@ -87,7 +87,7 @@ const getContents = (props) => {
<p>2. In the navigation pane, choose Users.</p> <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 <p>3. Choose the name of the user whose access keys you want to create, and then choose the Security credentials
tab.</p> 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>To view the new access key pair, choose Show. Your credentials will look something like this:</p>
<p>Access key ID: AKIAIOSFODNN7EXAMPLE</p> <p>Access key ID: AKIAIOSFODNN7EXAMPLE</p>
<p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p> <p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p>
@ -100,8 +100,8 @@ const getContents = (props) => {
<h5>Keys for current user</h5> <h5>Keys for current user</h5>
<p>1. Click on your username in the upper right corner.</p> <p>1. Click on your username in the upper right corner.</p>
<p>2. Click on "My security credentials".</p> <p>2. Click on "My security credentials".</p>
<p>3. In the Access keys section, choose Create access key.</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>To view the new Access key pair, choose Show. Your credentials will look something like this:</p>
<p>Access key ID: AKIAIOSFODNN7EXAMPLE</p> <p>Access key ID: AKIAIOSFODNN7EXAMPLE</p>
<p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p> <p>Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY</p>
<Row> <Row>