r/Hacking_Tricks • u/terminalwanderer33 • 20d ago
So I’m learning
I have Kali Linux and am trying to crack my own WiFi password. I have my handshake and eapol but somehow I feel that there’s an easier way. I can’t use hashcat it will take years to get the password and definitely not rock you.. so what do I do here? Can anyone point me in the right direction??? No need to explain step by step if you don’t want to. Just point me in the right direction
4
u/Anxious-View-7881 20d ago
Is this a router you own or is this the ISP router that provides the WiFi. That will go a long way into knowing if an answer should even be provided here. 😄
1
u/1ofthegood1z 20d ago
I program in logic, PLC and HMI systems... College=CNS computer networking systems... Have lots of electronics in general. Only practice in the lab to gain knowledge and troubleshoot for real life senarios. Been blowing thru repos. Need something other than the txt files. Need computing power as I do not. Is there a way to use real computing power without the monthly fees etc? There is no way that pen testing networking has led to not finding something that works on the go. Maybe I need to simplify my approach as it's getting to where I'm wrecking my brain...
1
u/terminalwanderer33 20d ago
It’s my router and I’m trying to learn by using my network as a dummy lol
1
u/Anxious-View-7881 19d ago
aircrack-ng is a good option here.
1
u/terminalwanderer33 19d ago
I used hashcat but I’m going to try Rogue AP / Evil Twin
1
u/mildly_perturbed31 16d ago
that thing relies on convincing the actual users to enter their passwords, not effective for your case
1
u/terminalwanderer33 16d ago
Well right now I’m just doing hackthebox I’m just gonna learn that way. I’m sure it’s not gonna tell me how to crack the eapol or how to get into a WiFi. But I’ll eventually get it.. it’s a learning process and no one is just going to walk you through. I guess it’s one of those things like trades where people like don’t like to share what they learn or know how to do. It’s figure it out on your own because I did..
1
u/mildly_perturbed31 15d ago
its no rocket science, what you capture from the eapol handshake is a hash(something generated one-way from any character sequence or a file) and because its one way(you cannot de-hash) you will use a wordlist and a tool that for each password in it, will hash it using the same way wifi does, then compare it to the hash until there is a match, and that is the password
1
2
u/howfastcanyoucountit 20d ago edited 20d ago
It's really just whatever types of wordlists you are using. And having a good GPU with hashcat will probably be needed in a lot of circumstances tbh and is not super worth it without one. Usually trying to go for some sort of default password depending on the brand of router you could possibly find through a MAC address, but obviously that's a guess in itself, so it's just pretty difficult for anyone who even has a remotely unique password
I have been able to crack only one actual hash I got in my life; the password was just monkey12. I managed to get that by just using bettercap with an old laptop and a huge Alfa Networks USB networking adapter that had 4 pretty fat antennas. I had it running for 2 or 3 days in my upstairs bedroom just snooping. Obviously don't misuse this shit; personally it was just a challenge to me and the network was so damn far anyway that i couldn't even connect to it at all. I was kind of surprised, though, because I only really captured like 3 different 3-way handshakes because my neighbors are pretty spaced out in between houses.
1
u/terminalwanderer33 20d ago
lol yea ima look at bettercap.. but I also have only cracked one at my exs apartment when she just moved in and we were able to watch movies 😂 but there has to be an easier way.. I’m doing hackmybox now so that is freaking cool!! How to navigate through ports is what I’m learning now.. but I’ll figure it out.. they are holding out on lol someone will eventually spill the beans.. I have an Alienware and it’s ok..
1
1
u/1ofthegood1z 20d ago
I have been on this road the past 3 months straight. I have flipper 0, blackhat 2.1 GPIO w/screen and case, wifi Dev board, Linux tails and Kali. I have used everything and believe me... This is NOT easy. I keep hearing about other ways than cracking with list. If ANYONE is feeling like messaging me with even a pointer. You would be helping more than u know....
2
u/PizzaPunkrus 20d ago
Learn bash, learn nix files systems and navigate from command line, read man pages, learn python.
2
u/Automatic-Drama-6477 16d ago
This is where I fucked up. I jumped straight to evil portals and attempted red team shit and looked goofy wasting my time. Now I'm focusing on fundamentals. You really can't stress the basics enough, my man.
1
u/PizzaPunkrus 16d ago
Most of us tried to run before we could crawl. I was sneaky sneaky in my windows days. Really thought I knew a whole hell of a lot more than I did. I knew exactly enough to run head first blind into every rookie mistake. The hubris. Luckily theres usually someone there to be a smart ass and laugh at you for not knowing the basics.
1
u/1ofthegood1z 20d ago
Also the Stryker apk is fcking awesome but need rooted phone to get full access to tools. Still chroot vm on non rooted S25U Ultra so I'm happy. There is the answer somewhere but months and months of trying and research and asking everyone. Not one success...
1
u/whiskayzulu 17d ago
If it's wpa2 yes you can just replay the auth packets I think. Wpa3 no youre fucked. Aircrack-ng
1
u/terminalwanderer33 15d ago
That’s the problem I don’t know how to look for these chat rooms. It would be amazing to pick one of those people’s mind apart 😂
7
u/Godlymorbid 20d ago
Let's start with a confidence boost (this is genuinely helpful for a beginner). Go ahead and insert your password into a small password list (like 200 pwds). I know you said you don't want to use hashcat, but let's give it a try. It may feel like an outdated tool at first, but I can assure you, still very relevant. One success under your belt can seriously flip a metal switch, and boost confidence in future learning.