I am proud to anounce that crack.pl v2 is out and can be downloaded from http://code.google.com/p/kalgecin.
I hope to introduce NT and NTLM cracking in later versions
Enjoy
Friday, August 7, 2009
Thursday, July 16, 2009
NMAP 5.00 Released!!!!!!
Well this is the biggest release since what 2007? Here's what's on their site:
July 16, 2009 -- Insecure.Org is pleased to announce the immediate, free availability of the Nmap Security Scanner version 5.00 from http://nmap.org/. This is the first stable release since 4.76 (last September), and the first major release since the 4.50 release in 2007. Dozens of development releases led up to this.
Considering all the changes, we consider this the most important Nmap release since 1997, and we recommend that all current users upgrade.
Well what are you waiting for? Go get a copy! :)
July 16, 2009 -- Insecure.Org is pleased to announce the immediate, free availability of the Nmap Security Scanner version 5.00 from http://nmap.org/. This is the first stable release since 4.76 (last September), and the first major release since the 4.50 release in 2007. Dozens of development releases led up to this.
Considering all the changes, we consider this the most important Nmap release since 1997, and we recommend that all current users upgrade.
Well what are you waiting for? Go get a copy! :)
Thursday, July 9, 2009
Now on code.google.com
Hi guys, just thought of posting this.
I've created a google code page where i'll be posting my public projects. The page is at
http://code.google.com/p/kalgecin
I've created a google code page where i'll be posting my public projects. The page is at
http://code.google.com/p/kalgecin
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
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.
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
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.
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.
Saturday, May 2, 2009
added tips to my site.
i've added some tips on computer security on my site. feel free to look it up. its still under construction as i'm learning php but take a look anyway.
Subscribe to:
Posts (Atom)