Metasploit mailing list archives

Re: leet generator


From: Carlos Pantelides <carlos_pantelides () yahoo com>
Date: Sun, 12 Feb 2012 05:17:44 -0800 (PST)

Thank you, Sumit, I will add those new combinations

Thank you, Jonathan, for "rubyfing" the scritp. This is the second script in ruby I've ever made. My first version was 
written in php, the second in erlang and I don't like the perlish way of unlesses.  No problem, I will respect the ruby 
way.


Why did you add the PRINT option? if you choose an output file it means that you don't want to see the results in 
screen. If you are only trying some words, they would be short enough. Maybe an APPEND option would be useful, but I 
like the KISS principle


Did you considered that tee_output(), that opens and closes the output file, is called for every generated combination? 
Are you trying to be sure that no partial output is lost if the target volume gets full?

I will measure the performance of the two version and send the winner




Carlos Pantelides


-----------------


http://seguridad-agile.blogspot.com/


----- Original Message -----
From: Jonathan Cran <jcran () 0x0e org>
To: Carlos Pantelides <carlos_pantelides () yahoo com>
Cc: 
Sent: Sunday, February 12, 2012 4:40 AM
Subject: Re: [framework] leet generator

On Sat, Feb 11, 2012 at 7:46 PM, Carlos Pantelides
<carlos_pantelides () yahoo com> wrote:
Well, the script is almost done. The only problem left is how to deal with
the options.

I see a few other modules but I couldn't find a better way to handle empty
values. The way it is done, if you unset an option, the module fails. So I
have to set XXX "" instead of unset. Now I am sleepy, I will try tomorrow
again, but any help will be great.

I think your method is a sane way to deal with combinations of
options. I've done some cleanup on the module and stuck it in a
pastie. Once you're satisfied with the module, please submit it to
redmine at dev.metasploit.com. Thanks!

Find the updated module here: http://pastie.org/3365581


jcran

_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework


Current thread: