This script in Ruby is a small fuzzer for performing brute force attacks on a website to view any open directories.
A good wordlist is obviously required, if you don't know where to find one, search it on google
Dependencies: gem install net-http open-uri
This Code was sampled from this repository