diff --git a/README.md b/README.md index 516c1ea..cc805e0 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,18 @@ # MONITOR MODE howto Use these steps to enter monitor mode. -``` +```sh $ airmon-ng check-kill $ ip link set down $ iw dev set type monitor ``` To set txpower to a higher level. -``` +```sh $ iw set txpower fixed 3000 ``` Frame injection test may be performed with -``` +```sh $ aireplay -9 ```