79318315

Date: 2024-12-30 18:31:42
Score: 2
Natty:
Report link

You could try encoding the name of the wifi profile. f'netsh wlan show profiles name="Leonard’s iPhone iP15" key=clear\n'.encode('utf-8') When I paste that character in to my python shell it crashes. So it could just be t hat Python does not handle that character properly and a bug report shuold be filed.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Peters