aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>2020-05-27 10:16:46 +0000
committerGitHub <noreply@github.com>2020-05-27 10:16:46 +0000
commit3c563b8a61e8fe38d5408577aae119b1197556f5 (patch)
tree79033a6e770a41b8551f2e0d0f7d505584f4067f
parent6c1081894362d5551237a6df6404e2587bf0d80d (diff)
Update README.md
-rwxr-xr-xREADME.md7
1 files changed, 7 insertions, 0 deletions
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