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

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • 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.

Komentáře • 232

  • @TCMSecurityAcademy
    @TCMSecurityAcademy  Před rokem +31

    If you want to see an update to this video with improved code, check out this link: czcams.com/video/POgrNo4xRko/video.html

    • @babjimangena5778
      @babjimangena5778 Před rokem +2

      please can you say i have a doubt
      that my passwords are not displaying in the file please say what to do

    • @globaltalk7100
      @globaltalk7100 Před 3 měsíci

      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 Před rokem +124

    2:15 video starts

  • @MrDestroys
    @MrDestroys Před 2 lety +453

    Thanks my grandma didn't stand a chance

    • @chung_myung.
      @chung_myung. Před 2 lety +12

      😂

    • @AM-mv6ro
      @AM-mv6ro Před 2 lety

      LOOOOOOOOOOL 😂😂😂😂 boy you gonna get your ass slapped

    • @Coccogurl123
      @Coccogurl123 Před 2 lety +16

      Thanks for the humor. I needed this laugh

    • @studentse166
      @studentse166 Před 2 lety +7

      🤣🤣🤣🤣😂😂😂

    • @dagarnertn
      @dagarnertn Před rokem +10

      Best comment I’ve seen all week.

  • @TattedFaceJoey
    @TattedFaceJoey Před 9 měsíci +14

    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 Před 9 dny

      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 Před rokem +16

    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 Před 3 měsíci

      same ques works for some tho check it out

  • @ritesh9916
    @ritesh9916 Před 2 lety +16

    But this will only give the passwords for saved profiles, isn't it? Can I know the password of any random SSID ?

    • @ss3k
      @ss3k Před 2 měsíci

      U could use the script like a malware and just send it

  • @juliusrowe9374
    @juliusrowe9374 Před 2 lety +30

    Dope content Heath! Super informative too! Please keep the great content coming!

  • @tyrannicalguy7262
    @tyrannicalguy7262 Před 2 lety +44

    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 Před 2 lety +3

      How
      Any ideas !

    • @tyrannicalguy7262
      @tyrannicalguy7262 Před 2 lety +10

      @@moiz_6 No stress!! We can remove nested for loops, use lambda functions for function definitions and use file parsers

    • @moiz_6
      @moiz_6 Před 2 lety +4

      @@tyrannicalguy7262 ok
      Thanks

    • @awesomemikeinc
      @awesomemikeinc Před 2 lety +6

      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 Před 2 lety +7

      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.

  • @viniciuspizzirani7005
    @viniciuspizzirani7005 Před 2 lety +25

    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 Před 11 měsíci

      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 Před 9 měsíci

      You can just don't have python installed so that can't really run python on their computer.

    • @kcomarcos
      @kcomarcos Před 7 měsíci

      What about online interpreters?

  • @paskwalito3662
    @paskwalito3662 Před 2 lety +7

    My first time watching one of ur vids, I'm not familiar with coding, quit impressive and interesting

  • @chrishears
    @chrishears Před rokem +2

    How you go about covering your trail? Deleting process files? Great vid! You've earned my sub!

  • @FizysVibinMemes
    @FizysVibinMemes Před rokem +3

    Do you know when I try to the run the file on command prompt it says “no such file or directory”?

  • @akaun2371
    @akaun2371 Před 9 měsíci +2

    iam watching this at night and got flashbanged 3:28

  • @iam.kartik
    @iam.kartik Před rokem +5

    how to hack nearby wifi passwords? instead of saved wifi in our system!!

    • @motorhead1021
      @motorhead1021 Před rokem +2

      This tutorial is kid stuff, like stealing something inside your home?

  • @pe9ter571
    @pe9ter571 Před rokem +3

    Does not work for me it says that there is not file that has that name. Wasted a lot of my time on this.

  • @fajartris
    @fajartris Před 2 lety +5

    I thought at the first time that this is a remote-based wifi hacking tutorial. Nice one tho!

    • @832738
      @832738 Před 3 měsíci

      didnt realize i was being taught to make a wifi stealing virus lol

  • @zonea1826
    @zonea1826 Před 3 měsíci +1

    it is showing alot of numbers in the password place, can you fix that?

  • @donp_thechefscam
    @donp_thechefscam Před 2 lety +3

    So first I need to have internet to download Linux and python?

    • @asadabbas4973
      @asadabbas4973 Před 2 měsíci

      use the same internet as u used to watch the video

  • @ASkb582
    @ASkb582 Před rokem +3

    how did you open file after typing commands in cmd ?

    • @les4jokers411
      @les4jokers411 Před 6 měsíci

      put the the link of the file in the cmd

  • @mr_noob6361
    @mr_noob6361 Před 2 lety +3

    Is this works for those wifi which were not even connected before.. With your laptop?..

    • @rxipland
      @rxipland Před 2 lety +3

      No, you must connect first.

  • @fabmx
    @fabmx Před rokem +1

    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()

  • @deepakchristy9232
    @deepakchristy9232 Před 2 lety +2

    Is webhooksite safe? They can collect all passwords as a word Dict ..

  • @nakulbarot
    @nakulbarot Před 5 měsíci +1

    is this helped for unknown wifi, if we didn't connect earlier before

  • @Protrader29
    @Protrader29 Před 2 lety +2

    Very well you're explained, but we re needed to kali Linux video, thanks 🧐

  • @kaiolucas4460
    @kaiolucas4460 Před rokem +1

    When I open the mousepad my keyboard it’s Putin other keywords

  • @munaourhossain8512
    @munaourhossain8512 Před 19 dny

    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...

  • @azazafridi689
    @azazafridi689 Před 6 měsíci +1

    how to coonect any wifi without knowing its password and its is our first time to connect with it

    • @Toki-
      @Toki- Před 4 měsíci

      Tricky exploits(Usually, the holes are fixed) or brute force( extremely long process) =)

  • @luismarrero9293
    @luismarrero9293 Před 2 lety +4

    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 Před 2 lety

      Bro did u tried this

    • @maxkammerer3376
      @maxkammerer3376 Před rokem

      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.

  • @theoddone2723
    @theoddone2723 Před 2 lety +1

    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 Před rokem

      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.

  • @ibrahimabdeltawab6418
    @ibrahimabdeltawab6418 Před 2 lety +9

    So informative! Thanks so much ❤️

  • @vihaansharma6888
    @vihaansharma6888 Před rokem +2

    we can only hack our password what about other's

  • @Rubalix
    @Rubalix Před rokem +1

    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 Před 11 měsíci +1

      i think ya mean script kiddie ;)

  • @kso35
    @kso35 Před 2 lety +1

    Can this be done remotely without hosting any site??

  • @rahil4750
    @rahil4750 Před rokem +1

    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 Před 4 měsíci

      It will show the password saved earlier .. there will be no update if the password was changed

  • @ozairakhtarcom
    @ozairakhtarcom Před 2 lety +3

    Hi, Can you share this code?

  • @Mo.HasnainVadaliwala-cx3wm
    @Mo.HasnainVadaliwala-cx3wm Před 4 měsíci +1

    WHICH COMPILER?

  • @lilyclark4623
    @lilyclark4623 Před 2 lety +2

    "Hello sir!" is a nice touch. Thanks - I'll be going on my first wifi engagement next month.

  • @shresthrajansengar350
    @shresthrajansengar350 Před rokem +1

    How to do this in notepad++

  • @85Studios
    @85Studios Před rokem +2

    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.

  • @komaldeegwal3261
    @komaldeegwal3261 Před 8 měsíci

    This will show passwords for only those wifi networks who had connected in past but how to crack passwords for some new networks?

  • @victormukete505
    @victormukete505 Před 9 měsíci

    can this only be run through command prompt? Sorry, I'm still very new.

  • @DominicNweze
    @DominicNweze Před rokem

    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.

  • @richfieldjoshua8421
    @richfieldjoshua8421 Před rokem +1

    How do i run it and also create the files

  • @LoayMatar
    @LoayMatar Před 2 lety

    Awesome tutorial. It's also interesting to learn about netsh.

  • @louisgoovers8948
    @louisgoovers8948 Před 9 měsíci +1

    End of the ad : 1:45

  • @animemvworld6892
    @animemvworld6892 Před rokem

    Which Linux software are you using??

  • @rachelribecca1111
    @rachelribecca1111 Před rokem

    Please respond! Can I do this mousepad command on ISH SHELL???

  • @klote82
    @klote82 Před 9 měsíci

    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

  • @ninjapirate123
    @ninjapirate123 Před rokem +2

    I'm only 16 years old and still learning python, I'm not a master at it yet

  • @dinoocuz5341
    @dinoocuz5341 Před 2 měsíci

    How and where do i find and open the xml file
    ?

  • @kevinkez8555
    @kevinkez8555 Před 7 měsíci +2

    Title - Steal wifi passwords in seconds
    video - 20 mins💁‍♂

    • @bluesnailnt
      @bluesnailnt Před 9 dny

      You have to go through the entire process before it takes seconds.

  • @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

  • @yarin4621
    @yarin4621 Před rokem

    i did everything s you said and write but it didnt work for me for some reason...
    😕

  • @MygenteTV
    @MygenteTV Před 2 lety

    how can be use for unix boxes too?

  • @tonestarks7498
    @tonestarks7498 Před rokem

    cool video but what about Mac users??? got one for us?

  • @Cha0sM0nkeyz
    @Cha0sM0nkeyz Před 2 lety +1

    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 Před 2 lety +1

      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 Před 2 lety

      Tested with powershell, it works really well

    • @Cryllicz
      @Cryllicz Před 2 lety +1

      @@alexpetrean827 did you re-write the script using PowerShell?

    • @tuxsoftwares
      @tuxsoftwares Před 2 lety

      His using windows

  • @anishprajapat665
    @anishprajapat665 Před rokem

    we do only one yime just beacuse every time show same profiles...

  • @MBRE506
    @MBRE506 Před 10 měsíci

    sorry for the noob question , whare are the xml stored in windows?

    • @hemadas2459
      @hemadas2459 Před 4 měsíci

      You can search in the search bar by writing .xml and then can click on the desired file to see its file location

  • @genghiskhan5685
    @genghiskhan5685 Před 2 lety

    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 Před 9 měsíci +1

      it means the wifi networks you connected to did not require authentication to connect with, ie. they were open wifi

  • @hassanraza6244
    @hassanraza6244 Před 2 lety

    How to do this on mac as these commands are not working there

  • @Themusicbiz
    @Themusicbiz Před rokem

    So you need RCE to get the password?

  • @akashshankhala6216
    @akashshankhala6216 Před 2 lety

    Just curious about how to make script like this which runs on Android?

  • @fishmut
    @fishmut Před rokem +6

    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. 👍

  • @nourmurtada
    @nourmurtada Před 2 lety +2

    Is This attack works only if the credentials saved before in my system?

    • @rxipland
      @rxipland Před 2 lety +1

      Yes. If your computer automatically connects to wifi on startup, it means the password is stored there, so this attack will work.

  • @user-dy4hp3zj8o
    @user-dy4hp3zj8o Před 9 měsíci

    But this only work for wifi that you have connected

  • @Ramu-hv4ec
    @Ramu-hv4ec Před 2 lety +6

    Please do more Python scripting videos like this

  • @bautistamastragostino5977

    hi, anyone knows how to execute a windows command in Mac, specially this command in the video thanks.

  • @annepaul491
    @annepaul491 Před 2 lety +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

  • @anishprajapat665
    @anishprajapat665 Před rokem

    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

  • @francescovampa
    @francescovampa Před rokem

    doesn't working, no display ssid and passsword and idk why

  • @sh4ba
    @sh4ba Před měsícem

    how did he find the xml file

  • @user-ho7vi2el8b
    @user-ho7vi2el8b Před měsícem

    my file is just opening in Pycharm, bro...

  • @Nicholasvitali2000
    @Nicholasvitali2000 Před 9 měsíci

    What if I I’m not connect to that WiFi?

  • @alicomando1195
    @alicomando1195 Před 2 lety

    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

  • @mrblue862
    @mrblue862 Před 8 měsíci

    Is it use as payload?

  • @maxkammerer3376
    @maxkammerer3376 Před rokem +4

    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 Před rokem

      You're right, the for loop at 29 should be outside the first for loop, so no indent

    • @0baakFPV
      @0baakFPV Před rokem

      I had this issue. Resolved by creating a dictionary for the wifi profiles

    • @boradagdelen3846
      @boradagdelen3846 Před rokem

      @@0baakFPV 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 Před rokem

      Oh wait, a dictionary actually wouldn't allow multiple equal SSID'S

    • @0baakFPV
      @0baakFPV Před rokem

      @@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

  • @YourLocal_Egg
    @YourLocal_Egg Před rokem

    my "sys" command in python wasnt defined

  • @xanelle1
    @xanelle1 Před rokem

    Hey my python stealer .py is just not opening its showng no directory can anybody help??

  • @asmeetbasak7358
    @asmeetbasak7358 Před 9 měsíci

    it is showing NO MODULE NAMED SUBPROCESS

  • @ZoroniteTech
    @ZoroniteTech Před 3 měsíci

    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.

  • @ayden865
    @ayden865 Před rokem

    it keeps saying wlan not recognized

  • @elektrolyte
    @elektrolyte Před 9 měsíci

    what an excellent tutorial> thank you SO MUCH 🤩

  • @alexanderupb4546
    @alexanderupb4546 Před rokem

    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?

  • @salvadordali5592
    @salvadordali5592 Před 2 lety

    Bro you run python program in
    Which application?

  • @shortzone5786
    @shortzone5786 Před 9 měsíci

    But where the location of .xml file

  • @stymy.
    @stymy. Před rokem +1

    How do you open an xml file?

  • @dominiquecolin4716
    @dominiquecolin4716 Před 7 měsíci

    see that as an example of using 'subprocess'

  • @bornakmajumder7137
    @bornakmajumder7137 Před 4 měsíci

    How do i open the xml file i don't understand plz explain someone plz plz

    • @hemadas2459
      @hemadas2459 Před 4 měsíci

      Search in the search bar by typing .xml u should be able to see the files . After clicking on the file you can see its file location

  • @mukisajohnmary
    @mukisajohnmary Před 9 měsíci

    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 Před 9 měsíci

      Sounds like someone is asking for a friend ;p

  • @amrhassan8137
    @amrhassan8137 Před 9 měsíci

    Amazing! Thank you...

  • @masoudkuwait
    @masoudkuwait Před rokem

    While u were there. Why u didn't add aline of code to download ur favourite rat [troji] to the unwatched pc 😉
    Nice video 👍

  • @toutounestef
    @toutounestef Před 7 měsíci

    Do we have to do all this process to hack password

    • @hemadas2459
      @hemadas2459 Před 4 měsíci

      It just shows the password from your already connected devices .. we cannot hack other unknown wifi connections through this code

  • @Adrid201
    @Adrid201 Před rokem

    Can I use the same method on windows

  • @Gamerboy6708
    @Gamerboy6708 Před 10 měsíci

    can i please get the copy paste cuz im lazy you know

  • @anuradhalakruwan1918
    @anuradhalakruwan1918 Před 2 lety +1

    Thank you sar...!

  • @orbitxyz7867
    @orbitxyz7867 Před 2 lety

    please upload videos regularly sir

  • @Clinx999
    @Clinx999 Před 2 lety

    Absolutely loved it

  • @tabandyfarm8103
    @tabandyfarm8103 Před 2 lety +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 Před 2 lety +1

      So simple just type python and file name Python file.py

    • @luismarrero9293
      @luismarrero9293 Před 2 lety +3

      @@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

  • @jjar7266
    @jjar7266 Před 9 měsíci

    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 Před 8 měsíci

      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 Před 7 měsíci

      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?

  • @thesamuelfactor
    @thesamuelfactor Před rokem

    it did not work. Pls help me out

    • @motorhead1021
      @motorhead1021 Před rokem +1

      this tutorial is not hacking, this guy is playing with your minds