Remove mock LLM server and related configurations; update README and exploit tests for clarity

This commit is contained in:
Dontrail Cotlage
2026-02-04 02:21:22 +00:00
parent c58cea33c5
commit 81f074a338
7 changed files with 17 additions and 233 deletions

View File

@@ -44,19 +44,6 @@ services:
profiles:
- vulnerable # Only start with --profile vulnerable
# Mock LLM server for testing without real API calls
mock-llm:
build:
context: .
dockerfile: Dockerfile.mock-llm
container_name: mock-llm-poc
ports:
- "8080:8080"
volumes:
- ./mock-responses:/responses:ro
networks:
- poc-network
# Bridge service for WhatsApp vulnerability testing
bridge:
build: