1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/aircrack-ng-arm/README.md

14 lines
208 B
Markdown
Raw 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:48:44 +00:00
>>> airmon-ng stop wlan1
>>> exit
2018-09-01 01:43:28 +00:00
```