Ethical Hacking using Python | Steal Wi-Fi Passwords in Seconds

  Рет қаралды 460,297

The Cyber Mentor

The Cyber Mentor

Күн бұрын

Improved code video: • Steal Wi-Fi Passwords ...
$2 Rubber Ducky - Steal WiFi Passwords in Seconds - • $2 Rubber Ducky - Stea...
Python for Beginners - Full Course - • Python for Beginners -...
___________________________________________
Pentests & Security Consulting: tcm-sec.com
Get Trained: academy.tcm-se...
Get Certified: certifications...
Merch: merch.tcm-sec.com
Sponsorship Inquiries: info@thecybermentor.com
📱Social Media📱
___________________________________________
Twitter: / thecybermentor
Twitch: / thecybermentor
Instagram: / thecybermentor
LinkedIn: / heathadams
Discord: / discord
💸Donate💸
___________________________________________
Like the channel? Please consider supporting me on Patreon:
/ thecybermentor
Support the stream (one-time): streamlabs.com...
Hacker Books:
Penetration Testing: A Hands-On Introduction to Hacking: amzn.to/31GN7iX
The Hacker Playbook 3: amzn.to/34XkIY2
Hacking: The Art of Exploitation: amzn.to/2VchDyL
The Web Application Hacker's Handbook: amzn.to/30Fj21S
Real-World Bug Hunting: A Field Guide to Web Hacking: amzn.to/2V9srOe
Social Engineering: The Science of Human Hacking: amzn.to/31HAmVx
Linux Basics for Hackers: amzn.to/34WvcXP
Python Crash Course, 2nd Edition: amzn.to/30gINu0
Violent Python: amzn.to/2QoGoJn
Black Hat Python: amzn.to/2V9GpQk
My Build:
lg 32gk850g-b 32" Gaming Monitor:amzn.to/30C0qzV
darkFlash Phantom Black ATX Mid-Tower Case: amzn.to/30d1UW1
EVGA 2080TI: amzn.to/30d2lj7
MSI Z390 MotherBoard: amzn.to/30eu5TL
Intel 9700K: amzn.to/2M7hM2p
G.SKILL 32GB DDR4 RAM: amzn.to/2M638Zb
Razer Nommo Chroma Speakers: amzn.to/30bWjiK
Razer BlackWidow Chroma Keyboard: amzn.to/2V7A0or
CORSAIR Pro RBG Gaming Mouse: amzn.to/30hvg4P
Sennheiser RS 175 RF Wireless Headphones: amzn.to/31MOgpu
My Recording Equipment:
Panasonic G85 4K Camera: amzn.to/2Mk9vsf
Logitech C922x Pro Webcam: amzn.to/2LIRxAp
Aston Origin Microphone: amzn.to/2LFtNNE
Rode VideoMicro: amzn.to/309yLKH
Mackie PROFX8V2 Mixer: amzn.to/31HKOMB
Elgato Cam Link 4K: amzn.to/2QlicYx
Elgate Stream Deck: amzn.to/2OlchA5
*We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites.

