79123269

Date: 2024-10-24 18:45:11
Score: 2.5
Natty:
Report link

After macOS 15:

system_profiler SPAirPortDataType | awk '/Current Network Information:/ { getline; print substr($0, 13, (length($0) - 13)); exit }'

Found it here: https://snelson.us/2024/09/determining-a-macs-ssid-like-an-animal/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kros-ZERO