mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-06 23:26:17 +02:00
add aircrack-ng-arm
This commit is contained in:
parent
e4ebeb8137
commit
e17a763c3c
@ -181,6 +181,7 @@ A collection of delicious docker recipes.
|
|||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
|
- [x] aircrack-ng-arm
|
||||||
- [x] bro
|
- [x] bro
|
||||||
- [x] clamav
|
- [x] clamav
|
||||||
- [x] dsniff
|
- [x] dsniff
|
||||||
|
9
aircrack-ng-arm/Dockerfile
Normal file
9
aircrack-ng-arm/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#
|
||||||
|
# Dockerfile for aircrack-ng-arm
|
||||||
|
#
|
||||||
|
|
||||||
|
FROM easypi/alpine-arm
|
||||||
|
|
||||||
|
RUN apk add --no-cache aircrack-ng bash coreutils tmux
|
||||||
|
|
||||||
|
ENTRYPOINT ["sleep", "inf"]
|
26
aircrack-ng-arm/README.md
Normal file
26
aircrack-ng-arm/README.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
aircrack-ng
|
||||||
|
===========
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose up -d
|
||||||
|
|
||||||
|
docker-compose exec aircrack bash
|
||||||
|
>>> airmon-ng
|
||||||
|
|
||||||
|
PHY Interface Driver Chipset
|
||||||
|
|
||||||
|
null wlan0 r8188eu
|
||||||
|
phy0 wlan1mon rt2800usb
|
||||||
|
|
||||||
|
>>> airmon-ng start wlan1
|
||||||
|
|
||||||
|
PHY Interface Driver Chipset
|
||||||
|
|
||||||
|
null wlan0 r8188eu
|
||||||
|
phy0 wlan1 rt2800usb
|
||||||
|
|
||||||
|
(mac80211 monitor mode vif enabled for [phy0]wlan1 on [phy0]wlan1mon)
|
||||||
|
(mac80211 station mode vif disabled for [phy0]wlan1)
|
||||||
|
|
||||||
|
>>> airodump-ng wlan1mon
|
||||||
|
```
|
7
aircrack-ng-arm/docker-compose.yml
Normal file
7
aircrack-ng-arm/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
aircrack:
|
||||||
|
image: easypi/aircrack-ng-arm
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
net: host
|
||||||
|
tty: true
|
||||||
|
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user