Пікірлер: 233
@TCMSecurityAcademy
@TCMSecurityAcademy Жыл бұрын
If you want to see an update to this video with improved code, check out this link: kzbin.info/www/bejne/hoDKo4Glad2FodE
@babjimangena5778
@babjimangena5778 Жыл бұрын
please can you say i have a doubt that my passwords are not displaying in the file please say what to do
@globaltalk7100
@globaltalk7100 4 ай бұрын
making foolish efforts to show my own passwrod, how can i crack unknown wifi password ? why i steal my own password and spread to world ?
@elite_savage1245
@elite_savage1245 Жыл бұрын
2:15 video starts
@luckyshahana6336
@luckyshahana6336 11 ай бұрын
Thanks Soldier. 🫡
@MrDestroys
@MrDestroys 2 жыл бұрын
Thanks my grandma didn't stand a chance
@chung_myung.
@chung_myung. 2 жыл бұрын
😂
@AM-mv6ro
@AM-mv6ro 2 жыл бұрын
LOOOOOOOOOOL 😂😂😂😂 boy you gonna get your ass slapped
@Coccogurl123
@Coccogurl123 2 жыл бұрын
Thanks for the humor. I needed this laugh
@studentse166
@studentse166 2 жыл бұрын
🤣🤣🤣🤣😂😂😂
@dagarnertn
@dagarnertn 2 жыл бұрын
Best comment I’ve seen all week.
@TattedFaceJoey
@TattedFaceJoey 10 ай бұрын
If it doesn't work at 16:20, try: if (filename.startswith("Wi-Fi") or filename.startswith("WiFi")) and filename.endswith(".xml"): My XML file starts with "WiFi". Could also make filename lowercase to avoid any further discrepancies.
@SmartTv-dy3vc
@SmartTv-dy3vc Ай бұрын
You could also check the .xml file and see what it starts with(mine was Wi-Fi instead of wifi) and try that, it worked for me
@mohamednayeem2602
@mohamednayeem2602 Жыл бұрын
so basically, this can be done only if we are connected to the network or we can get all the available networks which are available nearby?
@KS_0_6
@KS_0_6 5 ай бұрын
same ques works for some tho check it out
@tyrannicalguy7262
@tyrannicalguy7262 2 жыл бұрын
Nice!!!! But if we were to use this snippet in commercial network systems where there could be a lot of wifi's available, this could take a lot of time since the code is of O(n^4) complexity. This could be bought to O(n^2) by subtle changes to increase execution speed.
@moiz_6
@moiz_6 2 жыл бұрын
How Any ideas !
@tyrannicalguy7262
@tyrannicalguy7262 2 жыл бұрын
@@moiz_6 No stress!! We can remove nested for loops, use lambda functions for function definitions and use file parsers
@moiz_6
@moiz_6 2 жыл бұрын
@@tyrannicalguy7262 ok Thanks
@awesomemikeinc
@awesomemikeinc 2 жыл бұрын
Nice one dudes. One day I want to be able to contribute to threads like this and provide solutions as a coder and ethical hacker.
@Pyro2352
@Pyro2352 2 жыл бұрын
Correct me if I’m wrong, but isn’t this actually O(n!)? And it could be just O(n). It actually baffles me how someone could write such a inefficient code and call it an tutorial. I don’t know this channel and maybe he is a great programmer and it is done on purpose so some noobie doesn’t do anything stupid on more than cca 15-20 passwords. Anyway it is in python so efficiently wasn’t the point.
@paskwalito3662
@paskwalito3662 2 жыл бұрын
My first time watching one of ur vids, I'm not familiar with coding, quit impressive and interesting
@juliusrowe9374
@juliusrowe9374 2 жыл бұрын
Dope content Heath! Super informative too! Please keep the great content coming!
@viniciuspizzirani7005
@viniciuspizzirani7005 2 жыл бұрын
Nice work, mate! Well explained and pretty informative as well. After watching the whole video, there's one thing i would like to know: How can i protect myself from this commands? Can i block a system from accepting that commands or anything like that? What steps should i take after knowing that this kind of stuff is possible?
@Cahangir
@Cahangir Жыл бұрын
What goes around,comes around. If you don't harm others, you will most likely be protected from the harm of others. And in case someone manages to steal your password,just ban their MAC adress through the router settings.
@vivalafrance5627
@vivalafrance5627 10 ай бұрын
You can just don't have python installed so that can't really run python on their computer.
@kcomarcos
@kcomarcos 8 ай бұрын
What about online interpreters?
@ritesh9916
@ritesh9916 2 жыл бұрын
But this will only give the passwords for saved profiles, isn't it? Can I know the password of any random SSID ?
@ss3k
@ss3k 4 ай бұрын
U could use the script like a malware and just send it
@fajartris
@fajartris 2 жыл бұрын
I thought at the first time that this is a remote-based wifi hacking tutorial. Nice one tho!
@832738
@832738 4 ай бұрын
didnt realize i was being taught to make a wifi stealing virus lol
@chrishears
@chrishears 2 жыл бұрын
How you go about covering your trail? Deleting process files? Great vid! You've earned my sub!
@fabmx
@fabmx Жыл бұрын
Changing some code since I have some issues when computer has more than one WIFI stored and if there are some open WIFI stored: #Do the hackies for filename in os.listdir(path): if filename.startswith("Wi-Fi") and filename.endswith(".xml"): wifi_files.append(filename) for i in wifi_files: with open(i,'r') as f: for line in f.readlines(): if 'name' in line: stripped = line.strip() front = stripped[6:] back = front[:-7] wifi_name.append(back) if 'keyMaterial' in line: stripped = line.strip() front = stripped[13:] back = front[:-14] wifi_password.append(back) if 'open' in line: stripped = line.strip() front = stripped[16:] back = front[:-17] wifi_password.append(back) for x, y in zip(wifi_name, wifi_password): sys.stdout = open("passwords.txt", "a") print("SSID: "+x, "Password: "+y, sep=' ') sys.stdout.close() wifi_name.clear() wifi_password.clear()
@akaun2371
@akaun2371 10 ай бұрын
iam watching this at night and got flashbanged 3:28
@iam.kartik
@iam.kartik Жыл бұрын
how to hack nearby wifi passwords? instead of saved wifi in our system!!
@motorhead1021
@motorhead1021 Жыл бұрын
This tutorial is kid stuff, like stealing something inside your home?
@FizysVibinMemes
@FizysVibinMemes Жыл бұрын
Do you know when I try to the run the file on command prompt it says “no such file or directory”?
@Rubalix
@Rubalix Жыл бұрын
I still have a lot to learn but I glad I am learning python, I am understanding the script, what words like append mean, understanding what a for loop does, etc. Then I am learning more things and how to use python for hacking. Being a script kitty sucks kids. I have never been one and never will be.
@MrAlexwhead
@MrAlexwhead Жыл бұрын
i think ya mean script kiddie ;)
@Protrader29
@Protrader29 2 жыл бұрын
Very well you're explained, but we re needed to kali Linux video, thanks 🧐
@ZoroniteTech
@ZoroniteTech 4 ай бұрын
This is unrelated (and probably illegal), but, a while ago, I was put in a refuge for children out of town because my mom was in the hospital as a result of medical negligence during a surgery. Anyway... to get to the point... I wrote a keylogger in python so I could get their wifi password when they typed it in because they wouldn't tell us what it was.
@pe9ter571
@pe9ter571 Жыл бұрын
Does not work for me it says that there is not file that has that name. Wasted a lot of my time on this.
@klote82
@klote82 10 ай бұрын
At the end of September we went to a country fair in our city out in the country. The only Wi-Fi was locked down, so I found a point of sale terminal that was unlocked went in control panel and got the Wi-Fi password. :D
@luismarrero9293
@luismarrero9293 2 жыл бұрын
thanks for the code very informative and cool. One question, this code is good for windows machines only or will work for other system? I am assuming is for windows only. if we use a windows command will take one line code netsh wlan export profile key=clear to get the file and then the password. I dont see the benefit using python instead of windows command. Sorry I am learning (super beginner) I just want to understand the advantage of using Python. Thanks again
@sampathreddy7492
@sampathreddy7492 2 жыл бұрын
Bro did u tried this
@maxkammerer3376
@maxkammerer3376 Жыл бұрын
Some advantages: 1: in Python you can send it somewhere as he did if there are multiple people involved 2: you can put that script on a usb Stick and with some small chnages to the stick you can automatically get all passwords from another Laptop 3: you do not have to do stuff Manual. 4: it is good for learning and having fun with it.
@munaourhossain8512
@munaourhossain8512 Ай бұрын
If it only gives you password of your saved wifi or wifi that you connected before then we can use like 3 cmd in cmd promt to get it easily...
@deepakchristy9232
@deepakchristy9232 2 жыл бұрын
Is webhooksite safe? They can collect all passwords as a word Dict ..
@mr_noob6361
@mr_noob6361 2 жыл бұрын
Is this works for those wifi which were not even connected before.. With your laptop?..
@rxipland
@rxipland 2 жыл бұрын
No, you must connect first.
@lilyclark4623
@lilyclark4623 2 жыл бұрын
"Hello sir!" is a nice touch. Thanks - I'll be going on my first wifi engagement next month.
@simmsimmons3690
@simmsimmons3690 2 жыл бұрын
are you a pentester?
@donp_thechefscam
@donp_thechefscam 2 жыл бұрын
So first I need to have internet to download Linux and python?
@asadabbas4973
@asadabbas4973 3 ай бұрын
use the same internet as u used to watch the video
@vihaansharma6888
@vihaansharma6888 Жыл бұрын
we can only hack our password what about other's
@zonea1826
@zonea1826 5 ай бұрын
it is showing alot of numbers in the password place, can you fix that?
@SKBgodmode
@SKBgodmode Жыл бұрын
how did you open file after typing commands in cmd ?
@les4jokers411
@les4jokers411 7 ай бұрын
put the the link of the file in the cmd
@ozairakhtarcom
@ozairakhtarcom 2 жыл бұрын
Hi, Can you share this code?
@ninjapirate123
@ninjapirate123 Жыл бұрын
I'm only 16 years old and still learning python, I'm not a master at it yet
@ninjapirate123
@ninjapirate123 Жыл бұрын
@@basit2737 English is BS
@Cha0sM0nkeyz
@Cha0sM0nkeyz 2 жыл бұрын
would this work on most Windows systems though? they don't have python by default do they? guessing you could do a similar process with a batch file or powershell. Cheers for activating the neurons late on a Friday.
@jakesaunders3614
@jakesaunders3614 2 жыл бұрын
You are correct. That or some c# executable. You can also convert python to a .exe, but I’m not sure if windows defender would like it much
@alexpetrean827
@alexpetrean827 2 жыл бұрын
Tested with powershell, it works really well
@Cryllicz
@Cryllicz 2 жыл бұрын
@@alexpetrean827 did you re-write the script using PowerShell?
@tuxsoftwares
@tuxsoftwares 2 жыл бұрын
His using windows
@ibrahimabdeltawab6418
@ibrahimabdeltawab6418 2 жыл бұрын
So informative! Thanks so much ❤️
@jjar7266
@jjar7266 10 ай бұрын
nice tutorial.. I followed along using VScode. I triple checked and compared codes. the code works, but the output is a huge list.. mostly repeating username and passwords.. i believe about 8 xml files were found. i received a ton of repeats and some files weren't in the output.. not sure what the heck happend.. anyways... I'm about a month in on teaching myself Python. thanks again
@simonleonard5431
@simonleonard5431 10 ай бұрын
It's really badly written code. Every time a filename is added to the list it opens every file in the list and processes it before processing the new file.
@r.syntax
@r.syntax 8 ай бұрын
Same here, I have basic experience in python but not enough to be able to know how to fix this while keeping the code working, are there any basic solutions?
@joseignaciohernandezbrito8581
@joseignaciohernandezbrito8581 Жыл бұрын
very good video, but i understand the code show you the password files do you have in your computer, this it's correct? but i dont understand if using this code you can steel password to an network wifi who you dont have the .xml file
@rahil4750
@rahil4750 Жыл бұрын
I have a question let’s say I hypothetically I am hacked into my neginbours wifi and then they change thier password so woudl the cmd show the current password or the password that was saved before
@hemadas2459
@hemadas2459 5 ай бұрын
It will show the password saved earlier .. there will be no update if the password was changed
@kso35
@kso35 2 жыл бұрын
Can this be done remotely without hosting any site??
@peter_c_
@peter_c_ 2 жыл бұрын
Could you provide source code in the description? I'd like to play around with the code a little to try and make it more efficient/faster. (I'm not going to use it maliciously, don't worry, Im studying to be a white hat hacker lol)
@TCMSecurityAcademy
@TCMSecurityAcademy 2 жыл бұрын
Check this updated video and the source code is in the description kzbin.info/www/bejne/hoDKo4Glad2FodE
@shivalimbudubey2549
@shivalimbudubey2549 Жыл бұрын
@- Prophess-or-X lol
@rafk8011
@rafk8011 Жыл бұрын
XD don't worry am not gonna hurt you, said the serial killer
@maxkammerer3376
@maxkammerer3376 Жыл бұрын
Very good video, but wouldn't you get every ssid and password multiple times if there was more than 1 ssid? Because of the for loop at line 29 you append to list then go through the whole list if there was a second ssid it would do all the things to the first ssid as well or am i wrong? I would have seperated the stuff after line 28 into a new line.
@boradagdelen3846
@boradagdelen3846 Жыл бұрын
You're right, the for loop at 29 should be outside the first for loop, so no indent
@0baakYT
@0baakYT Жыл бұрын
I had this issue. Resolved by creating a dictionary for the wifi profiles
@boradagdelen3846
@boradagdelen3846 Жыл бұрын
@@0baakYT I don't think that's the problem that the comment was talking about, but I think you mean that a dictionary solves the problem of multiple equal SSID's
@boradagdelen3846
@boradagdelen3846 Жыл бұрын
Oh wait, a dictionary actually wouldn't allow multiple equal SSID'S
@0baakYT
@0baakYT Жыл бұрын
@@boradagdelen3846 i had a bunch of duplicate instances.. i think it was from my passwords being changed.. not sure. but the dictionary made my output file nice and organized with no dups
@kevinkez8555
@kevinkez8555 9 ай бұрын
Title - Steal wifi passwords in seconds video - 20 mins💁‍♂
@bluesnailnt
@bluesnailnt Ай бұрын
You have to go through the entire process before it takes seconds.
@tabandyfarm8103
@tabandyfarm8103 2 жыл бұрын
Hi Heath, thank you for another great tutorial. May I ask, How do you get your Windows command prompt to see the python code, please? Thank you.
@MuhammadImran-uz6vz
@MuhammadImran-uz6vz 2 жыл бұрын
So simple just type python and file name Python file.py
@luismarrero9293
@luismarrero9293 2 жыл бұрын
@@MuhammadImran-uz6vz I tried recently one to download youtube videos and it did not work in windows. it required to install python and then the modules . so I dont think python just work out of the box in windows in my short experience
@85Studios
@85Studios Жыл бұрын
Okay so you never said how to prevent this if you are a person who has someone near them stealing their wifi. I have the issue where Samsung TV and Mediatec with Mac address 28:84:fa:9b:b9:e2 as well as multiple other devices which are not mine keep showing up in my network under Windows, but when I got o my router it does not see those MAC addresses so I cannot block them. I pay a lot of money for my internet and I have a strong password on it, within 8-10 hours no matter what password I put on the SSID and WIFI I get new devices which are not mine popping up in my network. Also I always see them from Windows under Network with a Mac address, but no IP address. How can I stop this. I am using WPA2-PSK encryption this is a PITA changing my WIFI password because I have about 10 IOT devices including Lights and other devices and Every time I change the password I have to spend about 2 hours setting them back up to connect, please help.
@kaiolucas4460
@kaiolucas4460 Жыл бұрын
When I open the mousepad my keyboard it’s Putin other keywords
@victormukete505
@victormukete505 11 ай бұрын
can this only be run through command prompt? Sorry, I'm still very new.
@nakulbarot
@nakulbarot 6 ай бұрын
is this helped for unknown wifi, if we didn't connect earlier before
@hemadas2459
@hemadas2459 5 ай бұрын
No
@theoddone2723
@theoddone2723 2 жыл бұрын
i have this error if filename.startswith("WLAN") and filename.endswith(".xml"): IndentationError: expected an indented block after 'for' statement on line 20 Help
@Paasj
@Paasj 2 жыл бұрын
Did you figure this one out allready? It's a good Idea to google search your errors when you program.. Everybody does it. -Programming is 10 percent typing and 95 percent google searching... Anyways- python indentations are important... You use tab spaces to communicate what blocks that should be executed and in what order.
@animemvworld6892
@animemvworld6892 Жыл бұрын
Which Linux software are you using??
@mukisajohnmary
@mukisajohnmary 10 ай бұрын
This was a good one. Thanks a lot. Would be nice if you went into the possible payloads one could use with this so that people know what to avoid. Thanks again
@bradley1995
@bradley1995 10 ай бұрын
Sounds like someone is asking for a friend ;p
@komaldeegwal3261
@komaldeegwal3261 9 ай бұрын
This will show passwords for only those wifi networks who had connected in past but how to crack passwords for some new networks?
@Ramu-hv4ec
@Ramu-hv4ec 2 жыл бұрын
Please do more Python scripting videos like this
@rachelribecca1111
@rachelribecca1111 2 жыл бұрын
Please respond! Can I do this mousepad command on ISH SHELL???
@VizArzReal1
@VizArzReal1 18 күн бұрын
'pip' is not recognized as an internal or external command, operable program or batch file. I Need help?
@Mo.HasnainVadaliwala-cx3wm
@Mo.HasnainVadaliwala-cx3wm 5 ай бұрын
WHICH COMPILER?
@fishmut
@fishmut 2 жыл бұрын
Back in the 80,s was learning computer programming basics , hated it , now I got so much more respect for it , wish I payed attention back then lol. Ps liked and subscribed. 👍
@aclipisgonnaclip
@aclipisgonnaclip Жыл бұрын
my dad did basic in college.
@LoayMatar
@LoayMatar 2 жыл бұрын
Awesome tutorial. It's also interesting to learn about netsh.
@DominicNweze
@DominicNweze Жыл бұрын
Any help. Mine printed the passwords and names and so on but did not save to the txt file. I've checked my code 3 times. I cant find the issue. Is there something I need to do.
@genghiskhan5685
@genghiskhan5685 2 жыл бұрын
How do you get the customized linux environment in kali? Also, most of my xml files do not contain the line. Not sure why.
@whatdaro
@whatdaro 10 ай бұрын
it means the wifi networks you connected to did not require authentication to connect with, ie. they were open wifi
@annepaul491
@annepaul491 2 жыл бұрын
Hi I followed all of you video please am just knew in cyber securite please where should I start from zero ? Help me please
@JoeC_aka_PwnerJoe
@JoeC_aka_PwnerJoe 2 жыл бұрын
kzbin.info/www/bejne/qKHQkImVbZ2qmtU
@azazafridi689
@azazafridi689 8 ай бұрын
how to coonect any wifi without knowing its password and its is our first time to connect with it
@Toki-
@Toki- 5 ай бұрын
Tricky exploits(Usually, the holes are fixed) or brute force( extremely long process) =)
@elektrolyte
@elektrolyte 10 ай бұрын
what an excellent tutorial> thank you SO MUCH 🤩
@alexanderupb4546
@alexanderupb4546 Жыл бұрын
I would be good if i ask you for normal reason, other app they can get passwords from unknown ssid/wife routers ..i used kali linus and aircrack but other apps that i wanna say more safe for normal use.. like i got in a vacation, but i don't have the password for the airbnb how do i hack it? without use any of the above hacking programs/apps?
@tonestarks7498
@tonestarks7498 Жыл бұрын
cool video but what about Mac users??? got one for us?
@ExGamified
@ExGamified Жыл бұрын
this is old! do u know how much apple\linux users right now? All u focused in writing a sick python exploit, rather than preventing. Fun fact: if u cant get to the wifi, how will u get to the users? phishing/keylogger/rootkit/social engineering/manual effort to prank your friend/which one?
@richfieldjoshua8421
@richfieldjoshua8421 Жыл бұрын
How do i run it and also create the files
@masoudkuwait
@masoudkuwait 2 жыл бұрын
While u were there. Why u didn't add aline of code to download ur favourite rat [troji] to the unwatched pc 😉 Nice video 👍
@anishprajapat665
@anishprajapat665 2 жыл бұрын
no , only we do this only one time just because of when i do again this ,this show me again same wifi profiles thats i conneted
@MygenteTV
@MygenteTV 2 жыл бұрын
how can be use for unix boxes too?
@nourmurtada
@nourmurtada 2 жыл бұрын
Is This attack works only if the credentials saved before in my system?
@rxipland
@rxipland 2 жыл бұрын
Yes. If your computer automatically connects to wifi on startup, it means the password is stored there, so this attack will work.
@shresthrajansengar350
@shresthrajansengar350 Жыл бұрын
How to do this in notepad++
@alicomando1195
@alicomando1195 2 жыл бұрын
Hi can some one steal my wpa supplicant in android Root directory By Sending such scripts through Email or online web links to hack my WiFi password? Or the android root directory Encrypted = unaccessible? Thanks
@anishprajapat665
@anishprajapat665 2 жыл бұрын
we do only one yime just beacuse every time show same profiles...
@akashshankhala6216
@akashshankhala6216 2 жыл бұрын
Just curious about how to make script like this which runs on Android?
@salvadordali5592
@salvadordali5592 2 жыл бұрын
Bro you run python program in Which application?
@salvadordali5592
@salvadordali5592 2 жыл бұрын
Is it IDLE
@louisgoovers8948
@louisgoovers8948 10 ай бұрын
End of the ad : 1:45
@MBRE506
@MBRE506 11 ай бұрын
sorry for the noob question , whare are the xml stored in windows?
@hemadas2459
@hemadas2459 5 ай бұрын
You can search in the search bar by writing .xml and then can click on the desired file to see its file location
@andreaglezaldivar1505
@andreaglezaldivar1505 Жыл бұрын
Hey fellow hackers. I'm new to this world but I love it. I would love to copy the code in this video, but I'm just confused about one thing. I don't have Linux, I have windows. Am I supposed to be writing this code in the command prompt on my computer? Will it be able to import subprocess? Will the same codes work? Mouse pad didn't work, am I supposed to be writing this code in whichever coding program then? Like VSCode where I usually work? Thanks if anyone can take the time to respond to this comment.
@muradxasaddinov826
@muradxasaddinov826 11 ай бұрын
if u want to learn about this world first step is probably changing to linux. Codes in cmd may be different so i am not entirely sure and sorry it was not the answer to ur questions.
@Themusicbiz
@Themusicbiz 2 жыл бұрын
So you need RCE to get the password?
@yarin4621
@yarin4621 Жыл бұрын
i did everything s you said and write but it didnt work for me for some reason... 😕
@asmeetbasak7358
@asmeetbasak7358 11 ай бұрын
it is showing NO MODULE NAMED SUBPROCESS
@dominiquecolin4716
@dominiquecolin4716 9 ай бұрын
see that as an example of using 'subprocess'
@danilo6573
@danilo6573 2 жыл бұрын
Mine gave this problem "command = subprocess.run(["netsh" , "wlan" , "export" , "profile" , "key=clear"] , capture_output=True).stdout.decode() UnicodeDecodeError: 'utf-8' codec can't decode byte 0x88 in position 70: invalid start byte" . I don't know how to solve that. I don't know if the problem is because my keybord is "utf-8" or any other reason.
@heilagr945
@heilagr945 2 жыл бұрын
Had the same issue Add 'Windows-1251' in decode() Should be like this .decode('Windows-1251')
@danilo6573
@danilo6573 2 жыл бұрын
@@heilagr945 Now show me a new problem: sys.stdout = open("passwords.txt", "a") PermissionError: [Errno 13] Permission denied: 'passwords.txt'
@danilo6573
@danilo6573 2 жыл бұрын
@@heilagr945 When the "password.txt" opens show me repeatedly the same SSID and Password
@bautistamastragostino5977
@bautistamastragostino5977 Жыл бұрын
hi, anyone knows how to execute a windows command in Mac, specially this command in the video thanks.
@hassanraza6244
@hassanraza6244 2 жыл бұрын
How to do this on mac as these commands are not working there
@ИльяДемыш
@ИльяДемыш 2 ай бұрын
my file is just opening in Pycharm, bro...
@francescovampa
@francescovampa Жыл бұрын
doesn't working, no display ssid and passsword and idk why
@YoanBello-r7v
@YoanBello-r7v 10 ай бұрын
But this only work for wifi that you have connected
@xanelle1
@xanelle1 2 жыл бұрын
Hey my python stealer .py is just not opening its showng no directory can anybody help??
@ayden865
@ayden865 2 жыл бұрын
it keeps saying wlan not recognized
@amrhassan8137
@amrhassan8137 10 ай бұрын
Amazing! Thank you...
@YourLocal_Egg
@YourLocal_Egg Жыл бұрын
my "sys" command in python wasnt defined
@shortzone5786
@shortzone5786 10 ай бұрын
But where the location of .xml file
@sh4ba
@sh4ba 2 ай бұрын
how did he find the xml file
@mrblue862
@mrblue862 9 ай бұрын
Is it use as payload?
@dinoocuz5341
@dinoocuz5341 3 ай бұрын
How and where do i find and open the xml file ?
@Nicholasvitali2000
@Nicholasvitali2000 11 ай бұрын
What if I I’m not connect to that WiFi?
@Adrid201
@Adrid201 Жыл бұрын
Can I use the same method on windows
@hemadas2459
@hemadas2459 5 ай бұрын
Yes
@orbitxyz7867
@orbitxyz7867 2 жыл бұрын
please upload videos regularly sir
@joyfulday4410
@joyfulday4410 2 жыл бұрын
Did any one tried this yet ? Let me know if it really works
@stymy.
@stymy. 2 жыл бұрын
How do you open an xml file?
@victorblaze4774
@victorblaze4774 2 жыл бұрын
Were you able??
@nopeplayss
@nopeplayss Жыл бұрын
with editor/.txt
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 2,1 МЛН
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 77 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 10 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 79 МЛН
Access Location, Camera  & Mic of any Device 🌎🎤📍📷
15:48
zSecurity
Рет қаралды 2,5 МЛН
How do hackers hide themselves? - staying anonymous online
11:55
Grant Collins
Рет қаралды 1,4 МЛН
Pro Hacker Demonstrates hacking other devices in Free Public Wi-Fis
10:52
I used AI to hack this website...
23:23
Tech Raj
Рет қаралды 92 М.
Password Cracker with Notepad!
11:41
ebola man
Рет қаралды 654 М.
Paypal - Live bug bounty hunting on Hackerone  | Live Recon | part 2
34:52
How to hack Wi-Fi networks ( Educational )
5:37
Kian Brose
Рет қаралды 2,6 МЛН
Where People Go When They Want to Hack You
34:40
CyberNews
Рет қаралды 2 МЛН
Hack Wifi from $1.80
54:39
David Bombal
Рет қаралды 297 М.
Tactics of Physical Pen Testers
44:17
freeCodeCamp Talks
Рет қаралды 907 М.
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36