1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00

update aircrack-ng

This commit is contained in:
kevin
2025-07-03 13:55:29 +08:00
parent 5675c4c1e5
commit 3f9310aa06
6 changed files with 25 additions and 17 deletions

View File

@ -236,7 +236,7 @@ A collection of delicious docker recipes.
## Security
- [x] aircrack-ng-arm
- [x] aircrack-ng
- [x] amass
- [x] clamav
- [x] dirsearch

View File

@ -1,9 +0,0 @@
#
# Dockerfile for aircrack-ng-arm
#
FROM easypi/alpine-arm
RUN apk add --no-cache aircrack-ng bash coreutils tmux
ENTRYPOINT ["sleep", "inf"]

View File

@ -1,7 +0,0 @@
aircrack:
image: easypi/aircrack-ng-arm
cap_add:
- NET_ADMIN
net: host
tty: true
restart: unless-stopped

9
aircrack-ng/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
#
# Dockerfile for aircrack-ng-arm
#
FROM alpine:3
RUN apk add --no-cache aircrack-ng bash coreutils pciutils tmux
ENTRYPOINT ["sleep", "inf"]

View File

@ -0,0 +1,15 @@
services:
aircrack-ng:
image: easypi/aircrack-ng-arm64
entrypoint: sleep
command: infinity
volumes:
- ./data:/data
- /usr/share/zoneinfo:/usr/share/zoneinfo:ro
environment:
- TZ=Asia/Shanghai
working_dir: /data
network_mode: host
privileged: true
tty: true
restart: unless-stopped