1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00

14 lines
211 B
Markdown
Raw Normal View History

2018-09-01 09:43:28 +08:00
aircrack-ng
===========
```bash
2018-09-01 09:48:44 +08:00
$ docker-compose up -d
$ docker-compose exec aircrack bash
2018-09-01 09:43:28 +08:00
>>> airmon-ng
>>> airmon-ng start wlan1
2018-09-01 09:48:44 +08:00
>>> ifconfig
2018-09-01 09:43:28 +08:00
>>> airodump-ng wlan1mon
2018-09-01 09:49:39 +08:00
>>> airmon-ng stop wlan1mon
2018-09-01 09:48:44 +08:00
>>> exit
2018-09-01 09:43:28 +08:00
```