aireplay-ng를 통해 fake authentication을 하려고 하는데
계속해서 "authentication failed (code 1)"이라는 메시지만 나오는 경우가 있다.



또 google를 탐색하여 정보를 찾을 수 있었지만, 답은 의외로 쉬운곳에 있었다.
바로
http://aircrack-ng.org/doku.php?id=fake_authentication 에 나와 있었다. -_-;;
MAC access controls enabled on the AP

If fake authentication is never successful (aireplay-ng keeps sending authentication requests) then MAC address filtering may be in place. This is where the access point will only accept connections from specific MAC addresses. In this case you will need to obtain a valid MAC address by observation using airodump-ng. Do not do a fake authentication for a specific MAC address if the client is active on the AP. See the MAC access control troubleshooting tip here



대략 내용은
MAC인증을 하는 AP에는 fake authentication을 할 수 없다. 정당한 사용자의 MAC이 필요하다.
결국 MAC address change를 해야 된다는 뜻....-_-;;;;;

실제로 내 AP에 무선랜카드 MAC을 등록하니 정상적으로 fake authentication이 가능하였다.



128bit WEP key를 크랙하기 위해서는 40,000~85,000개의 IVs 패킷이 필요한데 정말 이 정도는 모아야 된다는 것이 확인 되었다.

+ Recent posts