Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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: WebEdition CMS
Post: WebEdition CMS
Hi,
I noticed that there is no implementation of a hashing algorithm used in
WebEdition CMS yet. You can download the sourcecode from here:
Code:
--
https://www.webedition.org/de/webedition-cms... |
|
NeonFlash |
Feature Requests
|
2 |
7,851 |
11-18-2012, 07:40 PM |
|
|
Thread: Problem with HashcatGUI_0241.
Post: RE: Problem with HashcatGUI_0241.
@bambus1441: You entered "yes" in lowercase while the instruction asks you to enter in Uppercase :)
They have different ASCII values. |
|
NeonFlash |
General Help
|
3 |
7,071 |
01-06-2013, 04:51 PM |
|
|
Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04
Thanks epixoip :) Your name always reminds me of Instruction Pointer (eip) :)
It is working now. As you said, I had to edit the xorg.conf.
I added a new Display Subsection under the Screen secti... |
|
NeonFlash |
General Help
|
8 |
15,382 |
06-07-2013, 12:40 PM |
|
|
Thread: Catalyst 13.1 on Ubuntu 12.04
Post: Catalyst 13.1 on Ubuntu 12.04
Hi,
I have been trying to get the Catalyst 13.1 to work on Ubuntu 12.04 (LTS), 64-bit.
I have tried various ways of installing. Whenever the installation is successful and I reboot here is what happ... |
|
NeonFlash |
General Help
|
8 |
15,382 |
06-02-2013, 11:38 AM |
|
|
Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04
thanks epixoip, I will try to find more details.
Yeah, I know it is not related to hashcat and I have already tried asking on various Ubuntu forums including askubuntu.com and none of them had any so... |
|
NeonFlash |
General Help
|
8 |
15,382 |
06-02-2013, 11:48 AM |
|
|
Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04
@epixoip: thanks, I understand now :) that is a good explanation.
@KT819GM: I did run that command post the installation of the Catalyst Driver. Only after that I rebooted and faced this issue.
... |
|
NeonFlash |
General Help
|
8 |
15,382 |
06-02-2013, 04:46 PM |
|
|
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: 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: "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: 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: 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: 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: 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: no faster WPA2 cracking?
Post: RE: no faster WPA2 cracking?
has this weakness in SHA-1 algorithm been used to revise the kernels for various SHA1 based algorithms in the latest version of oclhashcat-plus?
I think a lot of algorithms which are supported by ocl... |
|
NeonFlash |
General Talk
|
7 |
16,154 |
01-06-2013, 03:47 PM |
|
|
Thread: no faster WPA2 cracking?
Post: RE: no faster WPA2 cracking?
@undeath: My question was whether the latest version of oclhashcat-plus exploits the weakness in SHA-1 which was not mentioned in atom's post in this thread, if that's what you are referring to.
@ato... |
|
NeonFlash |
General Talk
|
7 |
16,154 |
01-06-2013, 04:03 PM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...
Sorry for my late reply. Thanks for the explanation, epixoip.
I read your code little bit in my free time to understand the optimizations done for the functions, F, G, H and I using SIMD. |
|
NeonFlash |
General Talk
|
6 |
15,125 |
03-25-2013, 06:03 AM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: How does 15 character limitation help in a speed u...
Hi,
I know that this topic has been discussed a lot and many people have requested atom to add support in oclHashcat-plus for passwords of length greater than 15.
While all that is good, I have ... |
|
NeonFlash |
General Talk
|
6 |
15,125 |
03-09-2013, 09:03 PM |
|
|
Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...
Thanks a lot for the detailed explanation, epixoip and atom.
so if I understand this correct:
Whatever is the size of input data, the 64 bit representation of the length will always be appended to t... |
|
NeonFlash |
General Talk
|
6 |
15,125 |
03-10-2013, 04:42 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 |