This Python script retrieves and displays saved Wi‑Fi and Ethernet profiles and their stored passwords on a Windows machine using the built‑in netsh utility.
It is intended only for system administrators, cybersecurity students, and users auditing their own devices.
Unauthorized access to networks you do not own or administer is illegal. The author is not responsible for the use of this tool.
- Lists all saved Wi‑Fi profiles on the system
- Extracts each profile’s password (if stored)
- Displays results in a clean, readable format
- Windows OS
- Python 3.x
- Administrator privileges recommended (not required)
netsh(included with Windows)
Run the script in a Windows terminal:
python Internet-Dumper.pyInternet Dumper © 2026 by The-R34per is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/