mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-07-27 06:18:29 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
29000365ed
commit
a46644c2da
@@ -34,10 +34,15 @@
|
|||||||
# MONITOR MODE howto
|
# MONITOR MODE howto
|
||||||
Use these steps to enter monitor mode.
|
Use these steps to enter monitor mode.
|
||||||
```
|
```
|
||||||
$ sudo airmon-ng check-kill
|
$ airmon-ng check-kill
|
||||||
$ sudo ip link set <interface> down
|
$ ip link set <interface> down
|
||||||
$ sudo iw dev <interface> set type monitor
|
$ iw dev <interface> set type monitor
|
||||||
```
|
```
|
||||||
|
To set txpower to a higher level.
|
||||||
|
```
|
||||||
|
$ iw <interface> set txpower fixed 3000
|
||||||
|
```
|
||||||
|
|
||||||
Frame injection test may be performed with
|
Frame injection test may be performed with
|
||||||
```
|
```
|
||||||
$ aireplay -9 <interface>
|
$ aireplay -9 <interface>
|
||||||
|
|||||||
Reference in New Issue
Block a user