From 08e59d51b1d77e63121c501ab81988867fb8c3c0 Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Sat, 10 Feb 2024 20:52:33 +0100 Subject: [PATCH] Layout --- Enumeration/AWS.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Enumeration/AWS.md b/Enumeration/AWS.md index c59268e..0ee0ad0 100644 --- a/Enumeration/AWS.md +++ b/Enumeration/AWS.md @@ -1,4 +1,4 @@ -# AWS S3 Enumeration +# AWS Enumeration ## Regions @@ -33,6 +33,14 @@ or http://s3.amazonaws.com/BUCKETNAME/FILENAME.ext ``` +### Check Permissions of a bucket + +Do a `PUT` method to see if the bucket may be writeable to upload a file via + +```sh +curl -vvv -X PUT $BUCKET_URL --data "Test of write permissions" +``` + ### List content of public bucket via ```sh @@ -180,14 +188,6 @@ aws secretsmanager list-secrets ws secretsmanager get-secret-value --secret-id --region ``` -## Check Permissions on S3 Bucket - -Do a `PUT` method to see if the bucket may be writeable to upload a file via - -```sh -curl -vvv -X PUT $BUCKET_URL --data "Test of write permissions" -``` - ## Virtual Private Cloud (VPC) Is a logic network segementation method using its own IP address range.