Skip to content

Instantly share code, notes, and snippets.

View ryanking13's full-sized avatar

Gyeongjae Choi ryanking13

View GitHub Profile
@ryanking13
ryanking13 / stealer.py
Last active June 9, 2023 07:02
windows_wifi_password
#-*- coding: utf-8 -*-
# python 3.x
'''run with chcp 65001 & python steal.py'''
import subprocess as sp
import re
import sys
base_cmd = ['netsh', 'wlan', 'show', 'profile']
import winsound as ws
from SRT import SRT
import time
import random
def beepsound():
freq = 2000 # range : 37 ~ 32767
dur = 1000 # ms
ws.Beep(freq, dur) # winsound.Beep(frequency, duration)