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 Forum Replies [asc] Views Posted
    Thread: Markov Chains and hashcat.hcstat File
Post: RE: Markov Chains and hashcat.hcstat File

chicago-guy Wrote: (11-04-2012, 08:48 AM) -- 2) When hcstatgen creates the statistics for a corpus, is it a 0-gram or 1-gram analysis, i.e., does it just rank-order characters by position irrespectiv...
atom General Help 6 26,042 11-05-2012, 11:29 AM
    Thread: Any way to tackle md5(md5($password).$salt)?
Post: RE: Any way to tackle md5(md5($password).$salt)?

It is already supporting it, its vbull.
atom Very old oclHashcat-plus Support 6 12,641 11-08-2012, 10:15 AM
    Thread: zip compressed wordlist
Post: RE: zip compressed wordlist

or using stdin: zcat dict.zip | ./oclHashcat-plus64.bin ...
atom General Help 6 13,786 11-08-2012, 10:26 AM
    Thread: Any way to tackle md5(md5($password).$salt)?
Post: RE: Any way to tackle md5(md5($password).$salt)?

oclHashcat-plus v0.09 supports only 3-char and 30-char salts, not 6 char. You have to wait for oclHashcat-plus v0.10.
atom Very old oclHashcat-plus Support 6 12,641 11-08-2012, 10:41 AM
    Thread: oclHashcat-plus v0.10 beta 50
Post: oclHashcat-plus v0.10 beta 50

Hello Beta-Tester, YAY! There it is! type: feature file: host programs desc: added support for restore/resume type: feature file: host programs desc: added support for sessions Works w...
atom Beta Tester 6 6,351 11-08-2012, 03:47 PM
    Thread: oclHashcat-plus v0.10 beta 50
Post: RE: oclHashcat-plus v0.10 beta 50

https://paste2.org/p/2446751
atom Beta Tester 6 6,351 11-08-2012, 04:46 PM
    Thread: oclHashcat-plus v0.10 beta 50
Post: RE: oclHashcat-plus v0.10 beta 50

Preview from the upcoming release notes. hth. [hr] Support added for autotuning. There is this magical -n parameter. I know you often use it, but you can also misuse it. You know the higher y...
atom Beta Tester 6 6,351 11-14-2012, 10:06 AM
    Thread: New to Program
Post: RE: New to Program

brazen bag boy Wrote: (11-17-2012, 03:31 AM) -- So it isnt in the dictionary? -- Yeah, exactly. brazen bag boy Wrote: (11-17-2012, 03:31 AM) -- and what does that "rejected" mean -- In this c...
atom Very old oclHashcat-plus Support 6 11,643 11-17-2012, 10:15 AM
    Thread: auto switching masks
Post: RE: auto switching masks

put them in a batch?
atom Very old oclHashcat-lite Support 6 11,012 11-20-2012, 10:52 AM
    Thread: strange WAP recovery using --gpu-loops=1000
Post: RE: strange WAP recovery using --gpu-loops=1000

Sounds like a driver problem. If you are on AMD, use cat 12.8 (not higher, not lower) and try again.
atom Very old oclHashcat-plus Support 6 11,900 11-29-2012, 01:11 PM
    Thread: strange WAP recovery using --gpu-loops=1000
Post: RE: strange WAP recovery using --gpu-loops=1000

Anything to add here?
atom Very old oclHashcat-plus Support 6 11,900 12-08-2012, 07:51 PM
    Thread: cudaHashcat-plus64 on Debian fails when using a known password
Post: RE: cudaHashcat-plus64 on Debian fails when using ...

Well not for WPA/WPA2 but for other algorithms. There has been a lot of talks on the max. length 15 restriction but still none of them convinced me to overcome with this limit and rewrite the base cla...
atom Very old oclHashcat-plus Support 6 13,962 12-08-2012, 07:55 PM
    Thread: WPA masks
Post: RE: WPA masks

you can pipe if you want: ./crunch 10 10 -f charset.lst hex-lower -i -d 2 -b 100GB | ./oclHashcat-plus64.bin -m 2500 -n 8 --gpu-loops=45 -1 abcdef?d /pentest/passwords/oclhashcat+/mynetworkcap.hccap
atom General Help 6 14,434 12-14-2012, 03:20 PM
    Thread: add MSCHAPV2 support
Post: RE: add MSCHAPV2 support

Adding existing crypto libraries? I take this as an insult.
atom Feature Requests 6 14,946 12-19-2012, 11:08 AM
    Thread: add MSCHAPV2 support
Post: RE: add MSCHAPV2 support

Good point :)
atom Feature Requests 6 14,946 12-23-2012, 02:27 PM
    Thread: add MSCHAPV2 support
Post: RE: add MSCHAPV2 support

Oh wait, that already exist!
atom Feature Requests 6 14,946 12-23-2012, 02:28 PM
    Thread: fgets-sse2 v0.01 released
Post: fgets-sse2 v0.01 released

Hey Guys, fast loading a dictionary is an important part in a password cracker and the use of fgets(3) is not perfectly suited for high performance textfile parsing. Here is my SSE2 accelerated ...
atom General Talk 6 17,371 01-06-2013, 08:39 PM
    Thread: Library dependence issue with combinator.bin
Post: RE: Library dependence issue with combinator.bin

Or just run "make clean" and then "make". Its open source.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 15,767 01-09-2013, 10:08 AM
    Thread: Custom hash derived from DES encrypted pass
Post: RE: Custom hash derived from DES encrypted pass

Wait, encrypted with DES? You mean really encrypted with DES or DEScrypt? DEScrypt is the thing in /etc/passwd, the one which results in length 13. If its encrypted with DES, it can have any length.
atom Very old oclHashcat-plus Support 6 10,846 01-09-2013, 10:11 AM
    Thread: Custom hash derived from DES encrypted pass
Post: RE: Custom hash derived from DES encrypted pass

damiank Wrote: (01-09-2013, 10:04 PM) -- I'm unsure of how to pass in this charset to hashcat. Will hashcat take a hexstring like this: 00010203040506...FF? Or is there a better way? -- Thats ...
atom Very old oclHashcat-plus Support 6 10,846 01-10-2013, 02:39 PM