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 [desc] Posted
    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: ERROR: cuLaunchKernel() 999
Post: RE: ERROR: cuLaunchKernel() 999

Confirm! Same here ... Newest forceware version GTX 550
philsmd Very old oclHashcat-plus Support 27 48,970 02-19-2013, 03:58 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,609 10-09-2014, 02:46 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,415 09-13-2014, 12:56 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: 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,848 01-26-2017, 06:03 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: 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,292 09-12-2014, 03:50 PM
    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: 7z2hashcat
Post: 7z2hashcat

Since some users already keep asking me for the release of 7z2hashcat which I did announce here ( https://hashcat.net/forum/thread-4320-post-24661.html#pid24661 ), I decided now to publish it on githu...
philsmd User Contributions 28 70,367 04-27-2015, 11:49 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Thanks for the report. I did fix it here: https://github.com/philsmd/7z2hashcat/commit/64ac67c42e72d0573fb84098df3699526876209d But I am unsure why it enters that specific section in your case (e.g...
philsmd User Contributions 28 70,367 04-28-2015, 07:57 AM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Please try with newest version (0.3) from https://github.com/philsmd/7z2hashcat The changes: https://github.com/philsmd/7z2hashcat/commit/675c1639fddab0c831c5b06c1eb325f37c489f8b
philsmd User Contributions 28 70,367 05-01-2015, 11:18 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

There is no fixed size for the output of 7z2hashcat.pl. There are just some upper and lower length limits (i.e. the minimum info/bytes required and the maximum number of bytes of the blob that oclHash...
philsmd User Contributions 28 70,367 08-21-2015, 02:22 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Hey. There are actually 2 known problems which I will try to investigate: 1. a problem with the lzma decompression, done by 7z2hashcat.pl, of the header (in case of a "long" file list), probably rel...
philsmd User Contributions 28 70,367 01-06-2017, 03:39 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Thanks for the info syb3ria. Great that it at least fixed 1 of the problems you experienced. I have now opened an issue on 7z2hashcat's github page which explains the current state of the LZMA header...
philsmd User Contributions 28 70,367 01-09-2017, 01:35 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Maybe you didn't notice it yet, but we have updated both 7z2hashcat.pl (please use version 0.9 or higher) and hashcat itself (please use the newest beta (https://hashcat.net/beta/)). In addition to...
philsmd User Contributions 28 70,367 01-24-2017, 01:32 PM