Pass network variables to the Python script for ARP spoofing
This commit is contained in:
parent
c4138e31b5
commit
257133cbd2
@ -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: $?"
|
||||
Loading…
Reference in New Issue
Block a user