User Tools

Site Tools


injection_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
injection_test [2008/06/27 22:42] – Small cleanups, round 2: make it more obvious that the mac address is just a placeholder and make both interfaces "wlanX", which is the de-facto standard. netrolller3dinjection_test [2013/04/25 11:17] (current) – [Airserv-ng Test] Minor Update jano
Line 143: Line 143:
 ==== Airserv-ng Test ==== ==== Airserv-ng Test ====
  
-Run the following command:+Run Airserv-ng: 
 + 
 +   airserv-ng -d wlan0 
 + 
 +The system responds: 
 + 
 +   Opening card wlan0 
 +   Setting chan 1 
 +   Opening sock port 666 
 +   Serving wlan0 chan 1 on port 666 
 + 
 +Then run the following command:
  
    aireplay-ng -9 127.0.0.1:666    aireplay-ng -9 127.0.0.1:666
Line 188: Line 199:
 ==== General ==== ==== General ====
  
-Make sure the card(s) are on the same channel as your AP.  You can use iwconfig to confirm which channel your card is currently on.+  * Make sure you use the correct interface name.  For mac80211 drivers, it is typically "mon0" For madwifi-ng, it is typically "ath0" As well, ensure you don't have multiple monitor interfaces created meaning "mon0", "mon1", etc. is bad and the extra interfaces need to be destroyed.
  
-Make sure your card is not channel hopping.+  * Make sure the card(s) are on the same channel as your AP and locked on this channel.  When putting your card into monitor mode, be sure to specify the channel via airmon-ng.  You can use iwconfig to confirm which channel your card is currently on.  The injection test will fail if your card and access point are on different channels.
  
 +  * Make sure your card is not channel hopping.  A very common mistake is to have airodump-ng running in channel hopping mode.  If you use airodump-ng, be sure to use the "-c <channel>" option.  Additionally, ensure all network managers and similar are killed off.
  
 ==== "Network is down" error message ==== ==== "Network is down" error message ====
injection_test.1214599371.txt.gz · Last modified: 2008/06/27 22:42 by netrolller3d