Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

File metadata and controls

39 lines (26 loc) · 1.01 KB

Internet Dumper


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.


How it Works

  • Lists all saved Wi‑Fi profiles on the system
  • Extracts each profile’s password (if stored)
  • Displays results in a clean, readable format

Requirements

  • Windows OS
  • Python 3.x
  • Administrator privileges recommended (not required)
  • netsh (included with Windows)

Usage

Run the script in a Windows terminal:

python Internet-Dumper.py

License

Internet 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/