diff --git a/inquisitor/entrypoint.sh b/inquisitor/entrypoint.sh index 088792b..9eb84ab 100644 --- a/inquisitor/entrypoint.sh +++ b/inquisitor/entrypoint.sh @@ -43,6 +43,6 @@ source /opt/venv/bin/activate echo "Starting ARP spoofing attack..." # Run Python with unbuffered output and force line buffering -PYTHONUNBUFFERED=1 python3 -u /app/src/inquisitor.py +PYTHONUNBUFFERED=1 python3 -u /app/src/inquisitor.py $TARGET_IP $TARGET_MAC $GATEWAY_IP $GATEWAY_MAC echo "Python script exited with code: $?" \ No newline at end of file