Exam GCIH All QuestionsBrowse all questions from this exam
Question 165

What is downloaded when the following command is executed?

$ bucket_finder.rb words --download

    Correct Answer: A

    The command 'bucket_finder.rb words --download' is likely to download names of S3 buckets found in a wordlist. The command indicates that there is a wordlist involved ('words'), and '--download' suggests that the results (which would be bucket names found in the wordlist) will be downloaded. The other options relating to permission settings, content, or just a list of publicly accessible buckets do not align with the functionality suggested by the command.

Discussion
XBalOption: C

Answer is "C"

Vikt0rOption: D

D is the correct answer. It is looking for possible buck names in the word list and reporting whether bucket exists or not, and if it is publicly accessible.