Re: Word list maniputlator
I have updated this, there were a lot of bugs as i hadn't tested it before (Foolish i know) but now it should be awesome!
Re: Word list maniputlator
Thanks for sharing, Middle.
I highly doubt your tool will be integrated into BackTrack as there already exist enough tools and scripts to manipulate wordlists right within the standard BackTrack-DVD. Other than that your post made me smile. As for a "Custom-WPA Other Super-WPA Uber-WPA Wordlister", your work certainly doesn't have many options. But don't hang loose, have a look at purehates Wordlist Menu Tool @ Question Defense (which by the way works right out of the box when used with BackTrack 4) in the meantime. It absolutely rocks!
Welcome to the forums.
SecUpwN
Re: Word list maniputlator
No i think you missed what the items at the top in green are. They are the files in the current directory AKA the word lists.
And i was un-aware of similar tools, i hadn't been able to find anything similar!
Cheers
Re: Word list maniputlator
Quote:
Originally Posted by
Middle
They are the files in the current directory AKA the word lists.
How come you won't join all these together, sort, unique them and mangle the whole list with JTR to create the ultimate H4xX0R-1337PWN-List?
Then you could simply split it into digestible parts and share it with the community. Seems like a much nicer contribution to me.
Indeed, cheers!
SecUpwN
Re: Word list maniputlator
Well i have made my word list for my uses, but the point is i that everyone has different needs from word lists, for example some may be using short word lists for brute forcing admin logins of routers or table names for blind SQL and those would be very different to my 6GB word list designed for WPA cracking. Also bear in mind that for the majority of people it would take a week to work through a 6GB file, and even then the 6GB file doesn't have, say local phone numbers in or foreign words, (I'm English) it is always a good idea to use CUPP to make a list of likely words and tack that on to your usual word list.
So yes i could upload my word list made especially for WPA in my area, however there isn't much point, as the usage of word lists differs greatly and the idea of this tool is to make the handling of those word lists a lot easier!
If you really want some of those word lists google 13GB WPA word list torrent, thats what i STARTED with but now it has been cut down loads!
Thanks a lot any ways!
Re: Word list maniputlator
I've seen a guide on JTR on another topic, but the link no longer works, does anyone know of any other guides, or where I can find some literature?
I'm trying to create some custom rules to remove some words from a few custom dictionaries...
Re: Word list maniputlator
You could use something like this:
Code:
cat file1.txt | sed s/"string to remove"// >> file2.txt
rm file1.txt
mv file2.txt file1.txt
That would remove all of the strings you define. So remember if you put 'a' it will remove all of the a's in the file.
Hope that helped!
Is this something you would like to be added to this script?
~Middle
Re: Word list maniputlator
Similar to what I want, I think I may have to bite the bullet and get some tutorials on scripting!
I was hoping for two different commands, one to remove anything <8> characters, the other would be to remove any line which contains any 3 repeating characters.
Where's the best place to start learning scripting....I'm currently at level 0 lol
Re: Word list maniputlator
Hi Diablo84, welcome to our forums!
Quote:
Originally Posted by
Diablo84
I was hoping for two different commands, one to remove anything <8> characters, the other would be to remove any line which contains any 3 repeating characters.
Well, and I was hoping you would read the whole thread before asking. Have a look at response #3 and you'll notice the link to the script which does all of that and more. cheers.
SecUpwN