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 [asc] Posted
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

yes it cracks see: Code: -- echo Hashcat009? | ./1Password_372.pl full:   fb48ad370166a38cefdc083240a0fff362064e98312f48aeb8f5e67481d39dc7c1c144558ef49c4e salt:   fb48ad370166a38c prefix: iv: �...
philsmd Old oclHashcat Support 8 14,817 11-07-2015, 08:25 PM
    Thread: Cracking an OS X 10.8.2 PBKDF2 Hash
Post: RE: Cracking an OS X 10.8.2 PBKDF2 Hash

The wiki clearly says what hash mode you should use: https://hashcat.net/wiki/doku.php?id=example_hashes 7100 OS X v10.8 So you need -m 7100 in your command line... Furthermore, if you want to u...
philsmd Old oclHashcat Support 5 14,790 12-12-2013, 08:28 PM
    Thread: WPA speed problem comparing to v1.31
Post: RE: WPA speed problem comparing to v1.31

Furthermore, there are also some other (minor) changes, which could influence the speed difference between the 2 versions For instance, did you notice that 1.31 did reject more than 1/3 of the plains,...
philsmd Old oclHashcat Support 8 14,762 02-16-2015, 01:29 PM
    Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?

It is possible to install the proprietary NVidia driver also using a live cd (the problem is that a reboot may be needed and as you may already guess, after reboot the live system starts from scratch)...
philsmd Old oclHashcat Support 4 14,670 05-27-2014, 06:58 PM
    Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?

for that problem you need to read the wiki Especially this article: https://hashcat.net/wiki/ubernoobs
philsmd Old oclHashcat Support 4 14,670 05-27-2014, 07:10 PM
    Thread: release 0.15 froze
Post: RE: release 0.15 froze

@mastercracker please have also a look at my comment in https://hashcat.net/trac/ticket/82 , I think those changes we made recently fixed that problem (too) Can you please run the exact same comman...
philsmd Beta Tester 14 14,534 08-29-2013, 04:10 PM
    Thread: cudaHashcat on Tesla
Post: RE: cudaHashcat on Tesla

It seems that it works w/ Kubuntu 13.10 just because it is a *clean* install... Maybe you can try to do the same w/ 12.04 (setup a new VM - install everything from scratch there) .... it could be th...
philsmd General Help 8 14,527 10-30-2013, 06:15 PM
    Thread: Error: cuModuleLoad() 301
Post: RE: Error: cuModuleLoad() 301

Hey, this is a very new card which was release in february 2014 (afaik)... oclHashcat 1.01 was released in 01/01/2014, therefore no wonder that this card is not supported :( Good news: oclHashcat (cu...
philsmd Old oclHashcat Support 3 14,509 03-05-2014, 11:59 AM
    Thread: My first bruteforce attack
Post: RE: My first bruteforce attack

I think you want to use oclHashcat-plus instead: https://hashcat.net/oclhashcat-plus/ Either download it from link above ^ , or if already done, move to the correct directory.
philsmd General Help 5 14,391 05-31-2013, 05:18 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,391 06-01-2013, 02:55 PM
    Thread: 5870 vs 6870
Post: RE: 5870 vs 6870

There are several screenshots/mirrors of the html pages around, e.g. see: https://i.imgur.com/CUQtIjh.png
philsmd Hardware 6 14,305 08-18-2015, 02:49 PM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

I think there is some special byte in there, like the windows BOM etc. Hashcat doesn't expect that there is any other bytes within the hash file except the bytes that are required ("the hash"). ...
philsmd hashcat 7 14,267 12-03-2017, 10:28 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

If it is a non-sensitive archive, just open a issue here, explain the issue again and attach the file to the guthub issue: https://github.com/philsmd/7z2hashcat Otherwise, I might give it a glance ...
philsmd hashcat 7 14,267 12-05-2017, 08:44 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

@nazgulnarsil told me that he/she was able to load the hash successfully with the latest version from github (it seems that the only problem was the hashcat version, 7z2hashcat wasn't the problem at a...
philsmd hashcat 7 14,267 12-06-2017, 02:54 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,251 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,251 06-16-2013, 08:23 AM
    Thread: Help with cisco ASA formatting
Post: RE: Help with cisco ASA formatting

If you look at the example hash page that epixoip linked, it is very clear to see, that you need to specify: hash:salt There is something particular w/ 2410, i.e. that salt is limited to 4 chars (but...
philsmd Old oclHashcat Support 5 14,248 10-03-2014, 01:16 AM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

The problem here is the communication between completely different processes (combinator.bin and oclHashcat-plus64.bin)... the pipe symbol reflects this very well... ( look at | as a wall between the ...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 03:49 PM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

Please keep in mind, that while for you this 2 things seem to end up doing the same or at least have several points in common, ... the feature to natively support combinations + rules is very differe...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 04:31 PM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

UPDATE: let's consider -a 1 w/ -r the problem here is that devs need to come up w/ a nice and very fast solution to do both the combination and apply rules (possible within the gpu kernel, otherwise i...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 04:56 PM