NetStumbler.org Forums

Go Back   NetStumbler.org Forums > NetStumbler Community > Suggestions/Requests
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 04-23-2004   #1 (permalink)
alkats
Registered Member
 
Join Date: Apr 2004
Posts: 15
• AirSnort Windows Installation •

I am not programming inclined and would not be able to complete the tutorial below. I would be most appreciative if someone who really knows this stuff would compile AirSnort on Windows. Here is the full text and links to the author. Please help poor lad.
================================================== ========
http://www.wardrivers.ch/modules.php...c58c2b228b54c7
================================================== ========
AirSnort Installation on Windows
#--- [Tutorial AirSnort on Windows] ---#

(c) 2003 by D. Walther (d.walther@wireless-bern.ch) - Wireless-Bern.ch


-- Introduction --
- - - - - - - - - - - - -
AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys (WEP).
AirSnort operates by passively monitoring transmissions, computing the encryption
key when enough packets have been gathered. AirSnort requires approximately 5-10 million
encrypted packets to be gathered. Once enough packets have been gathered,
AirSnort can guess the encryption password in under a second.

This tutorial will show you, how you are able to install this tool on a windows-based

machine.
Attention: This installation isn't so easy as a "normal" windows application.

If you find some errors or you are missing something, please contact me.

-- Requirements --
- - - - - - - - - - - - - -
• Download the AirSnort source code. A windows makefile is included.
>> http://sourceforge.net/projects/airsnort
• AirSnort for Windows uses the Windows ports of GNU libiconv, GNU gettext runtime for

Win32, GLIB and GTK+1.3, you have also to download
the developer packages (e.g. gtk+-1.3.0-20030717.zip, glib-2.2.3.zip,

gtk+-dev-1.3.0-20030115.zip, glib-dev-2.2.3.zip,
gettext-runtime-0.12.1.bin.woe32.zip, libiconv-1.9.1.bin.woe32.zip).
•
>> http://www.gimp.org/~tml/gimp/win32/index.html
>> http://www2.arnes.si/~sopjsimo/gimp/ (binary packages of GIMP and GTK+1.3)
• Unfortunately, the AirSnort for Windows distribution don't contains any drivers. so you

have to download them
by yourself. You have to download a demo version of AiroPeek or AiroPeek NX from

WildPackets.
>> http://www.wildpackets.com

-- Installation --
- - - - - - - - - - - -
Now you should have the following files (Filenames are depending on the programversion):
• airsnort-0.2.2.tar.gz
• gtk+-1.3.0-20030717.zip
• glib-2.2.3.zip
• gtk+-dev-1.3.0-20030115.zip
• glib-dev-2.2.3.zip
• gettext-runtime-0.12.1.bin.woe32.zip
• libiconv-1.9.1.bin.woe32.zip
• demo version of AiroPeek or AiroPeek NX from WildPackets

First you have to unpack the following files:
• airsnort-0.2.2.tar.gz
• gtk+-1.3.0-20030717.zip
• glib-2.2.3.zip
• gtk+-dev-1.3.0-20030115.zip
• glib-dev-2.2.3.zip
• gettext-runtime-0.12.1.bin.woe32.zip
• libiconv-1.9.1.bin.woe32.zip

Now you have to copy some directories to another places:
X:\gtk+-dev-1.3.0-20030115\include\gdk ---> X:\airsnort-0.2.2\gdk
X:\gtk+-dev-1.3.0-20030115\include\gtk ---> X:\airsnort-0.2.2\gtk
X:\glib-dev-2.2.3\include\glib-2.0\glib ---> X:\airsnort-0.2.2\glib
X:\glib-dev-2.2.3\include\glib-2.0\gobject ---> X:\airsnort-0.2.2\gobject


Now you have to copy some files to another place:
X:\glib-dev-2.2.3\include\glib-2.0\*.* ---> X:\airsnort-0.2.2\src (3 files)
X:\glib-dev-2.2.3\lib\glib-2.0\include\glibconfig.h ---> X:\airsnort-0.2.2\src\glibconfig.h
X:\gtk+-dev-1.3.0-20030115\lib\gtk+\include\gdkconfig.h --->

X:\airsnort-0.2.2\src\gdkconfig.h


Libraries:
X:\glib-dev-2.2.3\lib\glib-2.0.lib ---> X:\Program Files\Microsoft Visual

Studio\VC98\Lib\glib-2.0.lib
X:\gtk+-dev-1.3.0-20030115\lib\gdk.lib ---> X:\Program Files\Microsoft Visual

Studio\VC98\Lib\gdk.lib
X:\gtk+-dev-1.3.0-20030115\lib\gtk.lib ---> X:\Program Files\Microsoft Visual

Studio\VC98\Lib\gtk.lib


If you have installed the MS Visual Studio 6.0 Libraries in another directory than X:\Program

Files\Microsoft Visual Studio\VC98\Libs, then you have to change the Value of the variable

"VC_LIBS" in the "windows.mak" file in the following directory X:\airsnort-0.2.2 .

After you have copied all directories and files, your able to compile AirSnort.

To compile AirSnort, please enter the following command (in the Command Line Interface or

Dos-Box):
X:\airsnort-0.2.2> nmake /f windows.mak

There will be created some directories during the compilation (e.g. bin).

After the compilation you have to copy some other files into the bin directory from AirSnort:
X:\gettext-runtime-0.12.1.bin.woe32\bin\intl.dll ---> X:\airsnort-0.2.2\bin\intl.dll
X:\libiconv-1.9.1.bin.woe32\bin\iconv.dll ---> X:\airsnort-0.2.2\bin\iconv.dll
X:\glib-2.2.3\bin\libglib-2.0-0.dll ---> X:\airsnort-0.2.2\bin\libglib-2.0-0.dll
X:\glib-2.2.3\bin\libgmodule-2.0-0.dll ---> X:\airsnort-0.2.2\bin\libgmodule-2.0-0.dll
X:\gtk+-1.3.0-20030717\lib\libgdk-0.dll ---> X:\airsnort-0.2.2\bin\libgdk-0.dll
X:\gtk+-1.3.0-20030717\lib\libgtk-0.dll ---> X:\airsnort-0.2.2\bin\libgtk-0.dll
X:\Program Files\WildPackets\AiroPeek\Peek3.vxd ---> X:\airsnort-0.2.2\bin\Peek3.vxd
X:\Program Files\WildPackets\AiroPeek\Peek4.sys ---> X:\airsnort-0.2.2\bin\Peek4.sys
X:\Program Files\WildPackets\AiroPeek\Peek5.sys ---> X:\airsnort-0.2.2\bin\Peek5.sys


Now you're able to start the AirSnort (X:\airsnort-0.2.2\bin\airsnort.exe)

The names of the network devices are the registry keys from these devices. If you want to

know which
key is corresponding to which device, you have to have a look into the registry:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards

I've compiled AirSnort under WinXP (with MS Visual Studio 6.0), but it should work under

Win2k, WinNT and Win9x too.

-- Disclaimer --
- - - - - - - - - - - -
This information is supplied without liability. I take no responsibility for any errors or

blue screens!
You will make this installation at your own risk.

-- References --
- - - - - - - - - - - -
- http://airsnort.shmoo.com
- http://www.gimp.org/~tml/gimp/win32/index.html

hinzugefόgt: Mittwoch, 08. Oktober 2003
von: Daniel Walther
Wertung:
Hits: 11312
Sprache : deu
================================================== ========
Thank you, Alex...
alkats is offline   Reply With Quote
Old 04-24-2004   #2 (permalink)
King_Ice_Flash
Alien Paranoid Stumbler
 
King_Ice_Flash's Avatar
 
Join Date: May 2003
Location: WI
Posts: 2,690
Search for airsnort.zip (google.com) It is on the Seatlewireless.com site. It is already compiled for you, but none of us have actually gotten it to work.
__________________
"Yeah," said a voice from under the table, "you go to pieces so fast people get hit by the shrapnel."
King_Ice_Flash is offline   Reply With Quote
Old 04-24-2004   #3 (permalink)
audit
Country Boy.
 
audit's Avatar
 
Join Date: Aug 2002
Location: Deep in the Woods.
Posts: 1,968
Quote:
Originally Posted by King_Ice_Flash
Search for airsnort.zip (google.com) It is on the Seatlewireless.com site. It is already compiled for you, but none of us have actually gotten it to work.
We also have it on michiganwireless
__________________
audit

Blackberry Outage Mail List. Be the one of first people to know about RIM outages.
audit is offline   Reply With Quote
Old 06-21-2004   #4 (permalink)
bame
Registered Member
 
Join Date: Jun 2004
Posts: 1
airsnort on IPAQ - possible??

Hi!

I'm new here and sorry about my bad english !

One question came up to me as I read airsnort was compiled with MS Visual C++ Ver. 6.0.
If you can compile it this way, can you also do it with .NET?
Why this!?

If you can, you can also use ist on PPC, for example on IPAQ. A friend of mine told me, that you can write normal VisualBasic code, compile it under .NET and no probs on running on IPAQ.

Can someone test this?

thanks a lot

greetz bame
bame is offline   Reply With Quote
Old 06-22-2004   #5 (permalink)
TheWatcher
Yep ...
 
TheWatcher's Avatar
 
Join Date: Jun 2002
Location: Wardriving.INFO
Posts: 344
Quote:
Originally Posted by King_Ice_Flash
Search for airsnort.zip (google.com) It is on the Seatlewireless.com site. It is already compiled for you, but none of us have actually gotten it to work.
We also tried to make this work but unsuccessful
http://www.wirelesscon.com/live/modu...thread&tid=111

