mirror of
https://github.com/aircrack-ng/rtl8188eus.git
synced 2026-07-16 04:57:01 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
29000365ed
commit
a46644c2da
@@ -34,10 +34,15 @@
|
||||
# MONITOR MODE howto
|
||||
Use these steps to enter monitor mode.
|
||||
```
|
||||
$ sudo airmon-ng check-kill
|
||||
$ sudo ip link set <interface> down
|
||||
$ sudo iw dev <interface> set type monitor
|
||||
$ airmon-ng check-kill
|
||||
$ ip link set <interface> down
|
||||
$ 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
|
||||
```
|
||||
$ aireplay -9 <interface>
|
||||
|
||||
Reference in New Issue
Block a user