Site Statistics
 
Threads: 3,905
Posts: 17,130
Members: 2,912
Users Online: 15
Newest Member: Swordso4


Go Back   PC101 > The Internet, Web Design & Networking > Wireless Networking

Wireless Networking WI-FI, WI-MAX


Reply
 
LinkBack Thread Tools Display Modes
Old 05-22-2006, 09:17 PM   #1
Junior Member
 
Join Date: May 2006
Posts: 3
Rep Power: 0 Stefan is on a distinguished road
Software to Crack WiFi Codes

I am looking for some software to use in Windows to crack WiFi codes.

I want something to crack WEP passwords.

What do you recommend?
Stefan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2006, 11:14 PM   #2
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
We maintain a good list of WiFi Software Tools.

To crack WEP, you might look into AirSnort, BSD-Airtools, and WEPCrack.

Of those three, only AirSnort supports Microsoft Windows -- so it appears that is where you should start.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2006, 03:28 AM   #3
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
How to use the airsnort ? i can't open the program either. An error "This application has failed to start because libgobject-2.0-0.dll was not found."
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2006, 04:39 AM   #4
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Quote:
Originally Posted by Kenshin
How to use the airsnort ? i can't open the program either. An error "This application has failed to start because libgobject-2.0-0.dll was not found."
Well then. let's try to find that DLL.

What operating system are you running?

First, try this command:
Code:
find / -name libgobject-2.0-0.dll -print
Or, if you are running Microsoft Windows, you must issue this command from your root directory:
Code:
DIR /S/P libgobject-2.0-0.dll
If you have that file, then perhaps it is just in the wrong location. If you don't have that file, then perhaps you have a compatible file.

Let's try to find other versions of this DLL:
Code:
find / -name "libgobject-*.dll" -print
Or, in Windows, from your root directory:
Code:
DIR /S/P libgobject-*.dll
I often have good luck, in Unix, using a newer (or ocasionally older) DLL in place of the desired version. In Unix, I do this by linking the DLL to the desired filename. In Windows, you would have to copy the DLL to the new filename.

Or, perhaps even better, DLLDump has libgobject-2.0-0.dll available for download. Unfortunately, they do not state what platform this DLL is compiled for.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2006, 01:17 PM   #5
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
I m running on winXP. I have downloaded it, but where should it be placed ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-11-2006, 03:24 PM   #6
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
I believe that it should go into the Airsnort bin directory.

Have you read and followed Mike's Guide to Airsnort on Windows XP?
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2006, 07:40 AM   #7
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Mike's Guide ? I m sorry that i dont know about that...
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2006, 07:48 AM   #8
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
I have places the file in the bin folder, but it's the same.....
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2006, 12:13 PM   #9
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Quote:
Originally Posted by Kenshin
Mike's Guide ? I m sorry that i dont know about that...
Just click the link in my post above...
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2006, 01:17 PM   #10
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Ya, thanks a lot... But now the problem is the wireless adapter....

Airopeeks doesn't support intel adapter....
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2006, 01:56 PM   #11
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Sorry man, that is a huge bag of suck! :mad:
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-14-2006, 09:14 AM   #12
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Is there any other software can be use to capture packets ? If got, do they work with aisnort ?
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-14-2006, 09:47 AM   #13
Distinguished Member
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Yes, but there are all for Unix.

Got Unix?
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-18-2006, 10:18 AM   #14
Member
 
Join Date: Jun 2006
Location: Malaysia
Posts: 48
Rep Power: 0 Kenshin is on a distinguished road
Unix... Not yet...

Maybe wil try soon....

Thanks anyway...
Kenshin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Benefits Of Custom Software Development Vs. Generic Applications Gabriel Adams Web Design and Development 0 01-18-2007 09:28 PM
WiFi Phones Abhilash Wireless Networking 1 08-27-2006 07:55 PM
Hacking SUSE Linux 10.1 OulZac UNIX / Linux 7 08-26-2006 03:48 PM
FBI pounce on software piracy gang Lyte News, events, alerts and more! 6 02-11-2006 06:01 PM
Nokia Codes imported_krish Gadgets and Gizmos 2 12-08-2005 09:08 PM



All times are GMT -5. The time now is 12:33 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5