BetonFaruk / Find-wifi-password
import subprocess data = subprocess.check_output(['netsh', 'wlan', 'show', 'profiles'], shell=True).decode('utf-8').split('\n') profiles = [i.split(":")[1][1:-1] for i in data if "All User Profile" in i] for i in profiles: results = subprocess.check_output(['netsh', 'wlan', 'show', 'profile', i, 'key=clear']).decode('utf-8').split('\n')
☆12Updated last year
Related projects ⓘ
Alternatives and complementary repositories for Find-wifi-password
- ☆30Updated 5 months ago
- Gigaland is a responsive, pixel-perfect, and the most complete template for NFTS marketplace, crypto-collectibles, digital items, non-fun…☆14Updated 2 years ago
- CoSpace is a responsive, pixel-perfect, and complete website template for coworking space, office rental, virtual office, and more. What …☆0Updated 2 years ago
- My hard work and pain...☆22Updated last year
- My personal files for courses took at Bábes Bolyai University Cluj Napoca☆21Updated this week