Welcome to Mobilarian Forum - Official Symbianize.

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

PY GET THE STORED WIFI PASSWORD IN UR PC EZ METHOD JUST FOR TTRIAL

host 6.1K

host

/dev/null
Staff member
Chief Executive Officer
Joined
Jun 22, 2014
Messages
3,284
Solutions
1
Reaction score
68,581
Points
113
Website
katz.to
grants
₲2,360,986
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 



Code:
Please, Log in or Register to view codes content!
[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]
 
Top Bottom