docs(plan): watchdog probe uses monitor presence, not stock-disabled wlan0mgmt

This commit is contained in:
2026-08-22 13:27:33 -06:00
parent 7d1eb62d75
commit e329fd2a1c
@@ -760,8 +760,8 @@ DIR="/root/payloads/user/remote_access/pager-webui"
fails=0; oks=0; tripped=0
probe() {
curl -fsS -m 3 http://127.0.0.1:8080/ >/dev/null 2>&1 &&
ip link show wlan0mgmt >/dev/null 2>&1 &&
! grep -q 'disabled' /sys/class/net/wlan0mgmt/flags 2>/dev/null
{ ip link show wlan0mon >/dev/null 2>&1 ||
ip link show wlan1mon >/dev/null 2>&1; }
}
while true; do
if probe; then