Changed Structure to reflect actual use
This commit is contained in:
parent
7bb81c3e40
commit
257b29cf00
9
README.md
Normal file
9
README.md
Normal 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
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user