
Originally Posted by
ESC201
I figured it out by myself.
If anyone has the same issue in the future...
In the commnd...
aireplay-ng -0 1 -e Test_Network -a 00:11:22:33:44:55 -h 00:11:22:33:44:55 ath0
If you have an (e)ssid with a special character in it you need quotes around it.
The correct command would be...
aireplay-ng -0 1 -e "Test Network" -a 00:11:22:33:44:55 -h 00:11:22:33:44:55 ath0
Very stupid mistake yet probably common mistake.
(Another thread with more info... forums.remote-exploit.org/archive/index.php/t-8154.html)