1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/aircrack-ng-arm/README.md

14 lines
211 B
Markdown
Raw Permalink Normal View History

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