Merge pull request #74 from akalongman/patch-1

Fix typos in the readme
This commit is contained in:
Christian Bremvåg
2020-09-05 16:07:23 +02:00
committed by GitHub

View File

@@ -35,7 +35,7 @@
# MONITOR MODE howto # MONITOR MODE howto
Use these steps to enter monitor mode. Use these steps to enter monitor mode.
```sh ```sh
$ airmon-ng check-kill $ airmon-ng check kill
$ ip link set <interface> down $ ip link set <interface> down
$ iw dev <interface> set type monitor $ iw dev <interface> set type monitor
``` ```
@@ -46,7 +46,7 @@ $ iw <interface> set txpower fixed 3000
Frame injection test may be performed with Frame injection test may be performed with
```sh ```sh
$ aireplay -9 <interface> $ aireplay-ng -9 <interface>
``` ```
# NetworkManager configuration # NetworkManager configuration