11 June, 2020 - 09:02 AM
(11 June, 2019 - 02:47 PM)MEsvaK Wrote: Show Moreok let me explain one by one why we import subprocess becuase we needa connect to cmd and then in cmd
if you type
Code:netsh wlan show profile {Profile Name} key=clear
you will see the wifi password so we will use that fucking command to extract the wifi password
so we use subprocess.check_output and ..... .
then we will try to decode it by utf-8 sometimes its not utf-8 if we wanna ignore that type and just print it out
we will use try
And except index
done
Welcome work bro