Changed Structure to reflect actual use

This commit is contained in:
Christian Risi 2025-06-25 18:01:05 +02:00
parent 7bb81c3e40
commit 257b29cf00
12 changed files with 11 additions and 2 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# SSL Sniffer
> [!CAUTION]
> While the name may suggest this software has `packet-sniffing`
> capabilities,
> this software only ***ease*** the `sniffing-process` by terminating `TLS`
> in a transparent way.
## How to use the software

View File

@ -1,10 +1,10 @@
services:
vulnbox:
build:
context: ./vulnbox
context: .
dockerfile: DOCKERFILE
volumes:
- ./vulnbox/nginx:/etc/nginx/
- ./nginx:/etc/nginx/
- ./private/:/services-keys
network_mode: host
entrypoint: entry.sh