ronin-rb / ronin-scanners

A Ruby library for Ronin that provides a Ruby interface to various third-party security scanners.
http://ronin-ruby.github.com/
GNU General Public License v2.0
26 stars 6 forks source link

Bruteforcers #5

Closed postmodern closed 12 years ago

postmodern commented 13 years ago

Bruteforcers are very similar to Scanners, and should have their own namespace (Ronin::Scanners::Bruteforcers) and command (ronin-brute).

Possibly support the following tools:

postmodern commented 13 years ago

Turns out Hydra is old, and won't even recognize /usr/lib64.

postmodern commented 13 years ago

I started a Ruby Ncrack wraper library: https://github.com/sophsec/ruby-ncrack

postmodern commented 12 years ago

Moving Bruteforcing code to Ronin::Bruteforcers. The Bruteforcer base-class will be similar to Scanners, but will not be Enumerable, and support multi-threading.

postmodern commented 12 years ago

Ronin::Bruteforcers is complete. Creating a new ticket for additional Bruteforcer classes.