Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [desc] Forum Replies Views Posted
    Thread: hashcat-gui hccap converter support suggestion
Post: hashcat-gui hccap converter support suggestion

In TODO file I see """- oclHashcat-plus: integrate hccap converter for WPA2 into the GUI. See if we can use the converter inside the GUI using an appropriate http request instead of just opening...
halfie Feature Requests 1 5,988 03-31-2012, 05:19 PM
    Thread: Cracking DES With HashCat
Post: RE: Cracking DES With HashCat

perlish Wrote: (05-15-2012, 04:04 AM) -- atom Wrote: (03-18-2012, 07:23 PM) -- I am not planning it. Try JtR. Its the king of DES @ CPU. Any reason why you want it in hashcat? -- JTR can only run i...
halfie Old hashcat Support 11 41,263 05-15-2012, 07:16 AM
    Thread: cracking rar files
Post: RE: cracking rar files

macgyver Wrote: (04-22-2012, 12:53 AM) -- Hi Guys! I need help again. I not understand this method. I probe cracking RAR file. I stopped the first steps. How can I extract or find the hash file ...
halfie Old hashcat Support 4 45,626 05-15-2012, 07:40 AM
    Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3

Xanadrel Wrote: (06-26-2010, 11:44 AM) -- Just asking for WBB3 algo support, It's sha1($salt.sha1($salt.sha1($pass))) Some examples (hash:salt:pass) : Code: -- e2063f7c629d852302d302059937601...
halfie Feature Requests 10 28,179 05-15-2012, 07:59 AM
    Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3

atom Wrote: (06-26-2010, 02:52 PM) -- sorry, not possible. internal structures of both hashcat and oclHashcat can only work with a maximum password < 55 chars length. -- @atom: and how is WoltLab ...
halfie Feature Requests 10 28,179 05-16-2012, 07:00 AM
    Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3

undeath Wrote: (05-16-2012, 09:23 AM) -- is that python snippet yours? If yes: who told you to use hexlify/unhexlify? Code: -- import hashlib import binascii # WBB3 scheme -> sha1($salt.sha1(...
halfie Feature Requests 10 28,179 05-16-2012, 01:04 PM
    Thread: oclHashcat-plus isn't cracking my NTLM hash
Post: oclHashcat-plus isn't cracking my NTLM hash

oclHashcat-plus isn't cracking my NTLM hash. $ ./oclHashcat-plus64.bin -m 1000 31d6cfe0d16ae931b73c59d7e0c089c0 dict The password is empty string (""). JtR cracks this just fine whereas oclHash...
halfie Very old oclHashcat-plus Support 2 6,493 05-21-2012, 08:27 AM
    Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3

halfie Wrote: (05-15-2012, 07:59 AM) -- Xanadrel Wrote: (06-26-2010, 11:44 AM) -- Just asking for WBB3 algo support, It's sha1($salt.sha1($salt.sha1($pass))) Some examples (hash:salt:pass) : ...
halfie Feature Requests 10 28,179 05-21-2012, 09:56 AM
    Thread: very long salt
Post: RE: very long salt

@trifid: Can you post some sample hashes and the application name which generated those hashes? I can take a look and modify JtR to support them.
halfie Old hashcat Support 5 9,426 06-22-2012, 04:36 PM
    Thread: Request for PasswordSafe hash support.
Post: RE: Request for PasswordSafe hash support.

This has now implemented in JtR-jumbo. Both CPU and GPU implementations are available.
halfie Feature Requests 3 10,865 06-24-2012, 03:38 PM
    Thread: IKE Preshared Key from Aggressive Mode VPNs
Post: RE: IKE Preshared Key from Aggressive Mode VPNs

People, please post some sample "hashes" / test vectors. It would be good to have algorithm explained with a code snippet. Thanks!
halfie Feature Requests 16 53,246 06-24-2012, 03:41 PM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

@aestu: OpenSSL is not thread safe (especially its error handling part) unless some callbacks have been implemented. See https://curl.haxx.se/libcurl/c/threaded-ssl.html. How much speed are you getti...
halfie General Talk 17 140,998 06-29-2012, 08:34 AM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

I implemented support for cracking PKCS #12 files in JtR (based on aestu's program). $ ../run/john -format=pfx -t Benchmarking: pfx [32/32]... DONE Raw: 2121 c/s real, 2121 c/s virtual How does Elco...
halfie General Talk 17 140,998 06-29-2012, 11:14 AM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

aestu: are you sure about the speeds you are getting? I am getting very low speeds (2K/s). Can you take a look at https://github.com/magnumripper/magnum-jumbo/blob/bleeding-jumbo/src/pfx_fmt.c an...
halfie General Talk 17 140,998 06-29-2012, 11:29 AM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

Can you post the .pfx file for which you are getting high speeds? PM if fine with me. Thanks!
halfie General Talk 17 140,998 06-29-2012, 02:26 PM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

Sample pfx which I am using: https://openwall.info/wiki/_media/john/PKCS-12.zip
halfie General Talk 17 140,998 06-29-2012, 03:33 PM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

I checked the speed of Elcomsoft Distributed Password Recovery and it is 1831 for openwall.pfx file. My JtR plug-in is faster than EDPR. @aestu: do report back your speeds with openwall.pfx. I tried ...
halfie General Talk 17 140,998 06-29-2012, 04:47 PM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

Yes, My JtR plug-in supports multicore too (using OpenMP) though I haven't tested it much. 6175 p/s on a 4-core machine sounds right for openwall.pfx file. I get double the speeds on a pfx file genera...
halfie General Talk 17 140,998 06-30-2012, 03:35 PM
    Thread: Cracking a p12 PFX certificate
Post: RE: Cracking a p12 PFX certificate

$ ../run/john hash # Single-core results. Loaded 1 password hash (pfx [32/64]) guesses: 0 time: 0:00:00:08 0.00% (3) c/s: 95412 trying: crxee guesses: 0 time: 0:00:00:23 0.00% (3) c/s: 103019 t...
halfie General Talk 17 140,998 07-01-2012, 09:38 AM
    Thread: Can 'LF' be cracked ?
Post: RE: Can 'LF' be cracked ?

JtR cracks this hash immediately. Seems the hash is for no-password.
halfie Very old oclHashcat-plus Support 3 7,604 07-05-2012, 12:31 PM