Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Sorting utf-8 wordlists
Post: RE: Sorting utf-8 wordlists
Just wanted to know the solution and have some discussion around it.
Point noted, thank you. |
|
NeonFlash |
General Talk
|
7 |
15,341 |
11-15-2012, 04:59 PM |
|
|
Thread: Sorting utf-8 wordlists
Post: RE: Sorting utf-8 wordlists
did you find a solution to this?
can you extract 10 example lines from your wordlist (which contain accents, umlauts, and other utf-8 unicode characters), run the commands as undeath has done and pos... |
|
NeonFlash |
General Talk
|
7 |
15,341 |
11-15-2012, 09:59 AM |
|
|
Thread: 4-Way Handshake confusion
Post: RE: 4-Way Handshake confusion
Thank you for confirming with the benchmark results. |
|
NeonFlash |
General Talk
|
11 |
51,112 |
11-14-2012, 10:47 AM |
|
|
Thread: Hash type
Post: RE: Hash type
I wonder why most people still think passwords are being encrypted. They are hashed using a cryptographic hashing algorithm and not being encrypted.
ofcourse, some hashing algorithms like descrypt ... |
|
NeonFlash |
General Talk
|
5 |
14,424 |
11-14-2012, 08:04 AM |
|
|
Thread: "Code crackers break 923-bit encryption record"
Post: RE: "Code crackers break 923-bit encryption record...
That's true. Would be interesting to know the details of the key generation algorithm which was cracked by them.
As stated already, some algorithms like bcrypt cannot be accelerated on GPU platform. ... |
|
NeonFlash |
General Talk
|
2 |
7,387 |
11-14-2012, 07:50 AM |
|
|
Thread: 4-Way Handshake confusion
Post: RE: 4-Way Handshake confusion
You could post supporting benchmarks as well :)
It should be faster than an attack without precomputed PMKs but slower than a rainbow table attack on unsalted hashes like MD5. |
|
NeonFlash |
General Talk
|
11 |
51,112 |
11-14-2012, 07:47 AM |
|
|
Thread: 4-Way Handshake confusion
Post: RE: 4-Way Handshake confusion
@pragmatic: Well done with the description :)
The reason why WPA2 handshakes are so slow is due to the computationally intensive task of calculating the PMK.
If I remember correct, per the speci... |
|
NeonFlash |
General Talk
|
11 |
51,112 |
11-14-2012, 05:48 AM |
|
|
Thread: hashcat stdout mode
Post: RE: hashcat stdout mode
|
NeonFlash |
Old hashcat Support
|
2 |
6,738 |
10-27-2012, 06:59 PM |
|
|
Thread: hashcat stdout mode
Post: hashcat stdout mode
It does not work for me, not sure why.
On Windows 7 x64
version of hashcat - v0.39
hashcat-cli32.exe --stdout -r 1.rule dict.txt
Output:
Usage: hashcat [options] hashfile [mask|wordfile... |
|
NeonFlash |
Old hashcat Support
|
2 |
6,738 |
10-27-2012, 05:55 PM |
|
|
Thread: Purge Rules
Post: RE: Purge Rules
I just checked with hashcat and they work good. Would be great to have them implemented for the GPU platform as well :)
Is it possible to use multiple rules with hashcat like: -r 1.rule -r 2.rule ? |
|
NeonFlash |
Very old oclHashcat-plus Support
|
5 |
10,491 |
10-27-2012, 09:05 AM |
|
|
Thread: o c/s using oclhashcat plus 0.09
Post: RE: o c/s using oclhashcat plus 0.09
In order to crack a WPA/WPA2 handshake, you need to have a dictionary and that is probably the only mode of attack which can give you success.
So, to complete your syntax:
oclHashcat-plus64.exe -m 2... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
4 |
9,623 |
10-27-2012, 08:49 AM |
|
|
Thread: Purge Rules
Post: RE: Purge Rules
so, the rules I have written are of the correct form and I need to use them with hashcat?
Also, is there a specific reason behind not implementing this on the GPU platform? I would be interested to k... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
5 |
10,491 |
10-27-2012, 08:42 AM |
|
|
Thread: Purge Rules
Post: Purge Rules
Hi,
I have a question regarding the purge rules.
The input word is: _Something_2_Everything_
I want to delete all instances of underscore in the above word.
rule: @_
error: cannot convert... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
5 |
10,491 |
10-27-2012, 08:33 AM |
|
|
Thread: Cyrillic Character Encoding
Post: RE: Cyrillic Character Encoding
Thank you, I will redirect the output to a text file. Interesting to know that it handles each word in the wordlist as a stream of hex bytes :)
Is there a way to specify the output file encoding form... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
4 |
16,027 |
10-18-2012, 10:11 AM |
|
|
Thread: Cyrillic Character Encoding
Post: Cyrillic Character Encoding
Hello,
how does oclhashcatplus handle the cyrllic character encoding?
At first, I am running oclhashcat-plus on Windows 7 Platform using MS DOS Console. As I understand, MS DOS does not have sup... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
4 |
16,027 |
10-18-2012, 09:25 AM |
|
|
Thread: Segmentation fault (core dump) on --show and --left
Post: RE: Segmentation fault (core dump) on --show and -...
Interesting thread. I would like to hear the details as well.
By the way, after the crash occurs, maybe you can check the dmesg output and check the last few lines with tail command?
If the crash is... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
11 |
24,110 |
10-14-2012, 07:46 PM |
|
|
Thread: MD5(Unix) bug
Post: RE: MD5(Unix) bug
my first guess would have been that the hashing algorithm you are trying to attack is highly iterated and as a result of that, excessive load on your GPUs might cause them to hang or drop out.
second... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
5 |
10,032 |
10-14-2012, 07:39 PM |
|
|
Thread: New Hashing Algorithm Request
Post: New Hashing Algorithm Request
Hi atom,
Is there a way to contact you via email? I have recently analyzed the source code of a widely use CMS however I observed that there is no software that has this algorithm implemented alrea... |
|
NeonFlash |
Feature Requests
|
2 |
7,168 |
10-01-2012, 06:12 AM |
|
|
Thread: Binary Dictionary
Post: RE: Binary Dictionary
@atom: Thanks, Yes I am aware of that fact.
However, how is that related to this issue?
The password in this case is, "areyouthere" which is less than 16 characters in length.
Or does this mean, th... |
|
NeonFlash |
Very old oclHashcat-plus Support
|
4 |
8,857 |
09-10-2012, 11:14 AM |
|
|
Thread: Binary Dictionary
Post: RE: Binary Dictionary
Fixed it, works with JtR ;) |
|
NeonFlash |
Very old oclHashcat-plus Support
|
4 |
8,857 |
09-10-2012, 04:10 AM |