Fix typos in the readme

Fix typos in the readme file
This commit is contained in:
Avtandil Kikabidze
2020-08-21 01:52:06 +04:00
committed by GitHub
parent 9f53564a03
commit 7e835f350a
+2 -2
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