0.0
No release in over a year
A Ruby interface to gobuster, a tool used to bruteforce URIs, DNS, VHosts, S3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0

Runtime

~> 0.2, >= 0.2.1
 Project Readme

ruby-gobuster

CI Gem Version

Description

A Ruby interface to gobuster, a tool used to bruteforce URIs, DNS, VHosts, S3.

Features

  • Provides a Ruby interface for running the gobuster command.
  • Supports parsing gobuster -o ... {dir|dns|fuzz|s3} output files.

Examples

Run gobuster --wordlist /path/to/wordlist.txt dir -u https://example.com from Ruby:

require 'gobuster/command'

Gobuster::Command.run(wordlist: '/path/to/wordlist.txt', dir: {url: 'https://example.com'})

Requirements

Install

$ gem install ruby-gobuster

gemspec

gemspec.add_dependency 'ruby-gobuster', '~> 0.1'

Gemfile

gem 'ruby-gobuster', '~> 0.1'

License

Copyright (c) 2022 Hal Brodigan

See {file:LICENSE.txt} for license information.