RSMangler
RSMangler copied to clipboard
RSMangler will take a wordlist and perform various manipulations on it similar to those done by John the Ripper with a few extras.
Hi, I came across your project and it came real handy for a research work that I was doing. I did some modifications, in case you are interested. Namely I...
Having all options ON by default makes my work very hard whenever I use this tool. I can understand as it is a design choice but there is no easy...
It seems this issue was raised before, the cause being a blank line. In this instance, there are no blank lines in the input. **KALI** [env] Linux kali 6.0.0-kali3-amd64 #1...
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...
Especially when LanMan passwords are discovered, it could be interresting to use rsmangler to produce the correct wordlist to try to discover the NT version (which is case sensitive).
The option `--space` doesn't do anything. It just sets a variable and that's it.
Running something like `rsmangler.rb --file wordlist.txt | head` on a simple 2 word file will work as expected and output first 10 lines but it will throw an exception at...
Turned all options OFF by default, command line parameters turn them on. Added some new common words (most common passwords + general words in passwords) Output is now immediately sent...