Pass network variables to the Python script for ARP spoofing

This commit is contained in:
whaffman 2025-07-11 12:36:26 +02:00
parent c4138e31b5
commit 257133cbd2

View File

@ -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: $?"