Update README.md

This commit is contained in:
Christian Bremvåg
2020-01-26 04:50:33 +01:00
committed by GitHub
parent a46644c2da
commit 88b8e1a3d6
+3 -3
View File
@@ -33,18 +33,18 @@
# MONITOR MODE howto
Use these steps to enter monitor mode.
```
```sh
$ airmon-ng check-kill
$ ip link set <interface> down
$ iw dev <interface> set type monitor
```
To set txpower to a higher level.
```
```sh
$ iw <interface> set txpower fixed 3000
```
Frame injection test may be performed with
```
```sh
$ aireplay -9 <interface>
```