<html>
<head>
<title>Aircrack-2.3 Windows (Wireless WEP crack)</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../css0.css">
</head>
<body>

<!--#include virtual="/doc/header.html" -->

<p align=right>Updated on 10 Dec, 2005 on Windows XP</p>

<H1>Aircrack-2.3 Windows (Wireless WEP crack)</H1>

<p>Aircrack is a set of tools for auditing wireless networks:</p>

<li>airodump: 802.11 packet capture program
<li>aireplay: 802.11 packet injection program
<li>aircrack: static WEP and WPA-PSK key cracker
<li>airdecap: decrypts WEP/WPA capture files 

<!-******************** HEADER ********************>
<h2>Wireless Card Installation</h2>
<ol>
<li>Download Aircrack from 
<a href="http://100h.org/wlan/aircrack/">http://100h.org/wlan/aircrack/</a></li>

<li>Read the documentation (README.html) and follow. 
It has the most comprehensive explanation.</li>

<li>I have a CISCO Aironet 350 and PrismGT card (Corega WLCB-54GT) but only
CISCO works fine on Windows. PrismGT does not work on Windows. 
Aironet 350 works for 11b network.</li>
</ol>

<!-******************** HEADER ********************>
<h2>How to capture (airodump)</h2>
<ol>
<li>Search WLANs. 0 to hop between channels.
<pre>
> <b>airodump.exe</b>
         airodump 2.3 - (C) 2004,2005 Christophe Devine

  usage: airodump <nic index> <nic type> <channel(s)> <output prefix> [ivs only flag]

  Known network adapters:

  18  Cisco Systems 350 Series PCMCIA Wireless LAN Adapter
   2  Intel(R) PRO/100 VE Network Connection
   3  1394 Net Adapter

  Network interface index number  -> <b>18</b>

  Interface types:  'o' = HermesI/Realtek
                    'a' = Aironet/Atheros

  Network interface type (o/a)  -> <b>a</b>

  Channel(s): 1 to 14, 0 = all  -> <b>0</b>

  (note: if you specify the same output prefix, airodump will resume
   the capture session by appending data to the existing capture file)

  Output filename prefix        -> <b>out</b>

  (note: to save space and only store the captured WEP IVs, press y.
   The resulting capture file will only be useful for WEP cracking)

  Only write WEP IVs (y/n)      -> <b>y</b>
</pre></li>

<li>From this screen, you select the channel
<pre>
 BSSID              PWR  Beacons   # Data  CH  MB  ENC   ESSID

 00:0D:0B:98:96:7F   48        2        0  11  54  WEP?  4B18E8C83ABD
 00:A0:B0:40:5C:84   87       13       16   1  54  WEP   HOGE

 BSSID              STATION            PWR  Packets  ESSID

 00:A0:B0:40:5C:84  00:04:23:52:80:41   86        4  HOGE
</pre></li>

<li>Press Ctl+c. Next we will capture only channel 1 (ESSID HOGE),
and specify only caturing unique WEP IVs. It saves space.
<pre>
 BSSID              PWR  Beacons   # Data  CH  MB  ENC   ESSID

 <b>00:A0:B0:40:5C:84</b>   87       36       48   1  54  WEP   HOGE

 BSSID              STATION            PWR  Packets  ESSID

 00:A0:B0:40:5C:84   <b>00:04:23:52:80:41</b>   87       38  HOGE
</pre></li>
</ol>

<!-******************** HEADER ********************>
<h2>How to crack (aircrack)</h2>
<ol>
<li>Open a new console, and type following command. 
Aircrack can read the updated file automatically so you can run airodump and aircrack
at the same time.
<pre>
# aircrack.exe -x -0 out.ivs
</pre>
</li>

<li>For 104bit WEP needs about one million IVs. You may need one day or more time to
capture the packets. However if you use aireplay by airocrack on Linux and inject, you need only few hours.</li>

<li>This is the result. It needed only a quarter a million. Aircrack can also 
run on Windows but aireplay is not supported though.
<br><img src="images/aircrack02.png"></li>

</ol>

<p><b>Note:</b> In my experience, using Aircrack is the best tool compare to others.
Aircrack on Linux supports packet injection which means we can
increase the traffic, so we need only few hours to capture
sufficient packets. Otherwise you will need several days.</p>
<p>Here is other my reports.</p>

<table border=1>
<tr>
  <th>Tool</th>
  <th>OS</th>
  <th>CPU usage</th>
  <th>Encryption</th>
  <th>802.</th>
  <th>NIC Support</th>
  <th>Packet injection</th>
  <th>My recommendation</th>
</tr>
<tr>
  <td>Airsnort<br>(<a href="airsnort.html">note</a>)</td>
  <td>Windows</td>
  <td>High</td>
  <td>WEP</td>
  <td>11b?</td>
  <td>Few</td>
  <td>Not supported</td>
  <td>Low</td>
</tr>
<tr>
  <td>Airsnort<br>(<a href="http://www.grape-info.com/doc/linux/config/airsnort-0.2.7e.html" target="_blank">note</a>)</td>
  <td>Linux</td>
  <td>High</td>
  <td>WEP</td>
  <td>11b?</td>
  <td>Few</td>
  <td>Not supported</td>
  <td>Low</td>
</tr>
<tr>
  <td>Aircrack</td>
  <td>Windows</td>
  <td><b>Low</b></td>
  <td><b>WEP, WPA</b></td>
  <td><b>11a/b/g</b></td>
  <td><b>Many</b></td>
  <td>Not supported</td>
  <td>Mid</td>
</tr>
<tr>
  <td>Aircrack<br>(<a href="http://www.grape-info.com/doc/linux/config/aircrack-ng-0.6.html" target="_blank">note</a>)</td>
  <td>Linux</td>
  <td><b>Low</b></td>
  <td><b>WEP, WPA</b></td>
  <td><b>11a/b/g</b></td>
  <td><b>Many</b></td>
  <td><b>Supported!</b></td>
  <td><b>Recommended!</b></td>
</tr>
</table>

<hr><a href="../index.html">Back</a> - <a href="../../support.html">Support</a>

<!--#include virtual="/doc/footer.html" -->

</BODY>
</HTML>

