-
```
require 'ronin/wordlist'
words = %w[foo bar baz]
wl = Ronin::Wordlist.new(words, 'o' => ['0', '()'])
wl.save('wlmutate')
```
results in:
```
/.rvm/gems/ruby-1.9.3-p194/gems/ronin-support-0.5.0.r…
-
Consider:
```
require 'ronin/network/udp/proxy'
require 'hexdump'
Ronin::Network::UDP::Proxy.start(:port => 1194, :server => ['meow.com', 1194]) do |proxy|
address = lambda { |socket|
addrinfo…
-
I don't think this is very important, but there is not great error handling for the arguments. Assume I use the following command:
```
ronin wordlist -v -i wlmutate -m "{o=>'4'}"
/.rvm/gems/ruby-1.…
-
With the following code:
```
require 'wordlist/builders/website'
ws = Wordlist::Builders::Website.build( file, {
:host => 'ronin-ruby.github.com'
})
```
The following error results:
```
/.rvm/ge…
-
Add a proxy command for using [Ronin::Network::TCP::Proxy](https://github.com/ronin-ruby/ronin-support/blob/network_proxy/lib/ronin/network/tcp/proxy.rb) and [Ronin::Network::UDP::Proxy](https://githu…
-
After importing the first `EmailAddress` using `ronin-emails --import=emails.txt` (containing only `alice@example.com`), the email address cannot be queried.
```
>> UserName.first
~ (0.000128) SELEC…
-
While installing a gem under rubinius 1.2.0dev, I noticed a bunch of these exceptions:
```
[error]: Unhandled exception in YARD::Handlers::Ruby::Legacy::ClassHandler:
[error]: in `lib/ronin/databas…
-
Having an issue with the specs on macosx.
``` shell
ronin (master) $ rake spec --trace …
-
I was running [ronin-support](http://github.com/ronin-ruby/ronin-support) specs against Rubinius 2.0.0.pre, and noticed that specs for [IPAddr.each](https://github.com/ronin-ruby/ronin-support/blob/ma…
-
```
ruby-1.9.2-p136 :002 > require 'ronin/web'
TypeError: superclass mismatch for class Text
from /home/victor.pereira/.rvm/gems/ruby-1.9.2-p136/gems/ronin-web-0.2.1/lib/ronin/web/extensions/nokog…