Python WiFi
Python is such a great language to learn!
Need help? Join my Discord:
Download script from Github here:
Menu:
Learn how to code with Python: 0:00
Demo: 0:11
Python scripts: 0:56
Windows netsh Commands: 1:32
WiFi profiles: 3:05
Show WiFi: 3:57
Python script demo: 5:06
Python script explanation: 6:15
E-mail information: 9:36
Be careful: 10:01
Scripts:
================
Connect with me:
================
Discord:
Twitter:
Instagram:
LinkedIn:
Facebook:
TikTok:
YouTube:
================
Support me:
================
DavidBombal.com: CCNA ($10):
Udemy CCNA Course:
GNS3 CCNA Course: CCNA ($10):
======================
Special Offers:
======================
ITPro.TV:
30% discount off all plans Code: DAVIDBOMBAL
Boson software: 15% discount
Link: bit.ly/boson15
Code: DBAF15P
wifi
netsh
python
netsh wifi
Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!
#wifi #python #netsh
Always the best content. And the best explanations ever !!!
Windows Powershell select-shell does the same thing. Allows you to format all pretty.
Waoh it is simple and great
can i do this on micropyhton?
Pretty misleading imo. You are simply scrapping already known network information that you have locally on your machine.
And if the response is, but think about if you send this script and get someone to run it on their machine to find their network security keys. Well that is true but if you can get someone to execute a script on their machine, this script is not nearly as malicious as it could be. At that point you could literally completely hi-jack the machine.
This is how to know the wifi password that I connected with not how to hack any network that I didn't connected with
Finding tech savvy friends here. I'm definitely a tech illiterate
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 31: invalid start byte
great:)
lame
clickbait. This isnt 'ethical hacking', you arent cracking WIFI passwords. Just showing the passwords you have used in the past..
It only gets you saved passwords in your PC. The python code is just executing CMD Commands. We can also do it in C# or other languages and even you can do it by creating a batch file which is very simple by the way. This python code can help us to save time if we forget our wifi passwords. Anyways thanks for the video.
It's FAKE… Gives only passwords whose passwords are already saved in pc
The Wifi Networks are only the Known networks of the computer, not the other networks it can see. Meaning it's only networks the computer is or have been connected to, but not the ones it havent been connected to.
But this is running only wireless Internet. but why'nt running direct cable connection????
hi only for me i can get just the passwords of every wifi i contected before? it shows me only networks that i connected before help?
thank you
i alr know my wifi's passwords man
THIS only show which Wi-Fi you have connected before.
Все очень понятно и классно 🙃
i dont understand….did i need to be connected previously for this to work?
we can do the same thing on Android whit termux? (termux it's pretty same like CMD )
i didnt know you made clickbaits
How come someone can get my pw just by running that command?
an easier route, type into cmd: "netsh wlan show profile [SSID] key=clear" and the "Key Content" line has the password
It's only working when we connected to the network it's not showing anything
you guys can change the last 2 lines of the script to this
max_len = 25
for wifi in wifi_list:
name_len = len(wifi['ssid'])
space = ' ' * (max_len – name_len)
print(f"[SSID]: '{wifi['ssid']}'{space}[Password]: '{wifi['password']}'")
for it is easier to read
do you have to be connected to know the pas?
So I have a question python is not all just for web development?
hi
I am 12 years old and i llove kali and phython
I might be a boomer I thought script kitty was like a discord kitten, like a chick hyping you up when you run your code first time without syntax errors. Not script kiddie. lol
Thank you sir, now I can connect with the neighbor's wifi with no problems
well this is amazing but it only works if ya already access that network
😀 cmd in python lol
this only shows the passwords of previously connected wifi's
this only works for networks you have connected to before
Ok how do we secure it
It helps when u forgot ur wlan password
not working
Noob here. Complete slow burner.
I don't understand why you say, "don't hack with this knowledge " when the show profile cmd is only showing networks your computer has already had access to. If someone changes there password this cmd alone can't get the new password.
this video is about only connected wifi passwords
Hello,
I have an error :
line 27, in <module>
command_output = subprocess.run(["netsh", "wlan", "show", "profiles"], capture_output = True).stdout.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 31: invalid start byte
I don't know, how to fix it.
Someone help me please ?
i want to learn python and be ethical hacker
Ima do this on my school internet with school laptop
Just hacked my neighbors wifi😂
You can only use the netsh wlan … while you are on the wlan network or have used it previously. Which sort of implies you already know the key because you are on the network
i can t open the file on cmd any solutions pls