Wordlist Menu Tool for Backtrack 4 Final
Posted by purehate in Code Snippets at 10:41 PMI get really sick of trying to remember all the commands I use to work with wordlists so I had some free time and decided to finally get it all in one place. I started out just gathering all my notes in a text file but then I decided to code up a menu to make the commands easy to access. Normally I would keep something like this just for my own use since I doubt any one would want it but I decided to release it anyway.
Since I develop for Backtrack Linux I did code this to work on Backtrack 4 final. It would be fairly easy to convert this to work on any distro though provided you had all the dependencies. The file paths would have to be corrected but other than that it should work fine.
The tools you would need to meet the depends are:
- Wyd.pl
- Crunch
- CUPP
- Pw-inspector (part of hydra)
- sed , cat , tr (all standard on most linux distros)
If you use Backtrack 4 though this script will work out of the box.
Here is a screen shot of the menu:
Changelog:
I added 3 new options to the menu
- Combine a directory full of text files into one big text file
- Split one large file in to many small files based on line number
- Capitalize the first letter of first word on each line in a list
I also modified the #6 option to remove all non ascii chars instead of just ^M and ^Z
The script was getting to big for the post so it is now available in our tools section:
http://tools.question-defense.com/wordlist_tools.sh
- How to Switch Between Different Versions of GCC and G++ in Backtrack 4 Final (Or Any Version Of Ubuntu) I had a Backtrack user on IRC today asking about...
- Backtrack 4 Final Installation in VMware with VMware tools With the release of Backtrack 4 final a few days...
- Backtrack 4: Information Gathering: Route: 0trace – Traceroute Firewall Bypass Tool This is the first in a series of Backtrack 4...
- Backtrack 4: Information Gathering: Dmitry – Deepmagic Information Gathering Tool Dmitry or Deepmagic Information Gathering Tool is an all in...
- Backtrack 4 Installation StartX Error: AddScreen/ScreenInit Failed For Driver 0 When installing Backtrack 4 on a Windows Virtual PC VM...
Tags: backtrack, cat, changelog, crunch, cupp, pw-inspector, sed, tools, tr, wordlist, wyd.pl


























Entries (RSS)