import subprocess
# Getting a list of all Wi-Fi profiles stored on the computer
data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8').split('\n')
# Filtering the data to extract only the profile names
profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i]
# Printing the header for the output table
print("\n{:<30}| {:<}".format("Wi-Fi Name", "Password"))
print("-" * 50)
for i in profiles:
# Running the command to get details for each specific profile, including the password (key=clear)
results = subprocess.check_output(['netsh', 'wlan', 'show', 'profile', i, 'key=clear']).decode('utf-8').split('\n')
# Extracting the password from the "Key Content" field
results = [b.split(":")[1][1:-1] for b in results if "Key Content" in b]
try:
# Printing the Wi-Fi name and the found password
print("{:<30}| {:<}".format(i, results[0]))
except IndexError:
# If no password is found (e.g., an open network), print blank
print("{:<30}| {:<}".format(i, ""))
# Getting a list of all Wi-Fi profiles stored on the computer
data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8').split('\n')
# Filtering the data to extract only the profile names
profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i]
# Printing the header for the output table
print("\n{:<30}| {:<}".format("Wi-Fi Name", "Password"))
print("-" * 50)
for i in profiles:
# Running the command to get details for each specific profile, including the password (key=clear)
results = subprocess.check_output(['netsh', 'wlan', 'show', 'profile', i, 'key=clear']).decode('utf-8').split('\n')
# Extracting the password from the "Key Content" field
results = [b.split(":")[1][1:-1] for b in results if "Key Content" in b]
try:
# Printing the Wi-Fi name and the found password
print("{:<30}| {:<}".format(i, results[0]))
except IndexError:
# If no password is found (e.g., an open network), print blank
print("{:<30}| {:<}".format(i, ""))
This media is not supported in your browser
VIEW IN TELEGRAM
Me with my future wife (waifu). 😂❤️
2026-02-10 (6).png
870 KB
DONATITON PAGE HAS BEEN ADDED:
https://nandhaxd.blogspot.com/p/donate-me.html
https://nandhaxd.blogspot.com/p/donate-me.html
file_00000000ddcc71fabe79883befa31e6a.png
1.4 MB
Here my brand 🥶👊😎
This media is not supported in your browser
VIEW IN TELEGRAM
Me with my dream waifu 🎵❤️😁