Changed Structure to reflect actual use
This commit is contained in:
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:
|
services:
|
||||||
vulnbox:
|
vulnbox:
|
||||||
build:
|
build:
|
||||||
context: ./vulnbox
|
context: .
|
||||||
dockerfile: DOCKERFILE
|
dockerfile: DOCKERFILE
|
||||||
volumes:
|
volumes:
|
||||||
- ./vulnbox/nginx:/etc/nginx/
|
- ./nginx:/etc/nginx/
|
||||||
- ./private/:/services-keys
|
- ./private/:/services-keys
|
||||||
network_mode: host
|
network_mode: host
|
||||||
entrypoint: entry.sh
|
entrypoint: entry.sh
|
||||||
Reference in New Issue
Block a user