Sunday, June 28, 2009

Cracking PSK

Just thought of posting a quick tip and way on cracking WPA/PSK passwords.

airodump-ng --channel 11 --bssid 00:14:BF:A9:F7:E7 -w ~/linksys

this will start to capture packets. We only need ONE handshake! look at the data# tab and after it reaches around 200kb you can safly abort.You don't need to be associated with any network. Next you crack with aircrack-ng

aircrack -w /pentest/paswords/jrt/passlist ~/linksys*

That's it you will wait for the password to be cracked. Then you'll be able to log into that network

Thursday, June 25, 2009

crack.pl released

I'm happy to release crack.pl which is a perl script designed for linux to crack md5 and sha1 pass words. Hopefully i'll add more stuff like ntlm and lm support but for now it's just md5 and sha1. You can download it from "http://kalgecin.110mb.com/index.php?id=codes".
It can be used with a dictionary or brute force where it will try from a to zzzzzzzz. bruteforce is a very slow process and take very long time for passwords longer than 5 characters.This script can also be used to generate a "rainbow table" which has a form of "hash : password". This tables take a lot of space and you will have to use "sort -u -o " to remove any duplicates.
For any feedback please leave a comment or email me at kalgecin@gmail.com
Hope you will enjoy this script.

Monday, June 22, 2009

I'M BACK!

sorry for those who have been waiting for me to post something. i've been busy with the exams and had to put my mischief asside :)
any way i'm through. and currently making an md5/sha1 cracking script in perl. i'll post it to my site(kalgecin.110mb.com) soon. i'll post here as soon as i do. please if you have any suggestions. comment them or email me at kalgecin@gmail.com.
currently it may be used with a dictionary or bruteforce.
best of lack to all.