WiFi WPA/WPA2 vs hashcat and hcxdumptool

  Рет қаралды 711,016

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
@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"
@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.
@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
@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?
@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😎
@alisavaed5431
@alisavaed5431 2 жыл бұрын
Best teacher , really enjoyed and learned a lot . pls continue posting videos .
@davidbombal
@davidbombal 2 жыл бұрын
Glad you like it! Thank you!
@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
@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 5 ай бұрын
Absolutely.... The tool is updated
@alienspace1
@alienspace1 5 ай бұрын
This video needs an update
@huxujie
@huxujie 2 жыл бұрын
Can’t wait to see part 2 , very educational ! Great videos!
@bravomanel
@bravomanel 2 жыл бұрын
he launched the part 2 ?
@tiagosilveira3120
@tiagosilveira3120 17 күн бұрын
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!!
@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.
@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 ❤❤❤❤
@xAngryDx
@xAngryDx 2 жыл бұрын
I also want to wish you all the very best. Thank you for the amazing content David. God bless you.
@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
@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
@bakedpotato7991
@bakedpotato7991 Жыл бұрын
man you are legend
@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.
@linuxdriver
@linuxdriver 2 жыл бұрын
love the new way has been working on my pine apple nano andgot this all working
@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 !!
@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 :)
@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
@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?
@GHBigBoss
@GHBigBoss 2 жыл бұрын
You are a great teacher, I really enjoy your videos
@contactzspynerdoninstagram147
@contactzspynerdoninstagram147 2 жыл бұрын
Support team didn’t work! Tho Zspynerd ⬆️ unban my account permanently from tinder database!!
@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
@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
@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
@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
@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
@zibusisosiso-sibanda7649
@zibusisosiso-sibanda7649 2 жыл бұрын
Awesome as always.... Really enjoyed and learned so much. Stay blessed
@davidbombal
@davidbombal 2 жыл бұрын
Thank you very much! Really happy to hear that!
@cobraviky2799
@cobraviky2799 2 жыл бұрын
Best teacher ( DAVID ) ,Thanks a lost of your Great video's -:)
@Onethingtosay
@Onethingtosay 2 жыл бұрын
David had u made that video with big GPU 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/
@YLCGUK
@YLCGUK 2 жыл бұрын
Thanks David. I deleted my previous comment as I wasn't paying attention! It's handy splitting the sniffing and cracking between Kali and Windows, I can put the VM on my laptop and remote to my gaming rig at home to crack. Perfect. Really good video, the adapter is coming tomorrow and I'm looking forward to playing!
@YLCGUK
@YLCGUK 2 жыл бұрын
rockyou + Base64 rule + RTX 3080 , it took me about 3 minutes of sniffing and less than 10 seconds of cracking to expose my password!
@f11p11nk
@f11p11nk 2 жыл бұрын
@@YLCGUK Do you have an example string on how you used Base64? Thanks.
@as_if0024
@as_if0024 Жыл бұрын
Very complicated ...informative and Helpful
@SimonWilliams-c6g
@SimonWilliams-c6g Жыл бұрын
Hello I get the error : hcxdumptool : invalid option -- 'o' does anyone know why ? Thank's
@gabriledyt
@gabriledyt Жыл бұрын
Use --w
@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.
@abdusalamyahya789
@abdusalamyahya789 Жыл бұрын
HI David, i learn a lot of knowledge from your video ....Abdulsalam Yahya from Libya
@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 😅
@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. 😬
@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
@MD-tr6sh
@MD-tr6sh 2 жыл бұрын
Awesome video once again, And I should give this a go with my gaming laptop..
@kylergeston
@kylergeston Жыл бұрын
Did you try this? And what were the results ?
@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.
@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 🎉
@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 🙏🙏🙏🙏🙏🙏
@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.
@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
@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!
@MangolikRoy
@MangolikRoy 2 жыл бұрын
Yayyy another way to crack something I waited for this so long.....
@gcobanindzoyi4547
@gcobanindzoyi4547 2 жыл бұрын
Wow that's a lot of work, I even get lost at some point but I'll keep watching til I master it 😁
@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.
@ademaydemir_
@ademaydemir_ 2 жыл бұрын
Hello David, greetings from Turkey, thank you for your videos tutorial
@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
@אריאלנוילנדר
@אריאלנוילנדר 2 жыл бұрын
Hi, grate video! with which software you are controlling the windows laptop from your Mac?
@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?
@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?
@kemshiramsey590
@kemshiramsey590 8 ай бұрын
David, please is it a must to use a network adapter?
@sinos_karan9515
@sinos_karan9515 2 жыл бұрын
Hi , hello David sir ! How are you and your family ! After long time you post videos ! 😁
@memomemo-cg9or
@memomemo-cg9or 2 жыл бұрын
can you please show us how to use big GPUs as you mentioned
@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
@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 5 ай бұрын
​@@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
@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💕🔥
@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"
@คนดีที่หนึ่ง-ม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
@mlouryn
@mlouryn Жыл бұрын
Why could it be that --active_beacon does not work?
@breakingthroughinside
@breakingthroughinside 2 жыл бұрын
Love the tutorial, you are a great teacher!
@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?
@txxx9650
@txxx9650 2 жыл бұрын
Hi David, shows me that "driver is busy: failed to transmit internal beacon" what should I do?
@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.
@Similarminds-fg3te
@Similarminds-fg3te Жыл бұрын
Your content is very nice, keep going, God willing, you will reach 5.000.000 All respect to you sir David Bombal🇵🇸I am from Palestine
@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 😅
@pumpkingzz
@pumpkingzz 21 күн бұрын
The increment min and Max with (?d?d…) works also for alphanumeric?
@janekmachnicki2593
@janekmachnicki2593 2 жыл бұрын
Thank you for your Udemy Wireshark course and general for everything you have done towards IT knowledge .I hope i meet you somewhere in the Uk and get you a pint mate thanks.Ps I'm from Brum Jarek
@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
@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.
@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
@diggerlenox
@diggerlenox Жыл бұрын
Great video as usual but correct me if I'm wrong. Using hcxdumptool without a filter will deauth everything around you so technically you have Dos your neighbours access points?
@matthewhumphries7436
@matthewhumphries7436 Жыл бұрын
Hi David -E comes out as an invalid option….. any ideas?
@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
@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
@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?
@tonye.5661
@tonye.5661 2 жыл бұрын
I have enjoyed your videos, they are very well structured and give great step by step instruction. I love to hack but watching your videos now I want to learn so much more! Thank you for your time!
@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🙏🙏🙏🥰
@BG5850
@BG5850 7 ай бұрын
I get a error message saying hcxdumptool: invalid option - ‘o’
@millennialfreedom9137
@millennialfreedom9137 2 жыл бұрын
I got a message saying driver is busy: failed to transmit acknowledgment
@tolgadogan7868
@tolgadogan7868 Жыл бұрын
Thanks David great Video
@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
@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?
@RenLord46
@RenLord46 Жыл бұрын
Please can you do a update version of this video? hcxdumptool change the commands
@BrainRape23
@BrainRape23 Жыл бұрын
hi david awesome vids but hcxdumptool changed can you do an updated video
@dr.ahmadzak9963
@dr.ahmadzak9963 2 жыл бұрын
Thanks you for making hashcat easy to understand , thumbs up 👍
@Jenko022
@Jenko022 2 жыл бұрын
Hi David thank you for another excellent video. In terms of going mobile to gather the wifi data, would it be possible to use this software on a raspberry pi? I have been able to use an RPi 3 with a wifi adaptor to run airodump with great success outdoors. Obviously the cracking element would require a gpu but being able to gather the data with a small device would be excellent. Any feedback much appreciatted.
@davidbombal
@davidbombal 2 жыл бұрын
I'll create a video about this I think 😀
@Jenko022
@Jenko022 2 жыл бұрын
@@davidbombal That would be fantastic. When I went out on foot with the Rpi 3, i used a large battery bank, a mobile router and a tp-link adaptor in mon mode. I connected my phone and used an ssh app to start airodump and capture the results to a csv. Some interesting data was picked up from the walk about.
@hendrikpelser4638
@hendrikpelser4638 2 жыл бұрын
@@davidbombal This would be great! However, from the video above, it seems that you'll have to do the trip twice? First, to sniff the WiFi details and then again to collect the Mac addresses?
@fortheWisdom
@fortheWisdom 2 жыл бұрын
Very informational video tq so much ,sir. How do u use laptop screen on ur Mac?
@davidbombal
@davidbombal 2 жыл бұрын
I use VNC
@fortheWisdom
@fortheWisdom 2 жыл бұрын
@@davidbombal tx for reply sir
@siddharth4662
@siddharth4662 8 ай бұрын
why is the option " - o " being called invalid?
@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!!
Bruteforce WiFi WPA2 with GPU
35:06
David Bombal
Рет қаралды 76 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Break WiFi networks using Cloud GPUs in seconds
29:49
David Bombal
Рет қаралды 375 М.
Hacking cell phones like Mr Robot
31:31
David Bombal
Рет қаралды 879 М.
Hack Wifi from $1.80
54:39
David Bombal
Рет қаралды 300 М.
I will own your WiFi with one Kali Linux command
13:55
David Bombal
Рет қаралды 1,6 МЛН
I built a 1,000,000,000 fps video camera to watch light move
29:08
AlphaPhoenix
Рет қаралды 507 М.
What Happened to the World's Largest Tube TV?
35:46
Shank Mods
Рет қаралды 814 М.
Should you be using WiFi 7 or WPA3? Best Wi-Fi setup?
27:20
David Bombal
Рет қаралды 78 М.
WiFi hacking like Mr Robot (with OTW)
36:35
David Bombal
Рет қаралды 267 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН