gandaran Posted January 31, 2011 Posted January 31, 2011 Hi, is there any wordlist maker like the windows Raptor3 for linux? I hardly use windows now, it would be nice if there was some app similar to Raptor3, if there isn't anything couldn't some programmer think about making one? thanks Quote
Jamo Posted January 31, 2011 Posted January 31, 2011 Maybe you should use tools in BT4, such as cupp crunch. In my opinion those are best tools for creating wordlists. What distro doe that "linux" exactly mean ie. Ubuntu/debian or something else? Quote
gandaran Posted January 31, 2011 Author Posted January 31, 2011 Maybe you should use tools in BT4, such as cupp crunch. In my opinion those are best tools for creating wordlists. What distro doe that "linux" exactly mean ie. Ubuntu/debian or something else? Ubuntu 10.10, and I do have crunch installed but hardly know how to use it! if there was o gui for crunch that would be nice too! Quote
Mr-Protocol Posted January 31, 2011 Posted January 31, 2011 crunch is good for brute force. Word lists can be downloaded. If you want some odd ball prefix and postfix you might want to just code a simple one in python or something. Quote
Jamo Posted January 31, 2011 Posted January 31, 2011 Ubuntu 10.10, and I do have crunch installed but hardly know how to use it! if there was o gui for crunch that would be nice too! man crunch will help. Its really easy. Hak5 has shown how to use cupp, some years ago. What do you need gui for, crunch <min-len> <max-len> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ -o /path/to/target/file.txt just remember its gonna get really big really quick. Crunch tutorial http://adaywithtape.blogspot.com/2010/04/creating-wordlists-with-crunch-v23.html If you want other tools for passwors check this guide http://www.backtrack-linux.org/forums/backtrack-howtos/68-password-cracking-guide.html and at backtrack-linux forums was a tool that could easily edit your password files. Quote
rufus777 Posted February 9, 2011 Posted February 9, 2011 just remember its gonna get really big really quick. does anyone have a calculator is to measure the GB .... 10 chars is in the "Aa1@"? Quote
Jamo Posted February 15, 2011 Posted February 15, 2011 does anyone have a calculator is to measure the GB .... 10 chars is in the "Aa1@"? root@jarmo:/pentest/passwords/crunch# # ./crunch 10 abcdefghijklmnopqrstuwxyzABCDEFGHIJKLMNOPQRSTUWVXYZ1234567890@! Crunch will now generate 10992836709833658368 bytes of data Crunch will now generate 10483586034616 MB of data Crunch will now generate 10237876986 GB of data 10237876986 GB = 10.24 EB (exabytes) so its a big file. For some reason I couldn't add any special characters. its 1.024×10^7 TB = 10 240 000 TB (terabytes) http://www.wolframalpha.com/input/?i=10237876986GB+ So You are going to runt out of space. And then cracking a password with such password list takes its time. It takes way over 100 years to crack a password - unless you have access to some really powerful computer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.