- Joined
- Jun 22, 2014
- Messages
- 3,284
- Solutions
- 1
- Reaction score
- 68,578
- Points
- 113
- Website
- katz.to
- grants
- ₲2,390,980
11 years of service
ok let me explain one by one why we import subprocess becuase we needa connect to cmd and then in cmd
if you type
[size=x-large]you will see the wifi password so we will use that fucking command to extract the wifi password[/size]
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
[size=x-large]done
[/size]
[size=x-large] [/size]
if you type
[size=x-large]you will see the wifi password so we will use that fucking command to extract the wifi password[/size]
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
[size=x-large]done
[/size]
[size=x-large] [/size]