WiFi WPA/WPA2 vs hashcat and hcxdumptool

  Рет қаралды 712,228

David Bombal

David Bombal

Күн бұрын

Пікірлер: 686
@davidbombal
@davidbombal 2 жыл бұрын
Apologies for the glitches in this video 😢 .... looks like the export of this video broke.... I had lots of issues uploading the original video to KZbin and had to export again quickly and it looks like something else broke. Hopefully won't happen again 😅 Big thanks to Cisco Meraki for sponsoring this video! Learn how to secure hybrid networks so you can stop these kinds of attacks: davidbombal.wiki/meraki Disclaimer: This video is for educational purposes only. I own all equipment used for this demonstration. No actual attack took place on any websites. Only use the tools demonstrated in this video on networks you have permission to attack. // MENU // 0:00 ▶ Introduction 1:32 ▶ Software used 2:17 ▶ WiFi Hardware used 3:15 ▶ Commands used 4:17 ▶ Install required software method 1 5:31 ▶ Install using Github 7:20 ▶ hcxdumptool demo using first Alfa adapter 9:15 ▶ Demonstration using second Alfa adapter 11:15 ▶ Real world example - a warning to all of us 13:45 ▶ Use hcxpcapngtool to set format correctly 17:24 ▶ Using hashcat with rockyou wordlist 18:38 ▶ Using hashcat with GPU and bruteforce // Previous Videos // Kali Wifi Adapters: kzbin.info/www/bejne/a36ypIxpi7N_gZo Old method using airmon-ng: kzbin.info/www/bejne/jZe8qaWCltafhJo Old method using GPUs: kzbin.info/www/bejne/gGmkaaWBe7-KY68 // COMMANDS // sudo systemctl stop NetworkManager.service sudo systemctl stop wpa_supplicant.service sudo hcxdumptool -i wlan0 -o dumpfile.pcapng --active_beacon --enable_status=15 sudo systemctl start wpa_supplicant.service sudo systemctl start NetworkManager.service hcxpcapngtool -o hash.hc22000 -E essidlist dumpfile.pcapng hashcat -m 22000 hash.hc22000 wordlist.txt Windows: hashcat.exe -m 22000 hash.hc22000 -a 3 ?d?d?d?d?d?d?d?d hashcat.exe -m 22000 hash.hc22000 -a 3 --increment --increment-min 8 --increment-max 18 ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d // SOCIAL // Discord: discord.com/invite/usKSyzb Twitter: twitter.com/davidbombal Instagram: instagram.com/davidbombal LinkedIn: www.linkedin.com/in/davidbombal Facebook: facebook.com/davidbombal.co TikTok: tiktok.com/@davidbombal KZbin: kzbin.info // MY STUFF // Monitor: amzn.to/3yyF74Y More stuff: www.amazon.com/shop/davidbombal // SPONSORS // Interested in sponsoring my videos? Reach out to my team here: sponsors@davidbombal.com
@alleditzs10
@alleditzs10 2 жыл бұрын
sir please create a video that how to install and setup the kali linux in windows please.🙏🙏🙏
@cgmarch2359
@cgmarch2359 2 жыл бұрын
Pin your reply to be on top of comments :)
@Idk-ql1in
@Idk-ql1in 2 жыл бұрын
I thought my wifi is interrupted
@Apluen
@Apluen Жыл бұрын
what if the password is in the form of letters, can this method be used? as far as i know "?d?d?d?d?d?d?d?d?d?d" is numeric
@NamkhanaaPhotography
@NamkhanaaPhotography Жыл бұрын
I want to be a student 🙏🙏
@martinkrabbe5006
@martinkrabbe5006 2 жыл бұрын
David, I took your CCNA course on Udemy two years ago. Got my CCNA cert, did some security later on following your channel and others. I'm now got a job as a SOC analyst and I'm aiming at becoming a read teamer later on. You helped me get on track with this career. Thank you and keep up the amazing work!
@H4R4K1R1x
@H4R4K1R1x 2 жыл бұрын
Great news
@SushilKumar-dw1hf
@SushilKumar-dw1hf 2 жыл бұрын
How much are you making in this field mate?
@martinkrabbe5006
@martinkrabbe5006 2 жыл бұрын
@@H4R4K1R1x thank you 👍
@martinkrabbe5006
@martinkrabbe5006 2 жыл бұрын
@@SushilKumar-dw1hf enough to live a good and healthy life tbh
@ASHOKKUMAR-sf7sx
@ASHOKKUMAR-sf7sx Жыл бұрын
Hii Sir I am Getting this errer "driver is not cfg80211 based and not useable" while running the command "sudo hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15"
@JessieS
@JessieS 2 жыл бұрын
David, when you are showing us some awesomeness there are never videos that are too long.
@slowmosheet3367
@slowmosheet3367 2 жыл бұрын
I second this opinion
@AbhishekMishraabhirules27
@AbhishekMishraabhirules27 Жыл бұрын
-o Option is Deprecated so use -w to get output file --active_beacon is also deprecated so use --beacontx=10 --enable_status is also not acceptable now, so I removed it Final Command sudo hcxdumptool -I wlan0 -w dumpfile.pcapng --beacontx=10
@tjj77598
@tjj77598 Жыл бұрын
I have the same issue
@henriquedeveloper8101
@henriquedeveloper8101 Жыл бұрын
but is does not create the "dumpfile.pcapng" file
@GorkaBajon
@GorkaBajon 8 ай бұрын
this should work: sudo hcxdumptool -i wlan0mon -w dumpfile.pcapng -F --rds=1
@W3AR3ANONYMOUS
@W3AR3ANONYMOUS 6 ай бұрын
Absolutely.... The tool is updated
@alienspace1
@alienspace1 5 ай бұрын
This video needs an update
@theRiver_joan
@theRiver_joan 2 жыл бұрын
Dude thank you for being so thorough and actually going through all the little steps. Excellent videos.
@ASHOKKUMAR-sf7sx
@ASHOKKUMAR-sf7sx Жыл бұрын
Hii Sir I am Getting this errer "driver is not cfg80211 based and not useable" while running the command "sudo hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15"
@andreib3221
@andreib3221 2 жыл бұрын
Very good and complete explanation of hashcat. Better approach to collecting hashes this way then the classic disconnecting the client from the AP. Quite interested to see the next video with a bigger GPU or multiple GPUs or maybe even try to explain GPU clusters with Hashtopolis. Thanks!
@ASHOKKUMAR-sf7sx
@ASHOKKUMAR-sf7sx Жыл бұрын
Hii Sir I am Getting this errer "driver is not cfg80211 based and not useable" while running the command "sudo hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15"
@jessehavlin1490
@jessehavlin1490 10 ай бұрын
​@@ASHOKKUMAR-sf7sx Idk if you've figured it out but it sounds like your adapter is not compatible. Hope you already have it figured out
@tjj77598
@tjj77598 9 ай бұрын
Thanks!
@gungna
@gungna 2 жыл бұрын
Bro i literally just wanted to learn about password cracking and this comes up! Love your video as always david :3
@ahmadkhalidhotak4348
@ahmadkhalidhotak4348 2 жыл бұрын
On this method i am able to retrieve the password of the wifi, but can't find the 8 digit PIN of the router like him. Can you explain why and how ?
@Body_Model
@Body_Model 2 жыл бұрын
@@ahmadkhalidhotak4348 The 8 digit is the wireless password on the WIFI router. I think you are confusing yourself.
@tiagosilveira3120
@tiagosilveira3120 21 күн бұрын
David this video helped me a lot during a pentest with a client that uses a mesh WiFi network where airodump-ng doesn't worked as spected becuse every time i used a deauth attack, the device reconnect on a different access point and i was unable to get the handshake. Thanks a lot!!
@kalokali7711
@kalokali7711 2 жыл бұрын
Hi David, just to be sure at 8:23 u are showing list of cmds and there is --enable_status=1, but u're using --enable_status=15 in CLI, should we keep 1 or go with 15 (this is probably a typo)
@davidbombal
@davidbombal 2 жыл бұрын
Go with 15 😀
@MacFilme
@MacFilme Жыл бұрын
@@davidbombal thanks David
@thee_black_AirBender
@thee_black_AirBender Жыл бұрын
was looking for this much needed reply
@pictbribe2187
@pictbribe2187 Жыл бұрын
Hi, at 8:36, after i hit enter, i have this error : hcxdumptool: invalid option -- 'o', can someone help me @David Bombal. Thanks
@SimonWilliams-c6g
@SimonWilliams-c6g Жыл бұрын
Hello I get the error : hcxdumptool : invalid option -- 'o' does anyone know why ? Thank's
@gabriledyt
@gabriledyt Жыл бұрын
Use --w
@c0kain361
@c0kain361 2 жыл бұрын
Boy does this video bring back old memories. First hack I ever completed as a kid and where my love of hacking started. Good stuff man
@slowmosheet3367
@slowmosheet3367 2 жыл бұрын
this video was only made 2 months ago..
@c0kain361
@c0kain361 2 жыл бұрын
@Caleb Looney yeah and they also used to be allot easier.
@israeldayan4690
@israeldayan4690 2 жыл бұрын
Im so love your content #1👑, waiting for the video with the gpu😎
@AgborGordon
@AgborGordon Жыл бұрын
while running the command "sudo hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15" it shows invalid option --''o''
@g14br
@g14br Жыл бұрын
True
@mandicvuk
@mandicvuk Жыл бұрын
same
@Mustafa-muhammed2
@Mustafa-muhammed2 6 ай бұрын
Run it like this ( hcxdumptool -i wlanX -w dumpfile.pcapng ) and it will work
@MZGaming-g2w
@MZGaming-g2w 2 ай бұрын
@@Mustafa-muhammed2 it will filed with me "failed to get interface index: No such device" it say this evry time
@cadmiral3d146
@cadmiral3d146 2 жыл бұрын
I love these videos. I appreciate you David.
@davidbombal
@davidbombal 2 жыл бұрын
Very happy to hear that!
@ahmadkhalidhotak4348
@ahmadkhalidhotak4348 2 жыл бұрын
Why does David doesnt answer my question?
@slowmosheet3367
@slowmosheet3367 2 жыл бұрын
@@ahmadkhalidhotak4348 u smell bad..
@ahmadkhalidhotak4348
@ahmadkhalidhotak4348 2 жыл бұрын
@@slowmosheet3367 when you guys can't answer the question, something like that is supposed to be said by you awful guys.
@slowmosheet3367
@slowmosheet3367 2 жыл бұрын
@@ahmadkhalidhotak4348 geez man, chill out. I’m sure he has to read through hundreds of comments at a time and probably responds to the ones that he connects with and relates to most. Maybe make your comments better?
@elespon9647
@elespon9647 Жыл бұрын
please help at 8:29 when entering the command hcxdumptool says invalid option -- 'o' edit: replace o with w, but a new error comes up saying --active_beacon is not recognized
@redgreenbluedragon
@redgreenbluedragon Жыл бұрын
same
@elespon9647
@elespon9647 Жыл бұрын
@@redgreenbluedragon this tutorial no longer works, hashcat updated to v6.30 has new commands
@babynagnin4556
@babynagnin4556 Жыл бұрын
Sir , I find only your videos much more convenient, useful , friendly with smooth English and simple explanation about the ethical hacking and so on topics . Thank you very much for teaching us so much amazing things !!
@AutotechSavvy
@AutotechSavvy Жыл бұрын
Been watching your videos for a few months and have learned a ton! I recently scored my first real full time I.T. contract for a corporate office.
@kylergeston
@kylergeston Жыл бұрын
Great learning tutorial David. Did you ever do a video using a higher end GPU for doing more complex passwords that are using alpha-numeric as mentioned at 12:55 ? I would like to see how that scenario performs using this method.
@architech5940
@architech5940 9 ай бұрын
Btw, Ctr + Shift + V/C can be used for copy and paste on Linux machines. I see everyone manually copying and posting in these videos, so I thought I'd give a helping hand by potentially reducing the amount of work you have to do in order to do simple things like copy and paste. Also, it's worth mentioning that you can edit your nano config file to work like vim without annoying issues like saving and exiting file edits. With a little bash scripting, you can have nano working similar to vscode, or vim, if you'd like. The nano config file is located at /etc/.nanorc/. You can edit this file via sudo nano /etc/.nanorc/
@habibokal5639
@habibokal5639 Жыл бұрын
Hello David, can you please make a new video about the new and re-written hcxdumptool 6.3.x? Can you also show how to connect hashcat to another PC so they can work together with the Brain feature? Please please please 🙏🙏🙏🙏🙏🙏
@zeekbrat3956
@zeekbrat3956 2 жыл бұрын
I'm blessed by your work Sir. Your free unconditional teaching and knowledge you gave us has immensely rooted with in us. Seeing you new work every weeks gives me a desire that I want to learn ethical hacking and free myself.
@nildesperandum2034
@nildesperandum2034 2 жыл бұрын
TRASH
@SAR2325
@SAR2325 2 жыл бұрын
Thank you respected sir for your video. May I ask you two questions : - why you have to close two services before initiating the scan? Is it because you didn't want to have other packet exchanges when scan is running? - why did you used external wifi adapter. Why didn't you used built-in laptop wifi adapter? Thank you in advance.
@michaelsaccone1224
@michaelsaccone1224 2 жыл бұрын
1) Running network services during the scan can cause packet interferences. 2) the external network card supports monitor mode and packets injection, which is required to capture the pcapng file
@nikkim9712
@nikkim9712 2 жыл бұрын
@David Bombal Hello, If you leave the hcxdumptool running for a very long time in the same location(stationary/not walking around) it will it collect more/better information ? or after a few minutes will it have collected everything it possibly can ? or is it dependant on network activity ? CHeers very much
@samratchapagain4804
@samratchapagain4804 2 жыл бұрын
I learn wifi hacking technique 7 years ago but i didn't give continue on hacking skills. Thanks David for this video which helps me to revised all.
@alisavaed5431
@alisavaed5431 2 жыл бұрын
Best teacher , really enjoyed and learned a lot . pls continue posting videos .
@davidbombal
@davidbombal 2 жыл бұрын
Glad you like it! Thank you!
@ha-cn4wu
@ha-cn4wu Жыл бұрын
Hello David! There a new version of dumptool.. would you consider updating your video accordingly or not really planned? Thx in advance
@abhinandanthour
@abhinandanthour 2 жыл бұрын
Hi David, at 8:44 when using the comand: "sudo hcxdumptool -i wlan0 -o dumpfile.pcapng --active_beacon --enable_status=15", do I stop the terminal or do I let it continue? After a couple of minutes it doesn't make any progress really andif I try to stop it I simply can't use ^C, nothing happens at all, if I close the terminal and open a new one any command I write connectivity related as, I believe, the wifi stops working, checking it, it says "NetworkManager is not running...", any advice?
@bakedpotato7991
@bakedpotato7991 Жыл бұрын
man you are legend
@najibrahim7042
@najibrahim7042 Жыл бұрын
after the third step it gives me this error - "hcxdumptool: unrecognized option '--active_beacon'". could you do a remake / updated version of this video
@barbarossa04
@barbarossa04 Жыл бұрын
+1
@dandavey293
@dandavey293 2 жыл бұрын
Hi David, when I run the hcxdumptool on kali the whole OS freezes and I end up restarting... are you aware of this issue? do you have any ideas on how I can move forward?
@MysticCloak-e9r
@MysticCloak-e9r 2 жыл бұрын
Great Video Bombal Sir! Am in Class 8 and learning a great deal of things from ur vids! Thanks so much for the free information
@xAngryDx
@xAngryDx 2 жыл бұрын
I also want to wish you all the very best. Thank you for the amazing content David. God bless you.
@ExploringAlpha
@ExploringAlpha 2 жыл бұрын
Hello, is that piece of hardware necessary to carry out this attack? Shouldn't the built in network adapter be able to scan the networks and give us the same information? I'm trying to use the built in wifi adapter in my computer but I'm getting the following error: "Failed to detect wlan interface: operation not supported"
@CM-xr9oq
@CM-xr9oq Жыл бұрын
built-in adapter likely can't be put into Monitoring mode.
@chodukamina
@chodukamina Жыл бұрын
Unable to start hcxdumptool showing error while making dumpfile.pcapng. The command sudo hcxdumptool -i wlan0 -o dumpfile.pcapng - - active_beacon - - enable_status=15
@Onethingtosay
@Onethingtosay 2 жыл бұрын
David had u made that video with big GPU method ?
@Sarcasticyash69
@Sarcasticyash69 2 жыл бұрын
Seriously man if my parents ask how had you grown up - i would simply say David bombal name. Thanks man love you from India ❤❤❤❤
@JessieS
@JessieS 2 жыл бұрын
David, I noticed that you had two Alfa wifi adapters in the video, also you use them interchangeably. Why use the 2.4 over the 2.4-5ghz? Why not just use one?
@nimbuI
@nimbuI 2 жыл бұрын
Using multiple cards gives you better channel coverage. You can set them independently to monitor multiple channels, or use one for monitoring and the other for frame injection techniques.
@JessieS
@JessieS 2 жыл бұрын
@@nimbuI ahhh okay, the makes sense. Thank you.
@walzwalzwalz
@walzwalzwalz 2 жыл бұрын
I did the updates to hcxdumptool after running into issues with the 2200x hashes while doing a hashcat module on HackTheBox that required us to convert a pcap file. However, I had NO IDEA why the old hashes were depreciated. This is awesome! I hated all the things that needed to "line-up" previously to have a shot at cracking WPA2. It's so much easier to just dump the hashes into my hashcat rig haha
@IndustryOfMagic
@IndustryOfMagic Жыл бұрын
At 6:03 as the link to those dependencies is nowhere to be found. Maybe they're now integrated as part of latest v 6.3.1
@AggelosDRZ
@AggelosDRZ 9 ай бұрын
I did that tonight. I had some errors, but I found a way out. Well, the worldlist is your weapon. A big plus is that you can put your laptop in wifi scanning, take your laptop, and go around the block to find more essids and afterwards crack them all at once. The bigger the worldlist, the better 😅
@ourstories9658
@ourstories9658 10 ай бұрын
@davidbombal Hi David, I have been following you for a while now and may I say what a wonderful job you are doing. Your content is top quality and easy for beginners to understand and grasp the fundamentals behind every topic you bring to us. I have a question David. I know I could probably Google it and find the answer but I would like help from my favourite online teacher 😁 Question: So with the old method of capturing the hash file we needed to put the network card in monitor mode. In your video I did not see you put the card into monitor mode? So with this new method as long as you have the required network card you don't need to put it in monitor mode! Is that right ? Thanks in advance 🎉
@nickstasi6641
@nickstasi6641 2 жыл бұрын
Cisco I favour the willingness in sponsorship in content promotion in the spectrum shown here. I further liked to express thanks for sparking and fanning a flame thus leading to minds; possibly being intrigued then pursuing Sec+ filling voids. More essential minds able to elaborate what " online & privacy / security " means
@dannyboycalifornia
@dannyboycalifornia 2 жыл бұрын
Any reason to get a wife adapter if your laptop already has built in Wi-Fi? Or is this adapter more powerful than the one built in the computer?
@Casanova_999
@Casanova_999 2 жыл бұрын
Your built in adapter almost certainly wont have injection or monitoring modes built into it which are required hence why he recommends alfa brand that supports those modes.
@kemshiramsey590
@kemshiramsey590 8 ай бұрын
David, please is it a must to use a network adapter?
@huxujie
@huxujie 2 жыл бұрын
Can’t wait to see part 2 , very educational ! Great videos!
@bravomanel
@bravomanel 2 жыл бұрын
he launched the part 2 ?
@jacoblessard8213
@jacoblessard8213 2 жыл бұрын
I'm trying to perform a simple mask attack just like this with the ?d?d?d?d?d?d?d?d but it's saying it will take 5 hours. Is this false info and I should just continue to run it? Find it hard to believe that testing for specifically all digits in 8 characters just like this should take that long. I'm on a laptop but it's quite fast and can process most things. Is it because I'm on Kali dual boot and not my windows os?
@zachhoy
@zachhoy 2 жыл бұрын
maybe you're using CPU instead of GPU
@BrainRape23
@BrainRape23 Жыл бұрын
hi david awesome vids but hcxdumptool changed can you do an updated video
@LukeS95
@LukeS95 2 жыл бұрын
Forgive me if this has been asked before, do you need to have an external network adapter for this method?
@sa6xta6xni6xc
@sa6xta6xni6xc 2 жыл бұрын
No
@deon000
@deon000 Жыл бұрын
I follow the steps exactly but i get an error hcxdumptool: invalid option -- 'o' hcxdumptool 6.3.0-16-g99fb742 (C) 2023 by ZeroBeat.. Any what i did wrong?
@iGizmoTech
@iGizmoTech Жыл бұрын
it's -w now to output files
@g14br
@g14br Жыл бұрын
@@iGizmoTech yes, but "--active_beacon" and "--enable-status" doesnt work neither
@mandicvuk
@mandicvuk Жыл бұрын
same
@armendradahal480
@armendradahal480 2 жыл бұрын
Just awesome. It works without any error in Kali Linux. But In windows it taking more time from hash software so I quit it. The adaptor which was showing at video. Already bought in one year ago I feel lucky to having this adaptor which is future on David Bombal channel. Thank you for the video.
@davidbombal
@davidbombal 2 жыл бұрын
You're welcome and thank you for watching :)
@keegankinnear344
@keegankinnear344 8 ай бұрын
Hi David. Thank you for the video. I have been following along but it seems my hcxdumptool doesn't have the --help options that yours have.. -o is replaced by -w and --enable_status doesn't seem to be present.. PS: I've installed the latest version Any advice?
@keegankinnear344
@keegankinnear344 8 ай бұрын
The current version I'm using is hcxdumptool 6.3.4-14-g3693e77 (C) 2024 ZeroBeat
@keegankinnear344
@keegankinnear344 8 ай бұрын
I rolled back to the version that you're using and it works now
@everysunday7929
@everysunday7929 6 ай бұрын
​@@keegankinnear344 can I please tell me how to roll back updates,or install older version ASAP??
@keegankinnear344
@keegankinnear344 5 ай бұрын
Hi there ​@everysunday7929 apologies for the delayed response. If you fast track David's video to 07:01 you will see him show the version of the hcxdumptool which he downloaded from github. If you go to the github page, you will see that David's version displayed in this video is now outdated. You will then navigate the github page to find the Releases option (just have a look around). It should then show you previous version releases like the 1 David uses in this video. The release will have a READMe file to help walk you through Installing that specific version. I'm rooting for you man.. I hope this helps
@XtianApi
@XtianApi Жыл бұрын
So instead of d, what is the variable for alphanumeric? A?
@m.a.s3072
@m.a.s3072 Жыл бұрын
found out what it is?
@XtianApi
@XtianApi Жыл бұрын
@@m.a.s3072 negative, though I have a lot going in other things. I'll come back to it though.
@m.a.s3072
@m.a.s3072 Жыл бұрын
@Light Science rurns out he mentions in another video that a is alphanumeric, special, upper, lower and digital all combined
@XtianApi
@XtianApi Жыл бұрын
@@m.a.s3072 okay awesome. Thank you
@m.a.s3072
@m.a.s3072 Жыл бұрын
@@XtianApi np
@git-tauseef
@git-tauseef 2 жыл бұрын
Timestamp @8:45 , hi David capturing active beacons in managed mode of wifi adapter? Monitor mode not required for it please explain a bit
@CM-xr9oq
@CM-xr9oq Жыл бұрын
the command puts your adapter into monitoring mode.
@m4nu3lex
@m4nu3lex 2 жыл бұрын
Hi David! great video!! just one inquiry. There is no need to place first the wireless adapter in monitor mode to run the hcxdumptool? thanks!
@pumpkingzz
@pumpkingzz 25 күн бұрын
The increment min and Max with (?d?d…) works also for alphanumeric?
@leewright6982
@leewright6982 2 жыл бұрын
Hi David, is there away to determine the length of a password that's been captured from an hash file? knowing the length of a password helps to cracking it
@CM-xr9oq
@CM-xr9oq Жыл бұрын
no
@CyberDevilSec
@CyberDevilSec 2 жыл бұрын
Hi David thanks for guiding me trough hascat and keeping me up to date (as always) Can you make a video about Beef next like netzorkchuck? But with port forwarding? Would be wonderful! Best teacher ever, never leave us please💕🔥
@hee-HAW
@hee-HAW 2 жыл бұрын
hashcat gives me an error "No hashes loaded" I captured the handshake using wifite and even tried with airgeddon but still hashcat won't run
@aboalghool
@aboalghool Жыл бұрын
most of the actions in the tool have been changed and so the codes in the video are incorrect, you need to update this video to the newer tool update
@shoface1798
@shoface1798 Жыл бұрын
thanks for saving me the trouble
@HenryPak-n1e
@HenryPak-n1e Жыл бұрын
I tried this with my tablet hotspot but I could not get eapol message on processing . Of course, no device has connected to hotspot. Does it need any device connection to get handshake?
@potcleanx7693
@potcleanx7693 Жыл бұрын
Yes
@adityajoshi321
@adityajoshi321 2 жыл бұрын
Can we use the .cap file from wifite and convert it to .hc22000 using the same hcxpcapng tool? Or does the hcxpcapng tool work only with .pcapng files and not .pcap files?
@Alan-ps5iv
@Alan-ps5iv 2 жыл бұрын
Good video. Everything worked, I also compiled hashcat from the sources. However one of my 6 GPUs overheated after about 15 mins of cracking. 😬
@scale...3d
@scale...3d Жыл бұрын
can you make a new and updated video on this topic and maybe using a simpler method? Earlier all we had to do was to convert the .cap file to hccapx and then feed it to hashcat using "-m 2500", but since that is deprecated, isn't there a similar straight forward way to do so?
@simonegarro2928
@simonegarro2928 Жыл бұрын
Hi David, I'm testing it with a BrosTrend AC650 wifi adapter, when i copy the command with "active_beacon" or "--enable_status" the hcxdumptool program don't recognize them as commands, what should I do?
@CM-xr9oq
@CM-xr9oq Жыл бұрын
update hcxdumptool
@IchibanTech
@IchibanTech Жыл бұрын
David does Alfa awus036acm has VIF or VIRTUAL INTERFACE can i use that in EVIL TWIN Attack? If yes which one is better to buy AWUS036ACM or AWUS036ACHM ??? Please reply David i really need your advise please🙏🙏🙏🥰
@Filoktimon-l2c
@Filoktimon-l2c 4 ай бұрын
Hey, I'm having a problem on a Windows 10 laptop running hashcat. My laptop has an iGPU, and a dedicated one. Hashcat is using my iGPU, which is slow (7 hours to complete) and not my RTX 2060. How do i specify what GPU to use?
@fakhrulrazy27
@fakhrulrazy27 2 жыл бұрын
Hi. I'm new to kali and hashcat. May I know why everytime i execute it stated that "no hashes loaded"?
@contactzspynerdoninstagram147
@contactzspynerdoninstagram147 2 жыл бұрын
Support team didn’t work! Tho Zspynerd ⬆️ unban my account permanently from tinder database!!
@คนดีที่หนึ่ง-ม1ฎ
@คนดีที่หนึ่ง-ม1ฎ 2 жыл бұрын
I can't use hashcat in cmd in windows 10 it says insufficient space allocation, what to do? I use a notebook computer
@slowmosheet3367
@slowmosheet3367 2 жыл бұрын
Was just curious, as it was not mentioned in the video: Are we able to do brute force GPU attacks in a Linux terminal, without a wordlist? I try to avoid Windows and CMD where at all possible
@constantinmoeller7411
@constantinmoeller7411 2 жыл бұрын
As far as I know u can use a GPU on Linux as long as it isn't on a VM
@diggerlenox
@diggerlenox 2 жыл бұрын
Great video. Couldn't have come at a better time, iv been stuck on hashcat lately and wondered if you could use a handshake capture from wifite with hashcat after it's been converted obviously? Gave up with aircrack-ng and crunch after over 56 hours and over 2 billion keys tested.
@MM-rs6tk
@MM-rs6tk 2 жыл бұрын
Lmao! There’s going to be a lot of disappointment when people realize it’s not that easy.
@txxx9650
@txxx9650 2 жыл бұрын
Hi David, shows me that "driver is busy: failed to transmit internal beacon" what should I do?
@vyasG
@vyasG 2 жыл бұрын
Thank you for this video. Great explanation! Do you have any recommended product for laptop wi-Fi card which supports monitor mode? I was interested in Alfa's AWPCIE-AX200U. Do you have any suggestion about this product? I don't know if its only with my computer, but the video froze - at least a couple of times for 1 sec interval (eg. at 22.02). It's not a big deal, but just wanted to let you know if you weren't aware of this already.
@davidbombal
@davidbombal 2 жыл бұрын
Apologies for the glitches in this video 😢 .... looks like the export of this video broke.... I had lots of issues uploading the original video to KZbin and had to export again quickly and it looks like something else broke. Hopefully won't happen again 😅
@mustafagak2852
@mustafagak2852 Жыл бұрын
Quick question.. and sorry if it shows my true NOOBNESS but is it possible to do what you did in cmd on kali itself? Im running it off of an old dell inspiron 15 thats refusing to update past win10 1607 so im not able to run a vm.. im trying to follow along with a liveboot usb
@StormBurnX
@StormBurnX 2 жыл бұрын
Been through quite a lot of your other videos and everything has been working well so far until this one. Suddenly when I try to use either of the --enable_status flags (1 or 15) I receive almost no success and instead a screen full of "driver is busy: failed to transmit internal beacon" messages over and over. It would be nice to know what these flags/arguments mean so that I can troubleshoot what is going on here but it looks like this tutorial just won't work for some reason (as a side note, it also seems to be more focused on wifi networks in general but I wish to ensure I'm only attempting to crack my own wifi network, there was no steps mentioned at the beginning on how to select a specific mac address or bssid so I am slightly confused/concerned about that)
@mlouryn
@mlouryn Жыл бұрын
Why could it be that --active_beacon does not work?
@matthewhumphries7436
@matthewhumphries7436 Жыл бұрын
Hi David -E comes out as an invalid option….. any ideas?
@MachiiOpentheBottel
@MachiiOpentheBottel 2 жыл бұрын
Hi , hello David sir ! How are you and your family ! After long time you post videos ! 😁
@viktosmarine1674
@viktosmarine1674 2 жыл бұрын
I have that 2 antenna adapter and use it on Kali and it's plug and play. What other software is needed? Is that why I have to manually switch it to 5ghz?
@JorgenAndreStenersen
@JorgenAndreStenersen 2 жыл бұрын
You mentioned with that AC adapter that you need additional software for Kali. I have had this adapter some months now, and all I have done is installed the drivers like you do in your Kali Linux Wifi Adapter Fix. Is the driver the additional software you where speaking of, or is it something else? Because 90 % of the time it doesn't detect %g networks and can be a bit slow sometimes. So if there is any additional software you are aware of that I need for my adapter, a push in the right direction will make me very happy, especially if the adapter will start working 100 % for the first time with this software.
@davidbombal
@davidbombal 2 жыл бұрын
It's the drivers that I'm referring to. Have you tried using Parrot OS to see if you get better results?
@JorgenAndreStenersen
@JorgenAndreStenersen 2 жыл бұрын
@@davidbombal Okey, thats good to hear because then I most definitely have the wrong drivers installed. Have not tried Parrot OS, but can add it to my VM and try to se if it gives better results. The main thing is that I get handshake and so on, but I always get notified about missing frames, something that can explain why none of my hashes are being found in wordlists or brute force even when I add the password from the captured handshake to my wordlist. I get sometimes when troubleshooting, a message when trying the online converter on hashcat' webpage that the dump file is missing frames. Says it must have been filtered to much, but I haven't touched the cap files before uploading to the converter. And I can't recall what the last error I got, but it had something to do with some hardware to my adapter which indicates wrong driver installation. But since I got the jedi on the line, what drivers do you recommend from Astsam's rtl8812, morrownr 8812 or the ones from aircrack-ng' github page? Or none of them?
@matthewlathum9312
@matthewlathum9312 5 ай бұрын
David! I am using Kali 2024.2 many your commands doesn't work, -o invalid option, --do_rcascan, --active_beacon not recognized, --enable_staus also, why is that? PLEASE!
@Gaming_Matrix001
@Gaming_Matrix001 6 ай бұрын
Sir I can't afford any strong adapter can't we do it using vmware directly if yes please guide us for the same
@01mememememe
@01mememememe 2 жыл бұрын
Just want to say thank you for all your videos, another great one David, you present it in an easily understandable format - hats off. What virtualization software (or is a cloud based instance) do you use from your Mac and is there a certain version of Kali Linux that you use if you don't mind answering while I wait for part two as it were with bigger GPU or multiple GPUs?
@ASHOKKUMAR-sf7sx
@ASHOKKUMAR-sf7sx Жыл бұрын
Hii Sir I am Getting this errer "driver is not cfg80211 based and not useable" while running the command "sudo hcxdumptool -i wlan1 -o dumpfile.pcapng --active_beacon --enable_status=15"
@andrewborntrager7909
@andrewborntrager7909 Жыл бұрын
So once you have the pcapng file, can you leave and take that to a more powerful computer and brute force attack any password?
@אריאלנוילנדר
@אריאלנוילנדר 2 жыл бұрын
Hi, grate video! with which software you are controlling the windows laptop from your Mac?
@linuxdriver
@linuxdriver 2 жыл бұрын
love the new way has been working on my pine apple nano andgot this all working
@tigreonice2339
@tigreonice2339 2 жыл бұрын
What is more secure WPA2 psk or WPA/WPA2 psk? (Both with AES) I don't know if wpa/wpa2 means that it is encrypted 2 times by wpa and wpa2 or it means that it works with wpa for devices that don't support wpa2 (which would be like having wpa, thats bad)
@CM-xr9oq
@CM-xr9oq Жыл бұрын
wpa/wpa2 means wpa2 is preferred. clients can fall back to wpa if they don't support wpa2
@indra5557
@indra5557 Жыл бұрын
hi david. i do exactly like this video but i got warning = on line 1 (HCPX♦): Separator unmatched on line 2 (j4é█èD): Separator unmatched line 3 (): Separator unmatched line 4 (j4é█èD): Separator unmatched how do i fix this? thks in advance
@memomemo-cg9or
@memomemo-cg9or 2 жыл бұрын
can you please show us how to use big GPUs as you mentioned
@kentharris7427
@kentharris7427 2 жыл бұрын
Excellent Video. I was able to recover passwords using your methods. I have an NVIDIA 3090 card, it is 5 times faster then a 1650 card. Still took two hours to recover a 10 numbered password however. Looking forward to your next video.
@louiludog
@louiludog 2 жыл бұрын
For the very last command (windows method) how do I use alpha numeric option instead of only digits? Thanks!
@vanthanhduong
@vanthanhduong 2 жыл бұрын
hashcat Built-in charsets , using ?l
@mrusli1902
@mrusli1902 2 жыл бұрын
David Bombal, does hashcat work with m1/m2 apple silicon right out of the box?
@theking-lr2yy
@theking-lr2yy 2 жыл бұрын
For example, there are 5 Wi-Fi signals at a distance of 2 km. Can this device(tenda O3) receive them and they appear on the screen of my device OR other point to point devices❤🙏🏼?
@louiem5985
@louiem5985 2 жыл бұрын
That's was awesome video... I was trying to figure out what changed in hashcat. I will have to update my OS. Question for you since GPU are still expensive and hard to get where did you get yours?
@youngskeamz7270
@youngskeamz7270 2 жыл бұрын
David please give us the guidelines on how to easy get use to pen testing as you do such amazing vidoe!
@CM-xr9oq
@CM-xr9oq Жыл бұрын
your question doesn't make sense
@cristianionita8359
@cristianionita8359 Жыл бұрын
Are there any Wi-Fi network adapters (preferably from Alfa) that: - support monitor mode and packet injection; - are compatible with both 2.4 and 5 GHz; - work out of the box with Kali Linux? Thank you!
@rap1z
@rap1z Жыл бұрын
tplink archer t2u plus is seems to be the most affordable option
@lordberg3793
@lordberg3793 Жыл бұрын
hej David, i am running kali linux on a VirtualBox on a Mac OS as hosting. Do i need to have the alfa antenna to perfrom the commands on terminal & hashcat because im not having success running this setup and commands via wifi connection.
@ElMundoDelMisterioMX
@ElMundoDelMisterioMX 2 жыл бұрын
I have a problem in hashcat when deciphering a key, the problem is the following: "Hash 'hash.hc22000': Separator unmatched No hashes loaded." what would be the solution, I hope you can help me
@tntomega
@tntomega 11 ай бұрын
the syntax hcxdumptool -i wlan0mon -o dumpfile.pcapng --active_beacon --enable_status=15 not work in hcxdumptool 6.3.1 (C) 2023 by ZeroBeat there is another software?
Hack WiFi with a Raspberry Pi and Kali Linux
14:43
David Bombal
Рет қаралды 420 М.
Bruteforce WiFi WPA2 with GPU
35:06
David Bombal
Рет қаралды 113 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Рет қаралды 1,7 МЛН
Hacking cell phones like Mr Robot
31:31
David Bombal
Рет қаралды 880 М.
Should you be using WiFi 7 or WPA3? Best Wi-Fi setup?
27:20
David Bombal
Рет қаралды 78 М.
Break WiFi networks using Cloud GPUs in seconds
29:49
David Bombal
Рет қаралды 375 М.
Have you been hacked? Hacker explains how to find out!
52:19
David Bombal
Рет қаралды 161 М.
Access Location, Camera  & Mic of any Device 🌎🎤📍📷
15:48
zSecurity
Рет қаралды 2,7 МЛН
Best Hacking Laptop 2023
33:44
David Bombal
Рет қаралды 967 М.
Problems You will Encounter on Linux (and How to Solve Them)
23:01
Rob Braxman Tech
Рет қаралды 163 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН