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: Hi new here and couple of ?'s
Post: RE: Hi new here and couple of ?'s

Tommie_c Wrote: (11-03-2010, 01:33 AM) -- Always the noobs asking ?'s, right? LOL Here we go; Names Tommie C, 55, Vancouver B.C. been doing mostly JTR for a while, and see I recognize some of the fo...
atom Old hashcat Support 2 7,888 11-03-2010, 10:30 AM
    Thread: How can I do this please ?
Post: RE: How can I do this please ?

tip: if you know that the first 6 or 7 positions only inlcude lower case letters you can massivly speed up the process by using -1 ?l instead of -1 ?l?d?s?u
atom Very old oclHashcat Support 2 6,917 11-23-2010, 12:33 PM
    Thread: oclHashcat GPU+CPU may be
Post: RE: oclHashcat GPU+CPU may be

you can use hashcat and oclHashcat in parallel
atom Feature Requests 2 7,410 12-03-2010, 08:11 AM
    Thread: Cisco IOS hashes
Post: RE: Cisco IOS hashes

yes, you are lucky :-) for example: $ openssl passwd -1 -salt pdQG -table foobar foobar $1$pdQG$0WzLBXV98voWIUEdIiLm11 thumbstone hashcat-0.35 # cat > hash $1$pdQG$0WzLBXV98voWIUEdIiLm11 thumbston...
atom Old hashcat Support 2 15,721 12-07-2010, 04:55 PM
    Thread: Most popular charsets/rules
Post: RE: Most popular charsets/rules

well it depends on how much time you want to invest. if we are talking about < 2 days the most efficient attack on gpu is to expand a small or medium sized dictionary like opencrack_plains.txt with th...
atom Very old oclHashcat Support 2 8,162 12-31-2010, 11:32 AM
    Thread: Cluster attacks OCLhashcat?
Post: RE: Cluster attacks OCLhashcat?

see here how they do it: https://www.md5decrypter.co.uk/projects.aspx
atom Very old oclHashcat Support 2 8,642 01-10-2011, 09:50 AM
    Thread: Recovery file for hashcat
Post: RE: Recovery file for hashcat

ok, recovery file maybe in the next version. the increment function just starts with the length defined in --bf-pw-min (default = 1) and ends when finished the length defined in --bf-pw-max (default =...
atom Feature Requests 2 11,033 01-11-2011, 10:13 AM
    Thread: oclHashcat v0.24
Post: oclHashcat v0.24

Download it here: https://hashcat.net/oclhashcat/ * changes v0.23 -> v0.24: Code: -- type: improvement file: cudaHashcat, oclHashcat desc: complete refactorization of scheduler for various r...
atom Very old oclHashcat Announcements 2 16,105 01-20-2011, 04:08 PM
    Thread: oclHashcat v0.25
Post: oclHashcat v0.25

This is a Bugfix Release! Download it here: https://hashcat.net/oclhashcat/ * changes v0.24 -> v0.25: Code: -- type: improvement file: kernels desc: optimized sha1 singlehash OpenCL kerne...
atom Very old oclHashcat Announcements 2 12,607 01-26-2011, 05:15 PM
    Thread: Runtime limit
Post: RE: Runtime limit

OK
atom Feature Requests 2 6,710 01-29-2011, 12:18 PM
    Thread: oclHashcat+ v0.03
Post: oclHashcat+ v0.03

This is a Bugfix Release! Download it here: https://hashcat.net/oclhashcat+/ * changes v0.02 -> v0.03: Code: -- type: bug file: oclHashcat+ desc: md5crypt / phpass cracking in multi-hash ...
atom Very old oclHashcat-plus Announcements 2 13,389 01-31-2011, 11:51 AM
    Thread: md5(PHPbb3) Support.
Post: RE: md5(PHPbb3) Support.

done in oclHashcat+
atom Feature Requests 2 8,570 01-31-2011, 05:16 PM
    Thread: Rules file support?
Post: RE: Rules file support?

done in oclHashcat+
atom Feature Requests 2 6,792 01-31-2011, 05:19 PM
    Thread: Runtime limit
Post: RE: Runtime limit

comes in oclHashcat v0.26
atom Feature Requests 2 6,710 01-31-2011, 05:25 PM
    Thread: Run time limit
Post: RE: Run time limit

comes in oclHashcat v0.26
atom Feature Requests 2 6,884 01-31-2011, 05:29 PM
    Thread: NVIDIA dev driver 260.x - error
Post: RE: NVIDIA dev driver 260.x - error

fixed in oclHashcat v0.25
atom Very old oclHashcat Support 2 8,481 01-31-2011, 05:52 PM
    Thread: OclHashcat password length limitation?
Post: RE: OclHashcat password length limitation?

note: oclHashcat supports -m 1 and -m 2 in the meanwhile
atom Very old oclHashcat Support 2 10,381 01-31-2011, 06:07 PM
    Thread: What are rules?
Post: RE: What are rules?

here is a more detailed explanation: https://ob-security.info/?p=31
atom General Help 2 9,006 01-31-2011, 06:16 PM
    Thread: Quickie on how OclHashcat+ works
Post: RE: Quickie on how OclHashcat+ works

i should add two things a) if a wordlist ends, all the buffers that still have data to process are executed one after another. thats why oclhc+ usually processes cl:1-15 at the end. b) the size of ...
atom Very old oclHashcat-plus Support 2 7,996 02-01-2011, 11:41 PM
    Thread: Quickie on how OclHashcat+ works
Post: RE: Quickie on how OclHashcat+ works

the reason behind that is that some kernels require all plaintexts to be of the same length to process them efficiently. brute-force crackers usually do not have this problem because the length of the...
atom Very old oclHashcat-plus Support 2 7,996 02-01-2011, 11:34 PM