Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: WPA/WPA2 pass cracking
Post: WPA/WPA2 pass cracking
Just wanted start a discussion on general suggestions on how to make WPA/WPA2 password cracking less sophisticated. How would you build your research if all you knew is AP's SSID? |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-12-2017, 11:36 PM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
I apologise for not putting this in more sensible way, but I don't really know how to write it any better as it involves so many different things. One of which mentioned as research on the ISP. For ex... |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-14-2017, 10:00 AM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
Knowing ISP for particular AP can dramatically reduce keyspace to iterate through, but what methods you'd use if user changed SSID name to 'abracadabra'. How will you find ISP being used? |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-14-2017, 10:14 AM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
I'm not a novice in the subject and not interested in hacking neighborhood. I just wanted to explore other people's methods. |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-15-2017, 09:27 AM |
|
|
Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking
Yes, Rico, I'm well aware of default router key spaces. I'm trying to find any methods may help to reveal progress when cracking password or show that different direction may be looked at.
I'm als... |
|
Kangaroot |
General Talk
|
9 |
8,609 |
12-17-2017, 11:31 AM |
|
|
Thread: Identification of hash type.
Post: Identification of hash type.
I was trying to figure out what below hash type it. Non of the hash identifiers could give me a clue, it also has a hash salt with it, but don't know in what format they both are being used. If anyone... |
|
Kangaroot |
General Talk
|
6 |
4,062 |
12-19-2017, 02:37 PM |
|
|
Thread: Identification of hash type.
Post: RE: Identification of hash type.
I cannot reveal this one as it is one of my passwords used somewhere else, but I can create one for the test if that helps.
For example:
password: Password123
hash: 1NeXFGujmgkMtIfkntNPkeFKHYU1Dx... |
|
Kangaroot |
General Talk
|
6 |
4,062 |
12-19-2017, 03:59 PM |
|
|
Thread: Identification of hash type.
Post: RE: Identification of hash type.
To wrap up, what will hashcat command look like in the end if it is sha512($pass . $salt)? |
|
Kangaroot |
General Talk
|
6 |
4,062 |
12-19-2017, 05:03 PM |
|
|
Thread: Identification of hash type.
Post: RE: Identification of hash type.
|
Kangaroot |
General Talk
|
6 |
4,062 |
12-19-2017, 08:19 PM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
Please suggest powerful word list generators that can manage exclusions/rules. |
|
Kangaroot |
General Talk
|
8 |
6,758 |
02-22-2018, 09:24 AM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: Hashcat Bruteforce Mode failure
Seems like Hashcat Brute force mode stopped properly working. Nothing was changed in terms proprietary nvidia drivers, though I have updated linux kernel several times, not sure when exactly it starte... |
|
Kangaroot |
hashcat
|
8 |
5,690 |
01-30-2018, 02:02 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
undeath, it would have made sense if I didn't have old router with old firmware, where I could simply change my pass to whatever I liked. |
|
Kangaroot |
hashcat
|
8 |
5,690 |
01-30-2018, 02:18 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
undeath, is it not just a recommendation? |
|
Kangaroot |
hashcat
|
8 |
5,690 |
01-30-2018, 02:39 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
undeath, thank you for support! May I ask for some references in protocol where this is being determined? |
|
Kangaroot |
hashcat
|
8 |
5,690 |
01-30-2018, 02:57 PM |
|
|
Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure
Skwerl23, great, thanks. Missed this paragraph when read it first time. |
|
Kangaroot |
hashcat
|
8 |
5,690 |
01-31-2018, 09:07 AM |
|
|
Thread: Help to understand encrypted table
Post: Help to understand encrypted table
Anyone can help to understand data in the attached file or refer to other forum where could help? I'm 99% sure it is a table with numbers as values including header. |
|
Kangaroot |
General Talk
|
0 |
1,575 |
02-09-2018, 11:03 AM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: Generating wordlist using specific charlist with e...
Not pretending to be unique in my inquiry, but I have specific task to do. How can I generate word list using specific char list and applying multiple rules or exclusions?
For example:
Charlist ... |
|
Kangaroot |
General Talk
|
8 |
6,758 |
02-14-2018, 04:35 PM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
atom Wrote: (02-15-2018, 02:00 PM)
--
Hashcat does not support that. You need to write a specialized candidate generator to do that.
--
Thanks. |
|
Kangaroot |
General Talk
|
8 |
6,758 |
02-16-2018, 09:04 AM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
royce, that is really good advice, I didn't think about it from this perspective, thank you. |
|
Kangaroot |
General Talk
|
8 |
6,758 |
02-21-2018, 04:37 PM |
|
|
Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...
Haven’t practiced programming for a while, might take me a while to write this. |
|
Kangaroot |
General Talk
|
8 |
6,758 |
02-22-2018, 12:13 PM |