seguridad: SecKeychainSearchCopyNext: (contraseña de Wi-Fi a través de Terminal)

0

Estoy intentando ver (como root) las contraseñas de wifi en texto sin formato a través de la Terminal [1], pero aparece el siguiente error:

sh-3.2# security find-generic-password -ga "ROUTER-NAME-HERE"
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.

sh-3.2# security find-generic-password -a lily -s "ROUTER-NAME-HERE" -g
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.

así que busqué en Google el error [2] pero no encontré la respuesta útil.

  

[1] Cómo acceder al Wi- ¿Contraseña de acceso a través de la Terminal?

     

[2] enlace

sh-3.2# system_profiler SPSoftwareDataType
Software:

    System Software Overview:

      System Version: OS X 10.8.5 (12F45)
      Kernel Version: Darwin 12.5.0
      Boot Volume: lily
      Boot Mode: Normal
      Computer Name: lily’s MacBook Air
      User Name: System Administrator (root)
      Secure Virtual Memory: Enabled
      Time since boot: 12:37

sh-3.2# uname -a
Darwin lily-MacBook-Air.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64
    
pregunta lily 07.05.2018 - 08:02

1 respuesta

0

Muestra la contraseña de WiFi de una red inalámbrica nombrada exactamente como esta, reemplazando "wifinetworkname" por el nombre de tu red inalámbrica entre comillas:

security find-generic-password -D "AirPort network password" -l "wifinetworkname" -w
    
respondido por el boris42 07.05.2018 - 09:17

Lea otras preguntas en las etiquetas