December 2017
Intermediate to advanced
216 pages
6h 2m
English
Harkening back to a previous recipe, we will use aireplay-ng to listen for ARP requests and then use this captured information to re-inject packets back into the network. In this situation, we are making use of ARP request packets, mainly due to the fact that the AP will re-broadcast them and as a result generate a new IV. Since this is our main objective, to obtain a large number of IVs in a short period of time, we are proceeding with this action.
To perform the injection, we need to open another console and enter:
aireplay-ng -3 -b 00:14:6C:7E:40:80 -h 00:0F:B5:88:AC:82 wlan0
This will start listening for ARP requests and when it hears one, aireplay-ng will immediately start to inject it.
If the process completes ...
Read now
Unlock full access