| Crates.io | wifi-checker |
| lib.rs | wifi-checker |
| version | 0.1.1 |
| created_at | 2025-07-14 14:11:04.721263+00 |
| updated_at | 2025-11-21 10:07:07.574944+00 |
| description | A CLI tool to display saved WiFi networks and their passwords. |
| homepage | https://github.com/RAJ8664/CLI/tree/main/wifi |
| repository | https://github.com/RAJ8664/CLI/tree/main/wifi |
| max_upload_size | |
| id | 1751813 |
| size | 27,255 |
Never forget a WiFi password again π‘
π Quick Access - View all your saved WiFi passwords in seconds
π¨ Clean Display - Beautiful table format for easy reading
π Complete History - See every network you've ever connected to
β‘ Lightning Fast - Built with Rust for instant results
π Secure - Reads directly from NetworkManager without compromising security
π» Simple CLI - One command to see all your passwords
This tool requires:
Most modern Linux distributions come with NetworkManager pre-installed. You can verify by running:
nmcli --version
Install directly from crates.io using cargo:
cargo install wifi-checker
Run the tool with a single command:
wifi-checker
The tool will display a formatted table showing:
ββββββββββββββββββββββββ¬βββββββββββββββββββββββ
β SSID β Password β
ββββββββββββββββββββββββΌβββββββββββββββββββββββ€
β Home_Network β MySecurePass123 β
β Office_WiFi β OfficePass456 β
β CoffeeShop_Guest β freewifi2024 β
ββββββββββββββββββββββββ΄βββββββββββββββββββββββ
This tool accesses system-level network configuration files. Depending on your system's security settings, you may need to run it with elevated privileges:
sudo wifi-checker
Your WiFi passwords are read directly from NetworkManager's secure storage and are only displayed in your terminal.