diff options
author | Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> | 2020-05-27 10:16:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 10:16:46 +0000 |
commit | 3c563b8a61e8fe38d5408577aae119b1197556f5 (patch) | |
tree | 79033a6e770a41b8551f2e0d0f7d505584f4067f | |
parent | 6c1081894362d5551237a6df6404e2587bf0d80d (diff) |
Update README.md
-rwxr-xr-x | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |