begood Posted October 15, 2010 Report Posted October 15, 2010 Ruby-wg is a opensource scalable and reliable wordlist generator written in Ruby. It uses a JMS broker (stomp interface) to store candidate and result words. ruby-wg is scalable: you can run one or more concurrent "wg.rb run" processes, also from different servers/workstations: in this way the speed will increase with the number of concurrent processes...ruby-wg is reliable: the processes "wg.rb run" run for at most "max_run_iterations": when they finish, you can stop/start the (JMS) servers and start the "wg.rb run" processes later without missing data and without restarting the wordlist generation from the beginning... Some Features:* you can run as many concurrent and remote word generators as you want* you can "pause" the wordlist generation and go on later (also after a restart of the pc)* you can monitor jms queues with Activemq Admin Console and jconsole(.exe) Source Checkout - ruby-words-generators - Project Hosting on Google Code Quote