Ticket #44 (closed defect: fixed)
Modify or enhance fakeauth
| Reported by: | misterx | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7 |
| Component: | aireplay-ng | Version: | 0.6.2 |
| Keywords: | Cc: |
Description
Taken from the forum ( http://tinyshell.be/aircrackng/forum/index.php?topic=1014.0 ):
I have always had major problems using "aireplay -1" fake authentication with my access point. When you run the command (with the appropriate parameters), it would get all kinds of variations: connected then get a disassociate packets, athenticate but can't associate, and on and on. Sometimes it would never complete successfully or sometimes take 5 to 8 minutes to be successful.
I finally got fed up and did some experiments. One thing that I noticed is that the standard fake authentication sends multiple authentication and associate requests out. My theory was that this was confusing the access point. So I modified aireplay to only send 1 packet of each instead of multiple.
Bingo! Aireplay consistently does fake authentication on the first try.
So this same problem likely comes up with other access points and certainly all the access points of the same brand. So here are my suggestions:
- Provide an option to override the default built into the program. This way we can try different numbers of packets. Maybe different numbers work better on certain APs. Certainly the quantity of 1 is required on my brand.
- Provide an option to overide the default time between keep alive packets. The default is currently 15 seconds. Personnally I like being able to send them every second. This way you know for sure you are still associated with the AP. If you become disassociated then you get know immediately.

