File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments