Fix categorization

This commit is contained in:
Marcel Bischoff 2015-09-22 23:59:27 +02:00
parent c27accfb19
commit a280ebe8ee

View File

@ -105,7 +105,7 @@ ipconfig getpacket en0
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7 defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7
``` ```
## Show Wi-Fi network passwords ### Show Wi-Fi network passwords
```bash ```bash
security find-generic-password -ga "ROUTERNAME" | grep "password:" security find-generic-password -ga "ROUTERNAME" | grep "password:"
``` ```