matugm / dirfuzz

Directory discovery and info gathering of web applications.
https://www.blackbytes.info/2012/02/introducing-dirfuzz/
GNU General Public License v2.0
4 stars 1 forks source link

Installation Guid #4

Open pumamammal opened 10 years ago

pumamammal commented 10 years ago

am new here. Am running windows machine. can you please give me a step by step installation guide?

matugm commented 10 years ago

Sure! You will need ruby installed, you can get it from here: http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p481-x64.exe?direct

Once you have that you will need to open a cmd.exe window and type ruby -v to verify that it's installed correctly.

Next you will need to run the following commands:

gem install term-ansicolor gem install nokogiri gem install work_queue gem install json

Once that's done download the latest version of dirfuzz from here https://github.com/matugm/dirfuzz/archive/v1.6-beta2.zip

To run it navigate using the command line to where you have unpacked it, then execute the following:

ruby dirfuzz.rb

It will show you what options are available.

elihanani commented 9 years ago

Hi, how may I determine the results? Please advise.

matugm commented 9 years ago

You can launch a scan like this: ruby dirfuzz.rb <site-url>.

For example, ruby dirfuzz.rb example.com. The results will be printed on your screen after the scan is complete.