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 [asc]
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!) To get the newest version of *hashcat, just d...
philsmd Old hashcat Support 9 22,246 06-17-2013, 02:29 PM
    Thread: worldlist extra rules
Post: RE: worldlist extra rules

So if this is not working for you w/ oclHashcat what can we do? 1. use cpu hashcat as above (./hashcat-cli64.bin -a 1 dicfile.txt --stdout > dicfile_combined.txt) and use this dict 2. use ./hashcat-...
philsmd Very old oclHashcat-plus Support 8 14,248 06-16-2013, 05:55 PM
    Thread: worldlist extra rules
Post: RE: worldlist extra rules

Please *read* what other users suggest as solution (because the answer was already given and works), don't ask in other threads (e.g. https://hashcat.net/forum/thread-2365-post-14211.html#pid14211 ) f...
philsmd Very old oclHashcat-plus Support 8 14,248 06-16-2013, 08:23 AM
    Thread: SMF
Post: RE: SMF

This -e and --remove discussion seems to be kind of offtopic here, but anyway, there was a "non-ideal behaviour" I would say that was very well documented https://hashcat.net/trac/ticket/153 and https...
philsmd Old hashcat Support 16 36,790 06-16-2013, 08:09 AM
    Thread: Not working after reverting catalyst drivers
Post: RE: Not working after reverting catalyst drivers

This really sound like a driver problem. Please use the suggested methods to cleanely uninstall previous drivers: i.e. use free version of driver fusion. If it worked before on your system, it should...
philsmd Very old oclHashcat-plus Support 3 7,183 06-16-2013, 08:04 AM
    Thread: stop working !
Post: RE: stop working !

You use a 3rd party windows program (Hashcat-GUI), this implies that whenever you have problems by using this GUI it is better to post your GUI problems there: https://forum.md5decrypter.co.uk/forum8-g...
philsmd Very old oclHashcat-plus Support 4 8,932 06-15-2013, 03:24 PM
    Thread: NTLM and Line Length
Post: RE: NTLM and Line Length

All formats are very well documented here: https://hashcat.net/wiki/doku.php?id=example_hashes (with examples). Did you try those?
philsmd Very old oclHashcat-plus Support 7 41,188 06-13-2013, 06:51 PM
    Thread: New architecture, different sched
Post: RE: New architecture, different sched

Very cool. Amazing stuff! Thx
philsmd Beta Tester 1 2,610 06-12-2013, 11:51 AM
    Thread: Performace Loss Numbers
Post: RE: Performace Loss Numbers

Awesome news, thx atom!!!
philsmd Beta Tester 14 13,024 06-10-2013, 11:09 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

There should not be 32 bit opencl etc lib around on your system. Maybe it is because of the AMDAPP (ocl SDK install). As suggested by @expixoip you should remove *everything* sdk/ocl/amd/ati driver re...
philsmd General Help 8 18,509 06-07-2013, 08:24 AM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

It could be a problem with the difference of your architecture and the architecture that was used in thread 2222. You should for instance use ln -s /usr/include/linux/ /lib/modules/$(uname -r)/buil...
philsmd General Help 8 18,509 06-06-2013, 06:21 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

Hey obsidian, please have a look at the dozens of tutorials on the web that address this exact same problem (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux + Catalyst). We also di...
philsmd General Help 8 18,509 06-06-2013, 03:23 PM
    Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?

But it is the exact same thing for other length, if you want to do it in one run use for instance a script like this (untested, remove the "echo" if it seems to be ok for you): Code: -- hc_pre="...
philsmd Old hashcat Support 4 11,429 06-05-2013, 07:55 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all). I'm not sure if you understood what I meant by saying the stdout is t...
philsmd Old hashcat Support 9 16,840 06-02-2013, 04:22 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu...
philsmd Old hashcat Support 9 16,840 06-02-2013, 03:15 PM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Perfect, thx Waffle for these details. It is just a pity that I/we weren't aware of these speed-truncation mechanism, unfortunatelly I think nobody documented this behaviour and why it can't be avo...
philsmd Very old oclHashcat-plus Support 8 16,076 06-02-2013, 06:47 AM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Hey Waffle, while I agree with most (if not all) of your suggestions here (https://hashcat.net/trac/ticket/148 ) , I also think that it is not really the solution for this problem (or perfectly relat...
philsmd Very old oclHashcat-plus Support 8 16,076 06-01-2013, 08:08 PM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Try to execute this: Code: -- echo -en "1\00002"|md5sum a933d13f81649bebe035dc21f4002ff1 - -- Basically it is: 1 || \0 || 2 where || means concatenated. Yes, there seems to be a bug (or ...
philsmd Very old oclHashcat-plus Support 8 16,076 06-01-2013, 06:15 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Trac ticket and further discussion about possible solutions are located here: https://hashcat.net/trac/ticket/154
philsmd General Help 15 33,317 06-01-2013, 03:50 PM
    Thread: My first bruteforce attack
Post: RE: My first bruteforce attack

So first thing to do is to *extract* the *whole* content of the archive with 7zip into a directory, you should not try to just open the files inside the archive w/o extracting them. I assume that y...
philsmd General Help 5 14,388 06-01-2013, 02:55 PM