mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
When the WiFi interface is down (e.g. USB adapter not activated), scanning fails with "Network is down" errors. Now the scanner proactively checks interface state via /sys/class/net and brings it up using ip link (or ifconfig fallback) before attempting scans, with a retry loop if the initial scan still fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>