Wordlist Menu Tool for Backtrack 4 final
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:
Re: Wordlist Menu Tool for Backtrack 4 final
thank you, could be handy to have
Re: Wordlist Menu Tool for Backtrack 4 final
GOOD WORK pureh@te and thanks for sharing this stuff
Re: Wordlist Menu Tool for Backtrack 4 final
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.
Re: Wordlist Menu Tool for Backtrack 4 final
Quote:
Originally Posted by
pureh@te
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.
I wouldn't mind seeing a few more of bofh's password guide tools incorporated into it. The current system beats the hell out of the curses based system I have at the moment.
Re: Wordlist Menu Tool for Backtrack 4 final
My suggestion
1. Merge multiple files
2. Case conversion (U/L or U)
3. Split large file
Re: Wordlist Menu Tool for Backtrack 4 final
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 :-)
Re: Wordlist Menu Tool for Backtrack 4 final
Thanks a ton, Purehate, I was looking for something like this the other day.
Re: Wordlist Menu Tool for Backtrack 4 final
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 |
Re: Wordlist Menu Tool for Backtrack 4 final
Yeah you are right, plus I have a few more options in mind so i may need to make sub menus.