digininja / RSMangler

RSMangler will take a wordlist and perform various manipulations on it similar to those done by John the Ripper with a few extras.
211 stars 35 forks source link

Can't go "full leet"? #7

Open 7MinSec opened 6 years ago

7MinSec commented 6 years ago

Hello!

I'm looking to go "full leet" on a word list file of mine with:

./rsmangler.rb --file myfile.txt -T

When I do I get:

./rsmangler.rb:392:in `gsub!': can't convert Array into String (TypeError)
        from ./rsmangler.rb:392:in `block (2 levels) in <main>'
        from ./rsmangler.rb:391:in `each_pair'
        from ./rsmangler.rb:391:in `block in <main>'
        from ./rsmangler.rb:360:in `each'
        from ./rsmangler.rb:360:in `<main>'

The other options like -e and -t seem to work fine.

Thanks, Brian

dmcxblue commented 5 years ago

Same issues here looks like its just the -T option

7MinSec commented 4 years ago

Just thought I'd give this a bump as I'm trying rsmangler for another assessment and "full leet" gives:

Traceback (most recent call last):
    5: from /opt/rsmangler/rsmangler.rb:362:in `<main>'
    4: from /opt/rsmangler/rsmangler.rb:362:in `each'
    3: from /opt/rsmangler/rsmangler.rb:393:in `block in <main>'
    2: from /opt/rsmangler/rsmangler.rb:393:in `each_pair'
    1: from /opt/rsmangler/rsmangler.rb:394:in `block (2 levels) in <main>'
/opt/rsmangler/rsmangler.rb:394:in `gsub!': no implicit conversion of Array into String (TypeError)
sieira commented 2 years ago

+1

behindblackwalls commented 1 week ago