clean commit

This commit is contained in:
L4RM4ND
2023-02-15 22:45:31 +01:00
commit 09fbf06719
159 changed files with 3822 additions and 0 deletions

4
pwndrop/README.md Normal file
View File

@@ -0,0 +1,4 @@
# References
- https://github.com/kgretzky/pwndrop
- https://github.com/linuxserver/docker-pwndrop

View File

@@ -0,0 +1,15 @@
version: "3"
services:
pwndrop:
container_name: pwndrop
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Berlin
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
image: linuxserver/pwndrop:latest
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /mnt/docker-volumes/pwndrop/config:/config