From 3c563b8a61e8fe38d5408577aae119b1197556f5 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> Date: Wed, 27 May 2020 10:16:46 +0000 Subject: Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f98d11b..bc64400 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Nous vous conseillons d'effectuer toutes les prochaines actions en tant que **ro user@Debian:~$ sudo su - ``` +Mettez votre interface wifi en mode monitor : +```Shell +root@Debian:~# ifconfig [InterfaceEth] down +root@Debian:~# iwconfig [InterfaceEth] wlandev [InterfaceWifi] wlanmode monitor +root@Debian:~# ifconfig [InterfaceEth] up +``` + Pour aller plus vite, vous pouvez utiliser la commande suivante et ainsi passer directement à l'étape **Utilisation** : ```Shell root@Debian:~# apt update && apt upgrade && apt install git && git clone https://github.com/clyhtsuriva/ATS && ./ATS/automatisation/deploi.sh -- cgit v1.2.3