Skip to main content

Retreive and save all WiFi networks and passwords on the device. Cross platform windows, linux, macOS

Project description

wifipasswords

Retrieve and save all WiFi networks and passwords on the device.
On windows uses the netsh subprocess.
On linux reads the NetworkManager files or wpa_supplicant.conf.

Cross platform:

  • Windows
  • Linux (work in progress - need to add DNS and visible network config)
  • macOS (to be implemented)

NOTE: requires sudo privileges on linux when running the get_password() function due to file ownership permissions.

Features

  • Importable as a package or able to be run directly on the command line.
  • Tested in Python 3.6 - 3.9
  • Tested on Windows 10, Ubuntu 18 - 20.04 and Debian Buster.
  • Returns WiFi passwords as a dictionary
  • Able to show visible wifi networks
  • Able to show currently connected SSID.
  • Able to show current DNS config (Windows only at present)
  • Can save networks as JSON or wpa_supplicant.conf file.

Installation

Installed via pip using: pip install wifipasswords

Usage

from wifipasswords import WifiPasswords

passwords = WifiPasswords().get_passwords()
connected_passwords = WifiPasswords().get_currently_connected_passwords()

print(passwords)
print(connected_passwords)

WifiPasswords().save_wpa_supplicant('.', passwords, True, 'GB')

Command Line Usage

Provides a command line interface callable after installation with:

  • python3 -m wifipasswords
  • wifipasswords
    ~ $ wifipasswords

exampleoutput

To see command line options run wifipasswords -h

Packaging as EXE

Can be packaged to an EXE on windows with:
pyinstaller --clean --noconsole --onefile -i <icon> wifipasswords_exe.py

The wifipasswords_exe.py file is the same as the main.py file in the package except will pause after console output is finished to prevent the terminal from auto-closing if the EXE is run directly.

To-Do

  • Add macOS Support
  • Add getters for accessing variables directly
  • Fix visible network, DNS config and number of interfaces for Linux
  • Add automated tests
  • Add method to check and return only the connected SSID name and Password
  • Use nmcli to retrieve passwords on linux rather than reading files (may not require sudo)
  • Multithreading support for windows to imporove execution speed

About

Creation date: 10-02-2019
Modified date: 25-03-2021
Dependencies: colorama

Licence

Copyright (C) 2019-2021 Joe Campbell
GNU GENERAL PUBLIC LICENSE (GPLv3)

This program is free software: you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see < https: // www.gnu.org/licenses/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wifipasswords-0.3.3-beta-.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

wifipasswords-0.3.3b0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file wifipasswords-0.3.3-beta-.tar.gz.

File metadata

  • Download URL: wifipasswords-0.3.3-beta-.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0

File hashes

Hashes for wifipasswords-0.3.3-beta-.tar.gz
Algorithm Hash digest
SHA256 b5c1405fa342e653851b58c70c62e2ae9f5d9ac88b9a7c307f812f4f6a636cf0
MD5 ddc6f69d40f7d8969990c33ab65b4113
BLAKE2b-256 8fa8e648fcf60699de8460f02448cf9b48bdb428cef9ec3f88ffa5254565248a

See more details on using hashes here.

File details

Details for the file wifipasswords-0.3.3b0-py3-none-any.whl.

File metadata

  • Download URL: wifipasswords-0.3.3b0-py3-none-any.whl
  • Upload date:
  • Size: 27.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0

File hashes

Hashes for wifipasswords-0.3.3b0-py3-none-any.whl
Algorithm Hash digest
SHA256 595d2af9095cc2738047b0041e14836ffe00852d2de363cd02341a23186a3be6
MD5 c33b34fc85dc68b6c1b3d1afefc565b6
BLAKE2b-256 f6a747ab58b04145e154641bac8dfc475b9e84b42baaad4be8d8c69068ba0006

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page