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: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian

@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will d...
philsmd General Help 17 69,307 04-13-2013, 05:01 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

See https://hashcat.net/wiki/doku.php?id=mask_attack Your command will look something like this: length 8 Code: -- ./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?d?d -- length 9 ...
philsmd Old oclHashcat Support 42 69,291 09-12-2014, 03:50 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Here it seems to be very easy to find the algorithm... you just need to look for (or have) some known hash:salt:plain tuples. E.g. this list (hash:salt masked): 1. hash:salt above (231cXXXX18a4cee66X...
philsmd General Help 16 64,375 01-03-2014, 02:02 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Do it like I did: since there are only pins of length 4 and the range is 0000 - 9999, you can just quickly iterate through this list w/ a few lines of code... Below are some lines of perl... run it a...
philsmd General Help 16 64,375 01-03-2014, 08:30 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

There are several things you need to check... 1. is the input correct, the plist has the fields (salt and hash) base64 encoded, please decode them w/ echo "[saltORhash]" | base64 -d | xxd -p -> hex e...
philsmd General Help 16 64,375 01-15-2014, 02:57 PM
    Thread: Extract PDF hash (edit passwd)
Post: RE: Extract PDF hash (edit passwd)

It seems that the differences between the algorithms used for checking the owner password (- editing - permissions) compared to the user password (password to open the file aka encrypted PDFs) at leas...
philsmd hashcat 13 59,842 01-26-2017, 06:03 PM
    Thread: oclHashcat v1.30
Post: RE: oclHashcat v1.30

@forumhero, what exactly is terrible about 130 MH/s @ descrypt for a R9 290x ? You might have already noticed that there are no k (kilo), M (mega), G (giga) etc indications in all of the above cha...
philsmd Old oclHashcat Announcements 15 59,503 09-02-2014, 10:43 PM
    Thread: Android Full Disk Encryption
Post: RE: Android Full Disk Encryption

I added to the wiki an example hash for -m 8800. Please see https://hashcat.net/wiki/doku.php?id=example_hashes , file: hashcat.android43fde Password is like for all other samples "hashcat". I extra...
philsmd User Contributions 13 55,414 09-13-2014, 12:56 PM
    Thread: oclHashcat new features / algorithms
Post: RE: oclHashcat new features / algorithms

@joris pls open a new forum thread where we can discuss the SAP H feature request. Furthermore, we should add this feature request also to trac ( https://hashcat.net/trac/ ). I think main problem is ...
philsmd Organisation and Events 23 52,607 10-09-2014, 02:46 PM
    Thread: ERROR: cuLaunchKernel() 999
Post: RE: ERROR: cuLaunchKernel() 999

Confirm! Same here ... Newest forceware version GTX 550
philsmd Very old oclHashcat-plus Support 27 48,967 02-19-2013, 03:58 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

--show is always used to show the cracks for a specific oclHashcat session after the actual cracking process is done. So it would look like this: oclHashcat64.exe -m 2811 --username hashes.txt dict....
philsmd Old hashcat Support 9 47,255 01-30-2015, 06:24 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

N3HL Wrote: (01-30-2015, 02:05 PM) -- im completely new to hashcat, and I noticed it's missing some docs -- Not at all, the docs are: 1. https://hashcat.net/wiki/ 2. --help output of oclHashcat or c...
philsmd Old hashcat Support 9 47,255 01-30-2015, 04:43 PM
    Thread: Get plain text password knowing hash and salt
Post: RE: Get plain text password knowing hash and salt

you could use the --username switch of hashcat/oclHashcat. input format (you must use the --username switch to crack the hashes): username:hash:salt second step (after cracking); you can output it w...
philsmd Old hashcat Support 9 47,255 01-30-2015, 05:45 PM
    Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime

you probably have a Intel CPU in addition to your GPU. If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too. Does cracking ...
philsmd hashcat 15 47,098 02-01-2019, 12:14 PM
    Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime

In my opinion your are completely at the wrong track. Just look at your clinfo output, it says: Code: -- Platform Vendor The pocl project -- this is complete...
philsmd hashcat 15 47,098 02-03-2019, 01:29 PM
    Thread: hashcat v0.44, oclHashcat-plus v0.14 and oclHashcat-lite v0.15
Post: RE: hashcat v0.44, oclHashcat-plus v0.14 and oclHa...

@Hash-IT, I do *not* think that there are only few people that use hashcat or oclHashcat anymore, instead I think there is a FAST increasing number of users *every* day... Maybe atom has a number (i....
philsmd Very old oclHashcat-plus Announcements 11 46,824 03-24-2013, 02:02 PM
    Thread: hashcat v0.44, oclHashcat-plus v0.14 and oclHashcat-lite v0.15
Post: RE: hashcat v0.44, oclHashcat-plus v0.14 and oclHa...

@Hash-IT yes, you are right. At least you did understand what I was trying to say, but yes SPAM is something *else*... Again, I think atom knows how valuable his work is for MANY of us!
philsmd Very old oclHashcat-plus Announcements 11 46,824 03-24-2013, 05:12 PM
    Thread: oclHashcat v1.36
Post: RE: oclHashcat v1.36

point 1. and 2. shouldn't be a problem in the future, because I've developed a perl script (7z2hashcat.pl) that should be able to deal with those archive types too. I.e. it does not have those limitat...
philsmd Old oclHashcat Announcements 12 45,554 04-26-2015, 11:05 AM
    Thread: oclHashcat v1.36
Post: oclHashcat v1.36

[hr] Download is here: https://hashcat.net/oclhashcat/ [hr] This version 1.36 is a wild mix of nice updates :) Still, all oclHashcat versions back to 1.33 share the same driver dependencie...
philsmd Old oclHashcat Announcements 12 45,554 04-25-2015, 07:36 PM
    Thread: Benchmark feature for cpu hashcat
Post: Benchmark feature for cpu hashcat

I am happy to announce that now also cpu hashcat will be able to run in benchmark-mode. You can now use the --benchmark or (short) -b switch to enable this benchmark-mode. It is also possible, lik...
philsmd Old hashcat Support 12 45,165 11-02-2014, 07:02 PM