It is so refreshing seeing so many comments in Python, explaining in such detail what the code is doing at each line. This makes learning to code much more logical and enjoyable in my opinion.
Hey! Can we hack anyone's wifi network which we don't have passwords? Or it's just work on saved network. Oh! I am confused aaaaah!! Please explain me in short detail....................
@@rushikeshpale you are able to make a program which is to be sent by email to another system, if it is opened in the other system, all the passwords saved in that system will be emailed to you, hence enabling you to use that network
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.
Actually how this helps is by hiding the Python script in a malicious file and then send it to the victim’s PC or laptop and send the passwords stored on that PC to your email or server, then you have access to the WiFi network
David, All your content drives me into a race against time. I am committed to getting my CCNA by 31/03/21 and you keep uploading interesting videos, areas to expand, cannot wait to start adding some "meat" on that networking bone but yeah, one step at a time. Great stuff as always!
@@akoikaw7969 amongst us hackers, why are you here. Do you know you can get into serious trouble if you dont stop scamming people. Some of us, can track your ip and give it to police. I am warning you. Stop scammimg people.
Ehhh....network chuck is a good dude, but he reminds of Neil DeGrass Tyson.... an excellent and motivated teacher but not the best in his field by far. This guy up here is the real deal if you want to know IT stuff
!! Unpopular opinion Alert !!! Network Chuck is annoying and unprofessional. There are far more viable options when it comes to realiable information and general content regarding IT field.
Thank you explaining them one by one. I'm a beginner of Python. But it's totally clear to me to get a better understanding of the script you shared. Keep doing your good work!
Hey, don't be given the FBI props they're the same ones who took Apple to court over the fact they couldn't even break into an iPhone when they should have plenty of resources for that.
Control Panel\Network and Internet\Network Connections Double click on Wi-Fi -> Wireless properties -> Security -> Show Characters. Boom! Of course it will show currently connected WiFi password if you forget. You can do to any of them that you can connect to. However great video, teaching some scripting and having all the data at once is nice & handy. Thank You
The simplicity of this is shocking. Scary stuff, but what I felt was most profound was David's advice at the start of the video. "Don't be a script kiddie, learn Python". Thank you Mr. Bombal.
Thanks for this informative video. Great content. Enjoyed doing this on my network. EDIT: When there are no WLAN profiles, the script does not give any notification. I added an else statement to notify the error. If anyone wants to try this, the challenge is to put the else statement at the right place.
Sure, I demonstrated that in the video. But, here we are learning and using Python. We could compile the script as an executable or take it further and e-mail the wifi details etc. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of other options and power. Python is one of the most popular programming languages in the world :)
@@davidbombal not to be a spoil sport but (here i go being a spoil sport) python isnt compiled so unless they have python installed, we cant forward it to others :( Yes technically we can compile it but it's wonky at best haha Otherwise hell yea its much more powerful with emailing and all . Great vid btw
Thank you David! Very powerful formation you give to us on this video, simple commands, simple code and powerful resources. Greetings! P.d. and yes, with powers comes...
Doesn't this command only show you passwords that your computer has already used in order to access the corresponding ssid? I didn't think this would allow you to go into a coffee shop, find "Starbucks guest" and extract a password you didn't have in the first place. Does it?
You did a great job it shows all the information that are saved in the pc and it is safe as it does not shows the passwords that are not saved keep going 5 hands with you✋👍🏻
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - however, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box: ua-cam.com/video/qaZ-IbssPDI/v-deo.html
Thank you David, I havent been into pentesting since the old Backtrack Days, watching your videos are really inspiring, and easy to get back in the saddle. Did you ever made the follow up Video, on how to wrap Python code into .exe Files? Cheers Pedro
Nope. That command only shows the passwords to networks you've already connected to. So unless you're already connected to your neighbours wifi it wont help you or anything
@@someoneyoullhatesomeday4037 i actually created an exe using python back in 2017 - 2019(Cant remember when)......used VLC icon as the exe icon and inside the script it contained Avengers infinity movie content -commented out- and a script that 1.extracted the wifi password when run 2.Sends it to my computer 3.Re_writes itself by removing the script and uncommenting the movie data 4.converts itself back to an mp4 file and works basically like any movie file Sent it to my neighbors and got their passwords.....
@@andrewcochrane5393 Really depends with your parents -and how knowledgeable they are with computers - cause it will still prompt him/her to allow the app to make changes in their computer. i went around this by using my neighbor's young kids and some of my friends who had little knowledge on how computers work. as for the script, it was quite far back so i don't have it , but go look at neuraline -virus code - on youtube...it basically has the same flow
I've seen people on the comment saying that they hacked their neighbor's Wi-Fi. Really? It only shows you your own network, it doesn't show any of the network around you even when the network icon on the taskbar shows all of them. Like David said: education purpose guys, don't use it to hack others illegally.
@@dembashow it might be good to know it for when you forget password or in case you are doing support in a network. Instead of asking, just use commands and figure it out.
Well I just figured out one way ---> forget the network. I ran the python script and decided on one of the listed ssid's . In windows, I opened the Network and Internet Settings>Wi-Fi>manage known networks and deleted the profile I decided on. When I re-ran the python script, the SSID profile I deleted was no longer listed.
@Top Commentaries i know But like i was think of new not connected password then he gave old connected wifi passwords My hope were in sky but suddenly it was smashed to the floor
I don't think I have the command anymore, but a long time ago I was able to make a single command in windows command prompt that would simply spit out every wifi network and password to terminal or save it to a file. Then I loaded it up onto a cheap rubberducky thing and was able to get all the wifi passwords to a computer just by plugging it in for a few seconds. Just wanted to let you know that python isn't required for this type of thing. :)
This command show password for the wifi which u had connected to it in the past (saved passwords) . It doesn't mean you are hacking and getting in trouble .. 😂
I think you're missing the point. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them? I didn't demo that here because I don't want to get into trouble with the robots and I wouldn't run this on any network I don't have permission to test against.
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - But, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box.
Sir, i watched half this video and now i know more about OOP and python scripting than i ever did using codecademy or all the info out there for the last few years. Thank you for this, and if you have any other sources that will further teach one the fundamentals of coding with python or any language,...i know what a class is and properties of inheritance, i dont need to read it for the thousandth time...please post or msg me
without those years in codecademy and elsewhere you wouldn't have understood what's going, at least on the same level. So it's a pretty dumb thing to say that this alone taught you more lol
A good method if code confuses you, try to solve the problem backwards. You need to break down your goal into the most simple terms to study it and understand it in your own way. Considering it and really building it into your subconscious.
The major issue in this video is, when your pc is connected to any wi-fi networks then only the command works and shows the connected wi-fi's passwords. But does not show the unknown wi-fi password. I think I am clear David Bombal Sir.
Hey there, David. I hope you will answer it. I'm getting an error like this: command_output = subprocess.run(["netsh", "wlan", "show", "profiles"], capture_output = True).stdout.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8f in position 2: invalid start byte what to do with it?
just put the 'cp866' at the back like in following code : command_output = subprocess.run(["netsh", "wlan", "show", "profiles"], capture_output = True).stdout.decode('cp866')
i am seeing this error: "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases" please tell me how can i fix this.
Hello Sir, I am really confused after this experiment. I just list out the SSID's which I was connected in past and saved in my system than how it is illegal because I think using this code, we just get the passwords which are already saved in our system. How we can say it is used to hack someone wifi-Network????
You can send this script to someone and make them execute it and email it to yourself, that way you'll be able steal their wifi networks and their passwords. Then you can connect to their network by using that password and do more damage to their network and clients connected to it. Which is illegal if you don't have permission.
I think you're missing the point. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them? I didn't demo that here because I don't want to get into trouble with the robots and I wouldn't run this on any network I don't have permission to test against.
Just started learning python. I can't wait until I'm at this level of skill of being able to make scripts like this. But for now at least I can stay happy being barely past the "Hello world" stage 😂
The script could be applied to get the password remotely by executing some code on a machine connected to the wifi, through a malicious macro or something similar, think of it as a module to a bigger program you can execute on the victim's machine The only way to get a wifi password without social engineering nowadays is by bruteforcing it, which isn't super effective
What was the point? You can always see your own wifi passwords... "To find your WiFi password on a Windows 10 PC, open the Windows search bar and type WiFi Settings. Then go to Network and Sharing Center and select your WiFi network name > Wireless Properties > Security > Show characters"
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - however, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box: ua-cam.com/video/qaZ-IbssPDI/v-deo.html
No, router encryption does not prevent password robbery in this scenario. These passwords are stored on the computer system and are shown as the computer sees them. WPA encryption only encrypts the wireless traffic from your router to a device.
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: bit.ly/2XlIJFu or direct link: github.com/davidbombal/red-python-scripts/tree/main Need help? Join my Discord: discord.com/invite/usKSyzb ================ Connect with me: ================ Discord: discord.davidbombal.com Twitter: twitter.com/davidbombal Instagram: instagram.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal Facebook: facebook.com/davidbombal.co TikTok: tiktok.com/@davidbombal UA-cam: ua-cam.com/users/davidbombal ================ Support me: ================ DavidBombal.com: CCNA ($10): bit.ly/yt999ccna Udemy CCNA Course: bit.ly/ccnafor10dollars GNS3 CCNA Course: CCNA ($10): bit.ly/gns3ccna10 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!
I didn't understand something. Is it just discover the WiFi passwords that conneted to them already or that's discover all the WiFi networks that you never connected to them ?
Well if u use the same on someone elses computer u can get there password exmple use it on ur neighbour's system u can get the password and use there wifi so thts what is illegal about this
It is so refreshing seeing so many comments in Python, explaining in such detail what the code is doing at each line. This makes learning to code much more logical and enjoyable in my opinion.
Hey! Can we hack anyone's wifi network which we don't have passwords? Or it's just work on saved network. Oh! I am confused aaaaah!! Please explain me in short detail....................
@@rushikeshpale you are able to make a program which is to be sent by email to another system, if it is opened in the other system, all the passwords saved in that system will be emailed to you, hence enabling you to use that network
Its just a CMD program in Python... you can also automate the CMD procces as BATCH file, that's for my opinion more easier and effective
totally true, I agree. (btw that's what I am doing right now)
How
cmd cant email you the passwords . think above cmd 😂, hack doesnt mean jus to pint passwords 🤣🤣
What the hell are you talking about??
@@Zethax hahaha 😂😂🤣 😂
Amazing. I'm using Python for about a yr. Such a powerful language. Thank David for amazing video.
You're welcome
As 26 year in the sector it is rare to find humble high skilled people like you. Thanks for the great video and information.
CLONE__.281 on Instagram is legit.💯.
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.
c# is not a good language (for me)
ikr
@@frazet875 lol, this sounds like such a noob statement my friend.
Actually how this helps is by hiding the Python script in a malicious file and then send it to the victim’s PC or laptop and send the passwords stored on that PC to your email or server, then you have access to the WiFi network
what exactly is a batch file (im kinda new in the informatics area and love to learn new stuff)
David, All your content drives me into a race against time. I am committed to getting my CCNA by 31/03/21 and you keep uploading interesting videos, areas to expand, cannot wait to start adding some "meat" on that networking bone but yeah, one step at a time.
Great stuff as always!
lol... thank you... Rome was not built in a day. Just keep working and complete your goals one by one.
@@davidbombal it was built in 1,010,450 days
0:04 - "The best way to predict the future is to create it."
- Abraham Lincoln 👍
@@akoikaw7969 amongst us hackers, why are you here. Do you know you can get into serious trouble if you dont stop scamming people. Some of us, can track your ip and give it to police. I am warning you. Stop scammimg people.
this guy is an actual legend hopefully he colabs with network chuck
Thank you Noah. Chuck and often work together. What type of colab?
@@davidbombal live stream of u teaching him some stuff keep up the work man
@@YoYo-lt4pz d
Ehhh....network chuck is a good dude, but he reminds of Neil DeGrass Tyson.... an excellent and motivated teacher but not the best in his field by far. This guy up here is the real deal if you want to know IT stuff
!! Unpopular opinion Alert !!!
Network Chuck is annoying and unprofessional.
There are far more viable options when it comes to realiable information and general content regarding IT field.
Finally, an IT user that starts the video informing viewers that being a skid is bad
Thank you explaining them one by one. I'm a beginner of Python. But it's totally clear to me to get a better understanding of the script you shared. Keep doing your good work!
*Guy walks into the Pentagon:
"What's the WiFi password again? Oh, nevermind. I got it."
*FBI: *facepalms
lol..... great comment Cameron!
Hey, don't be given the FBI props they're the same ones who took Apple to court over the fact they couldn't even break into an iPhone when they should have plenty of resources for that.
@@davidbombal sir its showing that the profile is not found on the system. Only we could see the pswd of the ssid in our profile?
@@davidbombal damn if the FBI can't even break into apple you know apple is doing something wrong...
@@ganeshmurugan157 Yep i think so...I tried
The moment I heard you saying python was a really powerful language I just subscribed instantly because I really wanted to learn python.
Hope you enjoy the videos :)
Thanks David, Another awesome video, I'm learning a lot from you. Thank you so much :D
You're welcome Amar
Control Panel\Network and Internet\Network Connections
Double click on Wi-Fi -> Wireless properties -> Security -> Show Characters. Boom!
Of course it will show currently connected WiFi password if you forget. You can do to any of them that you can connect to.
However great video, teaching some scripting and having all the data at once is nice & handy. Thank You
now the question is how to add the wifi to your user profile without signing in (for educational purposes only) :)
haha. purely business dude (" for business purposes only :) "
i think its impossible
Simple, clear and excellent explanation. Great job David as usual :-)
Thank you so much!
How to use that command prompt
@@velbrosfriends2987 lol learn how to code bruh. You prob 5 years old and wanna hack ur friend or smh
@@velbrosfriends2987 windows+r=command prompt then type 'cmd' in....there u gooo😊
@@altair2yearsago bro why will u check ur internet pass 😂 why don’t he show us other networks 😅
Video - how to make hydrogen bomb..
Yter - it's only for educational purpose my child
Thanks for so many likes.. ✌
LMAO
😂😂😂👌🏻👌🏻
@@snow6493 😂😂
Aye mast tha guru
its lol but really crazy point that you noticed
cmd did all the work and python took the credit
Yes that's true
how to do with cmd
@@kirukato8544 search it on your loptop command prompt is on the setting's
@@kirukato8544 lol
Lol
I'm actually learning backend at the moment and I'm amazed at how amazing programming is, now imagine that multiplied with an ethical hacker
The simplicity of this is shocking. Scary stuff, but what I felt was most profound was David's advice at the start of the video. "Don't be a script kiddie, learn Python". Thank you Mr. Bombal.
Always awesome bro (a love from India)
Mai bhi hu india se
M bhi
Thanks for this informative video. Great content. Enjoyed doing this on my network.
EDIT: When there are no WLAN profiles, the script does not give any notification. I added an else statement to notify the error. If anyone wants to try this, the challenge is to put the else statement at the right place.
Great share Vyas!
just make a batch with this command and it will work as well
"netsh wlan show profiles * key=clear"
Sure, I demonstrated that in the video. But, here we are learning and using Python. We could compile the script as an executable or take it further and e-mail the wifi details etc. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of other options and power. Python is one of the most popular programming languages in the world :)
@@davidbombal not to be a spoil sport but (here i go being a spoil sport) python isnt compiled so unless they have python installed, we cant forward it to others :( Yes technically we can compile it but it's wonky at best haha
Otherwise hell yea its much more powerful with emailing and all
.
Great vid btw
@@davidbombal you can also make this with powershell , yeah i know i like phyton
@@davidbombal sir,this code is it working or not ? Please reply
this is useful for already connected to the wifi/ network, not for hacking for the first time in any wifi in your neighborhood.
Thank you David, for this informative and short yet concise tutorial. I will definitely use this for good cause, and not for illegal.
Thank you David! Very powerful formation you give to us on this video, simple commands, simple code and powerful resources. Greetings! P.d. and yes, with powers comes...
Thanks David, at least now I'm a bit closer to getting my neighbors wifi password ...just kidding 😉😅
lol... yes... don't get into trouble!
🤣
*friends
That's some funny shiii he's like I'ma teach you how to do it but wink wink don't do it
Doesn't this command only show you passwords that your computer has already used in order to access the corresponding ssid? I didn't think this would allow you to go into a coffee shop, find "Starbucks guest" and extract a password you didn't have in the first place. Does it?
Great Learning! Great Educator! Great explaination! That's the most informative 11 minutes of my Day. Thanks David :-)
Glad you enjoyed the video Sparsh!
you just earned yourself a subscriber mister, great work!
Hi Dave, thumbs up, and complement of the season. Wishing you the best in 2023.
Wow, python is such a powerful language, love it!
Agreed Nawid.
Well informative video. Thanks again David for this Video!
Thank you Buraq
Ahh i love basic windows commands :), i dont know, they have such a calming effect
lol... lots of great Windows commands :)
Man!!!!! You are the only UA-cam channel whom I suggest to my students 💙
You did a great job it shows all the information that are saved in the pc and it is safe as it does not shows the passwords that are not saved keep going 5 hands with you✋👍🏻
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - however, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box: ua-cam.com/video/qaZ-IbssPDI/v-deo.html
Great video David.. thanks for always sharing something new.. It also shows how powerful python is :)
Glad you liked it Saad!
he: Python opens you a lot of doors
me: nothing
my mind: fbi open up!
edit: thanks for a lot of likes :)
🤣🤣🤣🤣🤣🤣🤣
Did you try it
Hiyo
Didnt make this acc for ur comment i made it months ago than your comment😂😂
Thank You for this amazing Python content Sir!!!
You're welcome
Ranjeesh
David is a true legend. I've seen an interview with network chuck too. They are both good.
Thank you ! I like it . It taught me that I can write dos commands in python ; sometimes it is imperative.
Thank you David, I havent been into pentesting since the old Backtrack Days, watching your videos are really inspiring, and easy to get back in the saddle. Did you ever made the follow up Video, on how to wrap Python code into .exe Files? Cheers Pedro
Out of curiosity, did you try making this program?
"Dont be a script kiddie. Learn to program. I am going to show you these scripts."
Just found that funny.
Excellent vid as usual. Thanks!
Pros of this video: good to know the python scripting thing, it's really helpful.
Other than that, don't expect some magic !!
Sir first i was a bit afraid to see this video but after seeing sirs aim i become a fan
Love from India sir..😄
I'm learning yet python ,this kinda courage for me 🙌
He teaches people how to break into someone's house and then says DONT STEAL ANYTHING :DDD
Nope. That command only shows the passwords to networks you've already connected to. So unless you're already connected to your neighbours wifi it wont help you or anything
@@someoneyoullhatesomeday4037 i actually created an exe using python back in 2017 - 2019(Cant remember when)......used VLC icon as the exe icon and inside the script it contained Avengers infinity movie content -commented out- and a script that
1.extracted the wifi password when run
2.Sends it to my computer
3.Re_writes itself by removing the script and uncommenting the movie data
4.converts itself back to an mp4 file and works basically like any movie file
Sent it to my neighbors and got their passwords.....
oh yeah....i told them afterwards so use the info only as educational
@@goodn1051, can I get the script? My parents changed the WIFI password and won't tell me and I need to do work.
@@andrewcochrane5393 Really depends with your parents -and how knowledgeable they are with computers - cause it will still prompt him/her to allow the app to make changes in their computer. i went around this by using my neighbor's young kids and some of my friends who had little knowledge on how computers work.
as for the script, it was quite far back so i don't have it , but go look at neuraline -virus code - on youtube...it basically has the same flow
David's wifi must be pissed cause he keeps changing his wifi password every week 😂😂
Lol... great comment!
Thanks for explaning code line by line.
Thanks David I'm doing a Cybersec course and this is really helpful
I've seen people on the comment saying that they hacked their neighbor's Wi-Fi. Really? It only shows you your own network, it doesn't show any of the network around you even when the network icon on the taskbar shows all of them. Like David said: education purpose guys, don't use it to hack others illegally.
You're right bro, it shows just the list of wifi you've already connected to.
It seems unnecessary to me.
::::(((((((((((((((((((((((((((
@@dembashow it might be good to know it for when you forget password or in case you are doing support in a network. Instead of asking, just use commands and figure it out.
I’ve just had the best cheese and onion crisps wrap I’ve ever had.
My next question is how do I stop My WiFi password being accessed that way?
Great question
Well I just figured out one way ---> forget the network. I ran the python script and decided on one of the listed ssid's . In windows, I opened the Network and Internet Settings>Wi-Fi>manage known networks and deleted the profile I decided on. When I re-ran the python script, the SSID profile I deleted was no longer listed.
He only shows the password of the network which he is connected or the ones that he has connected in the pass....
@@lolololol825 Yes, I thought the same thing or am i missing the point...?
but it doesn't take much to connect to a network in a hotel , bar or whatever...
Awesome video. Thank you David
BRO your videos are absolutely on fire. i am learning to be an ethical hacker. thank you for your inderect help
how can i download the get wifi password code?
Thank You sir , sharing your knowledge with us ♥️♥️
You're welcome Ujitha
you made us fool
it is just showing old all connected wifi password
@Top Commentaries i know
But like i was think of new not connected password then he gave old connected wifi passwords
My hope were in sky but suddenly it was smashed to the floor
I like to watch your videos cause they are great and you have a good explanation
This script really worked. I tried it on my own network. I m getting falling in love with Python.
where i get the script , i don't get the link😢
"THE BEST WAY TO PREDICT THE FUTURE IS TO CREATE IT."
- Abraham Lincoln
I have a desire to know my college wifi password 😆🤔
When I run the CMD command it shows that a key is present but does not show the key. Please advise.
add key=clear at the end
I don't think I have the command anymore, but a long time ago I was able to make a single command in windows command prompt that would simply spit out every wifi network and password to terminal or save it to a file. Then I loaded it up onto a cheap rubberducky thing and was able to get all the wifi passwords to a computer just by plugging it in for a few seconds. Just wanted to let you know that python isn't required for this type of thing. :)
Always the best content. And the best explanations ever !!!
This command show password for the wifi which u had connected to it in the past (saved passwords) .
It doesn't mean you are hacking and getting in trouble .. 😂
yup ! I was also expecting to decode unsaved passwords and nearby WiFi networks! but anyway ,this was fun!
I think you're missing the point. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them? I didn't demo that here because I don't want to get into trouble with the robots and I wouldn't run this on any network I don't have permission to test against.
@@davidbombal @akilan definitely missed the point of this video. He would fail red team's pen test and serve all his passwords on a platter.
'There is no such wireless interface on the system ' is all I get. Somebody say something
@@davidbombal nice
this vid is for educational purposes only
5 mins later: FBI OPEN UP
😂😂
bit the ssid it is showing in cmd is the ssid that my laptop was connected before not the ssid showing in my WIFI range
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - But, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box.
So true
@@davidbombal true sir
btw david is one of the best programmers iv seen i want to try but i cant i dont get it so yea i am still trying,keep up the good work david ;3
Thank Bombal🎊🎊🎊
I keep coming here
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x81 in position 24: invalid start byte
Hey how can i get all info like this bro...
Please help.... I really want to learn
do u get?
still have the prob ?
Sir, i watched half this video and now i know more about OOP and python scripting than i ever did using codecademy or all the info out there for the last few years. Thank you for this, and if you have any other sources that will further teach one the fundamentals of coding with python or any language,...i know what a class is and properties of inheritance, i dont need to read it for the thousandth time...please post or msg me
without those years in codecademy and elsewhere you wouldn't have understood what's going, at least on the same level. So it's a pretty dumb thing to say that this alone taught you more lol
Great video! I was just wondering if it would be possible to run this as a PowerShell script...
Yes. See some of the other comments. People have already put examples here :)
A good method if code confuses you, try to solve the problem backwards.
You need to break down your goal into the most simple terms to study it and understand it in your own way. Considering it and really building it into your subconscious.
The major issue in this video is, when your pc is connected to any wi-fi networks then only the command works and shows the connected wi-fi's passwords. But does not show the unknown wi-fi password. I think I am clear David Bombal Sir.
Hey there, David.
I hope you will answer it.
I'm getting an error like this:
command_output = subprocess.run(["netsh", "wlan", "show", "profiles"], capture_output = True).stdout.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8f in position 2: invalid start byte
what to do with it?
just put the 'cp866' at the back like in following code :
command_output = subprocess.run(["netsh", "wlan", "show", "profiles"], capture_output = True).stdout.decode('cp866')
i am seeing this error: "Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases" please tell me how can i fix this.
Hello Sir, I am really confused after this experiment.
I just list out the SSID's which I was connected in past and saved in my system than how it is illegal because I think using this code, we just get the passwords which are already saved in our system.
How we can say it is used to hack someone wifi-Network????
You can send this script to someone and make them execute it and email it to yourself, that way you'll be able steal their wifi networks and their passwords. Then you can connect to their network by using that password and do more damage to their network and clients connected to it. Which is illegal if you don't have permission.
I think you're missing the point. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them? I didn't demo that here because I don't want to get into trouble with the robots and I wouldn't run this on any network I don't have permission to test against.
Thanks David!!, The comments in the script are more usefull
Just started learning python. I can't wait until I'm at this level of skill of being able to make scripts like this. But for now at least I can stay happy being barely past the "Hello world" stage 😂
@{LVM} 100%BOAZ I use a python learning app that has lessons on it and I watch UA-cam stuff when I'm really struggling on a topic
God has reserved a spot to heaven for this man!
utf-8' codec can't decode byte 0x88 in position, how can i reduce this error sir?
still have the problem ?
@@medterbah9910
This only gives me the passwords saved on my desktop, kind of useless?
just ask you neighbours to connect their wifi to your laptop for once then next time dont ask for it
Same
@@DhruvSharma-yu3lu lul no brainer
@@DhruvSharma-yu3lu This will still be useless because the password will get autosaved lmao
The script could be applied to get the password remotely by executing some code on a machine connected to the wifi, through a malicious macro or something similar, think of it as a module to a bigger program you can execute on the victim's machine
The only way to get a wifi password without social engineering nowadays is by bruteforcing it, which isn't super effective
For people who r facing problems :
just make sure your python is above >python 3.6 and and language preferences of windows is English.
What was the point? You can always see your own wifi passwords...
"To find your WiFi password on a Windows 10 PC, open the Windows search bar and type WiFi Settings. Then go to Network and Sharing Center and select your WiFi network name > Wireless Properties > Security > Show characters"
I covered unknown WiFi networks in other videos on my channel like this one: ua-cam.com/video/WfYxrLaqlN8/v-deo.html - however, I think you're missing the point about this video. You have to think outside the box. Think about that script with the e-mail option. What would happen if someone else ran that script on their computer which a red team had sent them or they downloaded it from a malicious website? There are lots of ways to do things, but Python gives you a lot of options and power. We can compile the python code as an application and get the script to do many more things. You could even mask it as an image file or some other type of file. Python is one of the most popular programming languages in the world. I didn't demonstrate all the options here because the may be taken down. But you need to think outside of the box: ua-cam.com/video/qaZ-IbssPDI/v-deo.html
Hi David, what does WPA2 PSK exactly does on network password? By enabling, could it prevent password robbery as shown in this video?
No, router encryption does not prevent password robbery in this scenario. These passwords are stored on the computer system and are shown as the computer sees them. WPA encryption only encrypts the wireless traffic from your router to a device.
script download plz help
From the outset, l wanted to thank u for this beautiful vidéo, but l can't crack a Wi-Fi password that l had never connectés.
Same i m able to extract those wifi password which i know😂
@@Reelhumor1 yeah me too lol
How to counter act or defend yourself from a snifing atack
Wahoo, just wahoo..... I'm following all your teachers 💯🥂
Haha now if my mom changes the password to the Wi-Fi i can figure it out 😏
CLONE__.281 on Instagram is legit.💯.
☞ ̄ᴥ ̄☞
It will not work as it only show the password that you typed in
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: bit.ly/2XlIJFu
or direct link: github.com/davidbombal/red-python-scripts/tree/main
Need help? Join my Discord: discord.com/invite/usKSyzb
================
Connect with me:
================
Discord: discord.davidbombal.com
Twitter: twitter.com/davidbombal
Instagram: instagram.com/davidbombal
LinkedIn: www.linkedin.com/in/davidbombal
Facebook: facebook.com/davidbombal.co
TikTok: tiktok.com/@davidbombal
UA-cam: ua-cam.com/users/davidbombal
================
Support me:
================
DavidBombal.com: CCNA ($10): bit.ly/yt999ccna
Udemy CCNA Course: bit.ly/ccnafor10dollars
GNS3 CCNA Course: CCNA ($10): bit.ly/gns3ccna10
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!
I didn't understand something. Is it just discover the WiFi passwords that conneted to them already or that's discover all the WiFi networks that you never connected to them ?
You are my favorite mentor 😍
@@NehorayPerets I am able to see all the networks that I have added from day I brought my PC.
@@Culsta That what I thought so I didn't understand what's Illegal about that thing
Well if u use the same on someone elses computer u can get there password exmple use it on ur neighbour's system u can get the password and use there wifi so thts what is illegal about this
click-bait F
Thank you sir, now I can connect with the neighbor's wifi with no problems
Thank you. Learning something new everyday is cool!
I love how you just said: "Don't go to jail" at the end XD
thank you sir it increased my intrest towards python to learn
Which version of python he used plz tell me
@@SHIA.110. i use pycharn for python latest verdion
@@krizalshrestha9094 thanks
Thanks for this educational video i hope everyone watch this only for ethical knowledge way…. ( LOVE FROM INDIA 🇮🇳)
the best youtube vid thank you david
Sir i always follow you love u and i will always support u ur work is awesome