From c15570a66ccdae5cdc82c4c47cb7a8f3ea77d4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Sat, 21 Dec 2019 19:37:57 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0df5a32..32ee3a1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ we've seen, this must be the newest, most stable and effective one. The performance and code quality has been improved. # Supports +* Android 7 * MESH Support * Monitor mode * Frame injection @@ -32,14 +33,14 @@ The performance and code quality has been improved. # MONITOR MODE howto Use these steps to enter monitor mode. ``` -airmon-ng check-kill -ip link set down -iw dev set type monitor +$ sudo airmon-ng check-kill +$ sudo ip link set down +$ sudo iw dev set type monitor ``` Frame injection test may be performed with (after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!) ``` -aireplay -9 +$ aireplay -9 ``` # NetworkManager configuration @@ -63,11 +64,8 @@ unmanaged-devices=mac:A7:A7:A7:A7:A7 ``` # TODO -* Implement txpower control - -* Finish up the elimination of the wrapper _rtw_memset. - I didn't have more time after "rtw_beamforming.c" - -* Add more VID/PIDS for all 3 chipsets supported. +* Update the MESH mode +* Update Android gode +* Fix more missing/wrong statements