Jump to content
begood

RSMangler - Keyword Based Wordlist Generator

Recommended Posts

Posted

RSMangler will take a wordlist and perform various manipulations on it similar to those done by John the Ripper with a few extras.

The main new feature is permutations mode which takes each word in the list and combines it with the others to produce all possible permutations (not combinations, order matters). For example the words freds, fresh, fish will produce the following list:

freds

fresh

fish

fredsfresh

fredsfish

freshfreds

freshfish

fishfreds

fishfresh

fredsfreshfish

fredsfishfresh

freshfredsfish

freshfishfreds

fishfredsfresh

fishfreshfreds

Each of these new words is then subject to the other mangles, because of this we strongly recommend with permutations mode enabled (default) you use a very small wordlist, 3 start words create a final list containing 4245 words and 5 start words creates a list containing 91975. As a test we tried it with a few hundred words and gave up when the output file got to 3G.

If you try to use a file with more than 5 words you will get a warning and the option to abort.

Other mangles include adding the numbers 1 to 123 to the start and end, 01 to 09 to the start and end, various case manipulations, leet speak, word reversal, ed and ing on the end and doubling words up.

The initial wordlist can either be specified as a file or can be piped in through STDIN.

Installation

RSMangler is written in Ruby and therefore needs Ruby to be installed and working. The script needs to be made executable and it doesn't rely on any gems or anything external.

Download: http://www.randomstorm.com/tools/rsmangler_1.1.tar.bz2

Source: RSMangler Keyword Based Wordlist Generator

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...