Skip to content

Commit 0e45e2e

Browse files
committed
Merge branch 'master' of github.com:HackTricks-wiki/hacktricks-cloud
2 parents d95f15f + 84c9455 commit 0e45e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pentesting-cloud/aws-security/aws-services/aws-ec2-ebs-elb-ssm-vpc-and-vpn-enum/aws-vpc-and-networking-basic-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Subnets helps to enforce a greater level of security. **Logical grouping of simi
3333

3434
- Valid CIDR are from a /16 netmask to a /28 netmask.
3535
- A subnet cannot be in different availability zones at the same time.
36-
- **AWS reserves the first three host IP addresses** of each subnet **for** **internal AWS usage**: he first host address used is for the VPC router. The second address is reserved for AWS DNS and the third address is reserved for future use.
36+
- **AWS reserves the first three host IP addresses** of each subnet **for** **internal AWS usage**: the first host address used is for the VPC router. The second address is reserved for AWS DNS and the third address is reserved for future use.
3737
- It's called **public subnets** to those that have **direct access to the Internet, whereas private subnets do not.**
3838

3939
### Route Tables

src/pentesting-cloud/aws-security/aws-services/aws-s3-athena-and-glacier-enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ aws s3api list-buckets
157157

158158
# list content of bucket (no creds)
159159
aws s3 ls s3://bucket-name --no-sign-request
160-
aws s3 ls s3://bucket-name --recursive
160+
aws s3 ls s3://bucket-name --recursive --no-sign-request
161161

162162
# list content of bucket (with creds)
163163
aws s3 ls s3://bucket-name

0 commit comments

Comments
 (0)