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 Views Posted [desc]
    Thread: How to bruteforce?
Post: RE: How to bruteforce?

much faster. you can meassure yourself with the "time" command. point out the results to /dev/null to avoid influences from hdd/apps/whatever. i bet req.bin wil be 1000 times faster than 4 piped egrep...
atom Very old oclHashcat-plus Support 24 63,022 11-20-2011, 05:04 PM
    Thread: Distributed crackin
Post: RE: Distributed crackin

https://hashcat.net/wiki/distributing_workload_in_oclhashcat https://hashcat.net/wiki/distributing_workload_in_oclhashcat_lite
atom General Help 4 10,330 11-20-2011, 07:08 PM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

if you have word "test1234" in your dict, and a rule which contain T4, it wants to toggle the case of "1", which is not possible, so it gets rejected.
atom General Help 16 26,158 11-20-2011, 07:24 PM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

no it was hard enough to add it. i did this on purpose
atom General Help 16 26,158 11-20-2011, 07:40 PM
    Thread: Mode which does not store cracked password
Post: RE: Mode which does not store cracked password

yes :)
atom Feature Requests 8 20,475 11-21-2011, 10:42 AM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

well, thats how all the rules work. if any of the functions report an negative return, the whole rule is skipped. an other example would be '8 but the plain has only length 6 -> plaintext is skipped.
atom General Help 16 26,158 11-21-2011, 10:44 AM
    Thread: Rule Piping Request
Post: RE: Rule Piping Request

rules for filtering non-printable ascii. this sounds somehow a bad idea. this have to be done with each execution of hashcat. if its that important, why not clean them in the source, in other words, i...
atom Feature Requests 20 45,531 11-22-2011, 05:18 AM
    Thread: Hashcat Utilities List Cleaner
Post: RE: Hashcat Utilities List Cleaner

i dont think using "base-words" is a good idea in password cracking. my experience shows using already cracked passwords are much more efficient, especially when they are mangled again, than clean wor...
atom Feature Requests 15 37,166 11-22-2011, 05:33 AM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

no because if i do this, there is no way in doing the opposite again. if some user want exactly the feature as it is implemented right now he can not do this any longer. however, by carefully preparin...
atom General Help 16 26,158 11-22-2011, 05:40 AM
    Thread: Odd Formatting Using Tables
Post: RE: Odd Formatting Using Tables

this is because of the SSE2 implementation. insert len.bin in between your pipe and build a chain.
atom General Help 4 8,824 11-22-2011, 05:42 AM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

yes the docs say it is supported by opencl. so in theory, it should work. however, no one ever tested it :)
atom Very old oclHashcat-plus Support 11 20,112 11-22-2011, 05:44 AM
    Thread: Vbulletin - No results (-m 5)
Post: RE: Vbulletin - No results (-m 5)

yes, me too. seems to be in the hex salt parsing routine in vbull3. thanks for reporting! use the ascii representation as a workaround: 1d943092622834160a09d54a4655781b:c>!
atom Very old oclHashcat-plus Support 3 10,546 11-22-2011, 07:48 PM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

i see, that was my mistake. when i wrote "rejected rule" i actually mean "rejected word". sorry for that! yes, you can test your rules with hashcat (cpu) and --stdout. both programs share the same ru...
atom General Help 16 26,158 11-22-2011, 07:59 PM
    Thread: Rule Piping Request
Post: RE: Rule Piping Request

here is a perl version. not the fastest, but had to write it quickly. maybe i add a filtering tool to hashcat-utils. till that, use this: $ perl calc.pl < in.dict > out.dict Code: -- #!/usr/bin/en...
atom Feature Requests 20 45,531 11-22-2011, 08:13 PM
    Thread: Odd Formatting Using Tables
Post: RE: Odd Formatting Using Tables

if you use hashcat and --stdout as wordlist generator in combination with oclHashcat-plus, then no, you did not. it skips empty lines :)
atom General Help 4 8,824 11-22-2011, 08:16 PM
    Thread: Quick help with the APP SDK 2.4?
Post: RE: Quick help with the APP SDK 2.4?

to run oclHashcat, you dont need to build the sample files. most important is: a) setup ld_library_path and verify by doing "ldd oclHashcat64.bin" or whatever oclHashcat version you are using. all li...
atom General Help 2 8,059 11-22-2011, 11:24 PM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

yes, but this is not part of the rule engine
atom General Help 16 26,158 11-23-2011, 11:13 AM
    Thread: sha1 salt question
Post: RE: sha1 salt question

why should that work? sha1($pass.$salt) is not sha1($salt.$pass)
atom General Help 2 7,852 11-23-2011, 11:15 AM
    Thread: Filter When Using Toggles ?
Post: RE: Filter When Using Toggles ?

with CPU hashcat he can debug his rules to see if they really do what he wants them to do. then, when he is finished, he moves over to oclHashcat-plus.
atom General Help 16 26,158 11-23-2011, 11:19 AM
    Thread: ability to use dictionary files or ~ folder of oclHashcat-plus
Post: RE: ability to use dictionary files or ~ folder of...

yes multiple dictionaries are supported
atom Very old oclHashcat-plus Support 6 13,411 11-23-2011, 11:20 AM