1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/aircrack-ng-arm/README.md

14 lines
211 B
Markdown
Raw Normal View History

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