Skip to content

Commit 990d118

Browse files
committed
update
1 parent 858c250 commit 990d118

File tree

1 file changed

+32
-0
lines changed
  • Advent-of-Cyber-2021/Day-17-Elf_Leaks

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# Day 17 - Elf Leaks
22

3+
4+
- What is the name of the S3 Bucket used to host the HR Website announcement?
5+
6+
- `******.*******************.***`
7+
8+
- What is the message left in the flag.txt object from that bucket?
9+
10+
- `**** **** ** *** **** ***** **** **** *** ***** ** ** **** ** *****`
11+
12+
- What other file in that bucket looks interesting to you?
13+
14+
- `*********.***`
15+
16+
- What is the AWS Access Key ID in that file?
17+
18+
- `********************`
19+
20+
- What is the AWS Account ID that access-key works for?
21+
22+
- `************`
23+
24+
- What is the Username for that access-key?
25+
26+
- `***********.***`
27+
28+
- There is an EC2 Instance in this account. Under the TAGs, what is the Name of the instance?
29+
30+
- `*********`
31+
32+
- What is the database password stored in Secrets Manager?
33+
34+
- `***********`

0 commit comments

Comments
 (0)