This commit is contained in:
kev 2018-09-01 09:49:39 +08:00
parent d1c8f71482
commit cebbcc7fbf

View File

@ -8,6 +8,6 @@ $ docker-compose exec aircrack bash
>>> airmon-ng start wlan1
>>> ifconfig
>>> airodump-ng wlan1mon
>>> airmon-ng stop wlan1
>>> airmon-ng stop wlan1mon
>>> exit
```