If anyone had done it, please let me know.
Cheers,
TheWatcher
__________________
Wardriving.INFO - "wireless web portal"
Wireless Sniffers - we got them, let me know if I missed your tools.
TheWatcher is offline   Reply With Quote
Old 07-22-2004   #6 (permalink)
disturbed
Registered Member
 
Join Date: Jul 2004
Posts: 2
works fine for me i have a broadcom wirless G mini pci card and airsnort on windows works great very please
disturbed is offline   Reply With Quote
Old 07-22-2004   #7 (permalink)
King_Ice_Flash
Alien Paranoid Stumbler
 
King_Ice_Flash's Avatar
 
Join Date: May 2003
Location: WI
Posts: 2,690
Got proof? I wanna see a screen shot of this.
__________________
"Yeah," said a voice from under the table, "you go to pieces so fast people get hit by the shrapnel."
King_Ice_Flash is offline   Reply With Quote
Old 07-22-2004   #8 (permalink)
beermuppet
Registered Member
 
beermuppet's Avatar
 
Join Date: Jan 2004
Location: UK
Posts: 119
Yes i want to see proof too, and if ur really telling the truth, how the heck did you do it?
BM
__________________
==
Compatible cards and other wardriving equipment for sale:
http://www.computerguy.co.uk
beermuppet is offline   Reply With Quote
Old 07-22-2004   #9 (permalink)
TheWatcher
Yep ...
 
TheWatcher's Avatar
 
Join Date: Jun 2002
Location: Wardriving.INFO
Posts: 344
Arrow

Quote:
Originally Posted by disturbed
works fine for me i have a broadcom wirless G mini pci card and airsnort on windows works great very please
Me too, I want this tool to work. Would you mind if you can share some tip if you're able to install and use it.

Cheers for now.
TheWatcher
__________________
Wardriving.INFO - "wireless web portal"
Wireless Sniffers - we got them, let me know if I missed your tools.
TheWatcher is offline   Reply With Quote
Old 07-27-2004   #10 (permalink)
caideminia
Registered Member
 
Join Date: Jul 2004
Posts: 1
Quick Fix .. Somewhat.

I was unable to get airsnort running under windows so I installed suse 9.0 through vmware workstation on my laptop running 2k and I had no issues whatsoever which I was surprised about due to it using virtual adapters.

Hardware. Gateway Solo 400mhz, Orinoco PCMCIA 8410-WD Card

Not much of a fix but an annoying solution.
caideminia is offline   Reply With Quote
Old 07-27-2004   #11 (permalink)
G8tK33per
Asshole Emeritus
 
G8tK33per's Avatar
 
Join Date: May 2003
Location: Goomba's Booty Boardwalk
Posts: 6,150
Quote:
Originally Posted by disturbed
works fine for me i have a broadcom wirless G mini pci card and airsnort on windows works great very please
Hmmm, it's been 5 days and still no response to substantiate tha claims. Can you smell that.....?
__________________
"My mind is aglow with whirling, transient nodes of thought careening through a cosmic vapor of invention."

Sons of Confederate Veterans
G8tK33per is offline   Reply With Quote
Old 07-27-2004   #12 (permalink)
Evil2000
Registered Member
 
Evil2000's Avatar
 
Join Date: Sep 2003
Posts: 40
Quote:
Originally Posted by disturbed
works fine for me i have a broadcom wirless G mini pci card and airsnort on windows works great very please
That's BS.
Evil2000 is offline   Reply With Quote
Old 07-27-2004   #13 (permalink)
Techmasta
Registered Member
 
Join Date: May 2004
Posts: 11
I wish there was a pda version of Airsnort. I guess we need a working windows version first though.


http://airsnort.shmoo.com/AirsnortWin.jpg

Last edited by Techmasta : 07-27-2004 at 09:49 AM.
Techmasta is offline   Reply With Quote
Old 10-23-2004   #14 (permalink)
CountZero
Registered Member
 
Join Date: Oct 2004
Posts: 2
I managed to get it to run under windows. will do a test run later

i did a google search for airsnot downloaded the zip, unziped it and fired it up without any problems

i am running win xp pro on a laptop with a Arcadyan Technology Corporation mini pci wirless adapter

since the forum wont let me upload ill have to supply the link where id downloaded it from
Airsnort (zip)
CountZero is offline   Reply With Quote
Old 10-23-2004   #15 (permalink)
King_Ice_Flash
Alien Paranoid Stumbler
 
King_Ice_Flash's Avatar
 
Join Date: May 2003
Location: WI
Posts: 2,690
Why don't you just download it from the airsnort site.
__________________
"Yeah," said a voice from under the table, "you go to pieces so fast people get hit by the shrapnel."
King_Ice_Flash is offline   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

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



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 08:43 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.