Skip to content

Commit ce6ea6f

Browse files
committed
Add randomized-MAC probe client (wlan62) to test_lab.sh client inventory
1 parent 0e12e96 commit ce6ea6f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

utils/test_lab.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ CLIENT_ROWS=(
175175
"59|ESSID_MGT_SIM|wpa_sim_leak.conf|yes|supplicantSIM_leak.log"
176176
"60|ESSID_MGT_SIM|wpa_sim.conf|yes|supplicantSIM.log"
177177
"61|ESSID_MGT_SIM|wpa_sim_rogue.conf|yes|supplicantSIM_rogue.log"
178+
"62||randmac.conf|no|supplicantRANDMAC.log"
178179
)
179-
EXPECTED_CLIENT_PROCS=20
180+
EXPECTED_CLIENT_PROCS=21
180181

181182
########################################
182183
# Attacker toolkit
@@ -511,8 +512,9 @@ if container_running "$CLI_C"; then
511512
[ "${lrf:-0}" -gt 0 ] && problems+=("${lrf} recent auth-fail line(s)")
512513
fi
513514
fi
514-
# NB: clients 45/46 (PSK_NOAP) and 51 (phishing) are *designed* not to
515-
# associate, so auth failures in their logs are expected - don't flag them.
515+
# NB: clients 45/46 (PSK_NOAP), 51 (phishing) and 62 (randomized-MAC probe)
516+
# are *designed* not to associate, so auth failures / no connect in their logs
517+
# are expected - don't flag them.
516518
if [ "${#problems[@]}" -eq 0 ]; then
517519
tag=""; [ -n "$rotated" ] && tag=" ($rotated)" || { [ "$connected_log" = 1 ] && tag=" (connected)"; }
518520
pass "client $wlan ${essid:-probe-only} ok${tag}"

0 commit comments

Comments
 (0)