![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
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... |
|
|
|
|
|
#2 (permalink) |
|
Alien Paranoid Stumbler
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." |
|
|
|
|
|
#3 (permalink) | |
|
Country Boy.
Join Date: Aug 2002
Location: Deep in the Woods.
Posts: 1,968
|
Quote:
__________________
audit Blackberry Outage Mail List. Be the one of first people to know about RIM outages. |
|
|
|
|
|
|
#4 (permalink) |
|
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 |
|
|
|
|
|
#5 (permalink) | |
|
Yep ...
Join Date: Jun 2002
Location: Wardriving.INFO
Posts: 344
|
Quote:
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. |
|
|
|
|
|
|
#8 (permalink) |
|
Registered Member
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 |
|
|
|
|
|
#9 (permalink) | |
|
Yep ...
Join Date: Jun 2002
Location: Wardriving.INFO
Posts: 344
|
Quote:
Cheers for now. TheWatcher
__________________
Wardriving.INFO - "wireless web portal" Wireless Sniffers - we got them, let me know if I missed your tools. |
|
|
|
|
|
|
#10 (permalink) |
|
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. |
|
|
|
|
|
#11 (permalink) | |
|
Asshole Emeritus
Join Date: May 2003
Location: Goomba's Booty Boardwalk
Posts: 6,150
|
Quote:
__________________
"My mind is aglow with whirling, transient nodes of thought careening through a cosmic vapor of invention." Sons of Confederate Veterans |
|
|
|
|
|
|
#13 (permalink) |
|
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. |
|
|
|
|
|
#14 (permalink) |
|
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) |
|
|
|