{"id":22332538,"url":"https://github.com/theoddysey/wifi-extractor-python","last_synced_at":"2026-05-01T01:31:48.822Z","repository":{"id":224553903,"uuid":"695643709","full_name":"TheODDYSEY/Wifi-extractor-python","owner":"TheODDYSEY","description":"Python Script for retrieving Wireless Networks keys","archived":false,"fork":false,"pushed_at":"2023-09-24T17:43:50.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T07:23:20.315Z","etag":null,"topics":["powershell","python","wifi","wifi-network"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheODDYSEY.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-09-23T19:33:40.000Z","updated_at":"2024-12-30T19:35:18.000Z","dependencies_parsed_at":"2024-02-26T16:06:46.161Z","dependency_job_id":null,"html_url":"https://github.com/TheODDYSEY/Wifi-extractor-python","commit_stats":null,"previous_names":["theoddysey/wifi-extractor-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheODDYSEY/Wifi-extractor-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FWifi-extractor-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FWifi-extractor-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FWifi-extractor-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FWifi-extractor-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/Wifi-extractor-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FWifi-extractor-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","python","wifi","wifi-network"],"created_at":"2024-12-04T04:18:37.386Z","updated_at":"2026-05-01T01:31:48.805Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wi-Fi Profile Extractor \n\n## Overview\nThe Wi-Fi Profile Extractor is a Python script that allows you to extract saved Wi-Fi profiles and their associated passwords from Windows and Linux machines. It uses system-specific commands and file structures to retrieve this information.\n\n## Features\n- Extracts saved Wi-Fi SSIDs and their associated security details.\n- Supports both Windows and Linux operating systems.\n- Provides an option to print the extracted profiles in a tabular format.\n\n## Prerequisites\nBefore using the Wi-Fi Profile Extractor, make sure you have the following prerequisites in place:\n\n1. Python: The script is written in Python, so you need to have Python installed on your system.\n\n2. Dependencies: The script uses the following Python libraries, which should be installed:\n   - `subprocess`\n   - `os`\n   - `re`\n   - `collections.namedtuple`\n   - `configparser`\n\n## Usage\n\n### Running the Script\n1. Clone or download the script to your local machine.\n\n2. Open a terminal or command prompt.\n\n3. Navigate to the directory where the script is located.\n\n4. Run the script using the following command:\n   ```\n   python wifi_profile_extractor.py\n   ```\n\n### Output\n- When you run the script, it will display the saved Wi-Fi profiles and their associated information in a tabular format.\n\n- For Windows, it will show SSID, Ciphers, and Key (password).\n- For Linux, it will show SSID, Authentication Algorithm, Key Management, and PSK (password).\n\n## Configuration\nThe script does not require any specific configuration. However, you can customize the following:\n\n- **Verbosity**: You can control the verbosity of the output by changing the `verbose` parameter when calling the `print_profiles()` function. A higher verbosity level (e.g., `verbose=1`) will display more detailed information about each profile.\n\n## Compatibility\nThe Wi-Fi Profile Extractor is compatible with both Windows and Linux operating systems. The script automatically detects the operating system and extracts profiles accordingly.\n\n## Important Notes\n- For Linux, the script extracts profiles from the `/etc/NetworkManager/system-connections/` directory, which requires administrative privileges.\n\n- Ensure that the script is executed with the necessary permissions to access the Wi-Fi profile information.\n\n- The script may not work on operating systems other than Windows and Linux.\n\n## License\nThis script is provided under the MIT License. You are free to use, modify, and distribute it as per the terms of the license.\n\n## Author\nThis script was created by  TheODDYSEY.\n\nFeel free to reach out if you have any questions or encounter any issues while using this script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fwifi-extractor-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fwifi-extractor-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fwifi-extractor-python/lists"}