thank you, could be handy to have
I get so sick of trying to remember all the shell commands to create wordlists so I have coded up a bash script which tries to make the process as simple as possible, if anyone is interested. I doubt anyone will want it but I decided to release it anyway.
You can check it out here:
http://tools.question-defense.com/wordlist_tools.sh
---------------- W O R D L I S T T O O L S M E N U --------------------
| V.2 |
| By Purehate |
| 1. Run the entire otimization script |
| 2. Sort a wordlist in alphabetical order |
| 3. Sort a wordlist in reverse alphabetical order |
| 4. Remove all duplicates form a wordlist |
| 5. Remove all whitespace from the begining of each line |
| 6. Remove all non ascii chars from a wordlist |
| 7. Remove all comments from a wordlist (except first line) |
| 8. Specify a min and max password length in a wordlist |
| 9. Manipulate a wordlist with the --rules fuction of john the ripper |
| 10. L33tify a wordlist |
| 11. Delete all lines that match a specific pattern from a file |
| 12. Create a wordlist with crunch |
| 13. Create a wordlist with wyd.pl |
| 14. Create a wordlist wordlist with CUPP |
| 15. Create a wordlist based on phonenumbers |
| 16. Combine a directory full of files into one big list |
| 17. Split a large text file into smaller files |
| 18. Capitalize the first letter of each line in a file |
| 19. Quit |
Select a operation from the menu:
Last edited by purehate; 02-02-2010 at 06:07 PM.
thank you, could be handy to have
Aquillar> hey, you guys ever play kmem russian roulette?
Agnostos> I don't believe I have. care to explain the details?
Aquillar> dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM
Aquillar> keep executing until system crashes
Aquillar> person that crashes system has to buy beer
Agnostos> lol
Agnostos> I wonder if I can sneak that into a server startup script here.
GOOD WORK pureh@te and thanks for sharing this stuff
If anyone has any suggestions for more options or to improve it please let me know. I think it can actually be a pretty cool script once I refine it.
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
My suggestion
1. Merge multiple files
2. Case conversion (U/L or U)
3. Split large file
Last edited by muminrz; 02-02-2010 at 08:42 AM.
Ok I added:
Merge all files in a directory into one big text file
Split a large file into smaller files based on number of lines
Capitalize the first letter of every word in a list
The script was getting to big for my blog so I have it hosted on my website. The link is in the first post.
Gitsnick, Can you be more specific about what commands you mean. That password doc is huge :-)
Thanks a ton, Purehate, I was looking for something like this the other day.
Pureh@te in my opinion Menu looks Ok without spaces
| 1. Run the entire otimization script |
| 2. Sort a wordlist in alphabetical order |
| 3. Sort a wordlist in reverse alphabetical order |
Yeah you are right, plus I have a few more options in mind so i may need to make sub menus.