This post is by a banned member (MeSvAk) - Unhide
4.014
Posts
3.395
Threads
6 Years of service
OP 11 June, 2019 - 02:47 PM
Reply
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:
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
Hidden Content
You must
register or
login to view this content.
This post is by a banned member (x000) - Unhide
10 July, 2019 - 06:10 AM
Reply
Thanks even tho the description seemed confusing lol
This post is by a banned member (Naylor__) - Unhide
10 July, 2019 - 09:48 AM
Reply
i use to code in python for long time and i don't know if cmd return data value or plain text, by parsing this code i'm gonna figure this out
This post is by a banned member (ixamzn) - Unhide
02 August, 2019 - 01:01 AM
Reply
This post is by a banned member (gsdgdsga) - Unhide
29 August, 2019 - 08:44 AM
Reply
(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
tyyyyyytaet
This post is by a banned member (epkq) - Unhide
07 September, 2019 - 07:15 PM
Reply
(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
python was my first language; hope to find some useful information
This post is by a banned member (Sympth_L2) - Unhide
11 January, 2020 - 06:08 PM
Reply
netsh wlan show profile {Profile Name} key=clearnetsh wlan show profile {Profile Name} key=clearnetsh wlan show profile {Profile Name} key=clearnetsh wlan show profile {Profile Name} key=clear
This post is by a banned member (DarkRider) - Unhide
18 January, 2020 - 11:13 AM
Reply