Last active
June 29, 2020 06:29
-
-
Save mrkpatchaa/fe235456617725e5ac9a6c24163a61f3 to your computer and use it in GitHub Desktop.
Revisions
-
mrkpatchaa revised this gist
Jun 29, 2020 . No changes.There are no files selected for viewing
-
mrkpatchaa renamed this gist
May 17, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mrkpatchaa revised this gist
Sep 27, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,5 @@ netsh wlan show profile NOM_DU_RESEAU_WIFI key=clear # Mac security find-generic-password -wa NOM_DU_RESEAU_WIFI # Linux sudo cat /etc/NetworkManager/system-connections/NOM_DU_RESEAU_WIFI | grep psk= # From https://korben.info/une-commande-pour-retrouver-en-clair-le-mot-de-passe-dun-reseau-wifi.html -
mrkpatchaa created this gist
Sep 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Windows netsh wlan show profile NOM_DU_RESEAU_WIFI key=clear # Mac security find-generic-password -wa NOM_DU_RESEAU_WIFI # Linux sudo cat /etc/NetworkManager/system-connections/NOM_DU_RESEAU_WIFI | grep psk=