diff --git a/vulnbox/DOCKERFILE b/DOCKERFILE similarity index 100% rename from vulnbox/DOCKERFILE rename to DOCKERFILE diff --git a/README.md b/README.md new file mode 100644 index 0000000..523d7dc --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 18d0f07..8a4a991 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 \ No newline at end of file diff --git a/vulnbox/helper-scripts/entry.sh b/helper-scripts/entry.sh similarity index 100% rename from vulnbox/helper-scripts/entry.sh rename to helper-scripts/entry.sh diff --git a/services/.gitkeep b/nginx/grpc/.gitkeep similarity index 100% rename from services/.gitkeep rename to nginx/grpc/.gitkeep diff --git a/vulnbox/nginx/grpc/example.conf b/nginx/grpc/conf.example similarity index 100% rename from vulnbox/nginx/grpc/example.conf rename to nginx/grpc/conf.example diff --git a/vulnbox/nginx/grpc/.gitkeep b/nginx/http/.gitkeep similarity index 100% rename from vulnbox/nginx/grpc/.gitkeep rename to nginx/http/.gitkeep diff --git a/vulnbox/nginx/http/example.conf b/nginx/http/conf.example similarity index 100% rename from vulnbox/nginx/http/example.conf rename to nginx/http/conf.example diff --git a/vulnbox/nginx/nginx.conf b/nginx/nginx.conf similarity index 100% rename from vulnbox/nginx/nginx.conf rename to nginx/nginx.conf diff --git a/vulnbox/nginx/http/.gitkeep b/nginx/quic/.gitkeep similarity index 100% rename from vulnbox/nginx/http/.gitkeep rename to nginx/quic/.gitkeep diff --git a/vulnbox/nginx/quic/.gitkeep b/nginx/stream/.gitkeep similarity index 100% rename from vulnbox/nginx/quic/.gitkeep rename to nginx/stream/.gitkeep diff --git a/vulnbox/nginx/stream/.gitkeep b/vulnbox/nginx/stream/.gitkeep deleted file mode 100644 index e69de29..0000000