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 [asc] Replies Views Posted
    Thread: office2hashcat.py strange output
Post: RE: office2hashcat.py strange output

The document is not encrypted, just password protected, so there's nothing for oclHashcat to crack. You can either just remove the password and open the document, or XOR the password to un-obfuscate i...
epixoip General Talk 3 6,102 04-12-2016, 06:53 AM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

I'm starting to think you don't really understand how password cracking works.
epixoip General Talk 11 13,561 05-01-2016, 08:29 PM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

I've moved this to the General Talk forum since this has nothing to do with hashcat. No, this is not a strong way to hash passwords. SHA2 is cryptographically strong, but is not appropriate for pas...
epixoip General Talk 11 13,561 04-30-2016, 09:35 PM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

You are relying on security through obscurity and ignoring Kerckhoff's Principle, as the security of your scheme comes solely from keeping the iteration count secret. However, when the iteration count...
epixoip General Talk 11 13,561 04-30-2016, 11:06 PM
    Thread: Uknown Encrypted Archive
Post: RE: Uknown Encrypted Archive

Quote: -- JTR and hashcat seem to run ok with the file but no idea if it is actually doing anything. -- What does this mean? How are you attempting to crack it with hashcat?
epixoip General Talk 4 5,239 05-30-2016, 04:50 AM
    Thread: New SuperCalculator
Post: RE: New SuperCalculator

You know, 225 TH/s is a far more realistic and educated guess than this motherfucker's "10 million cores that each crack at 10 billion passwords per second" (essentially saying it can do 100 PH/s): ht...
epixoip General Talk 5 7,250 06-22-2016, 04:50 AM
    Thread: Method for removing crap/generated passwords from word lists?
Post: RE: Method for removing crap/generated passwords f...

So you're looking for a way to distinguish human-generated passwords from machine-generated passwords? I know of no public tool that can do this, but it certainly can be done with some degree of accur...
epixoip General Talk 9 11,462 07-26-2016, 06:08 PM
    Thread: Excel hash extraction (97-2003)
Post: RE: Excel hash extraction (97-2003)

If office2john didn't work, are you positive it's encrypted and not just password-protected? Hashcat only works against encrypted Office docs, not password-protected docs.
epixoip General Talk 6 9,479 08-11-2016, 06:51 AM
    Thread: Picky Linux versions still?
Post: RE: Picky Linux versions still?

https://hashcat.net/wiki/doku.php?id=linux_server_howto
epixoip General Talk 1 2,692 10-07-2016, 11:23 PM
    Thread: How to optimize speed or setup
Post: RE: How to optimize speed or setup

Welcome to the exponential wall of brute force. If you're going to make a habit of this, you should learn math.
epixoip General Talk 7 16,991 10-12-2016, 08:24 PM
    Thread: hashcat 2.01 vs 3.1
Post: RE: hashcat 2.01 vs 3.1

In your first test you only have one device, in your second test you have at least 3 devices (though you've skipped #2). Is this really an apples-to-apples comparison you're doing? Also, have you trie...
epixoip General Talk 5 6,504 11-08-2016, 08:37 PM
    Thread: MD5 substring
Post: RE: MD5 substring

You can use https://strcpy.io/md5substr.c (and adapt for your needs) but 13 is a lot.
epixoip General Talk 9 10,041 01-08-2017, 10:26 PM
    Thread: MD5 substring
Post: RE: MD5 substring

I have no experience compiling in Visual Studio, but you could always install Cygwin. Or maybe edit the headers as appropriate and compile with mingw.
epixoip General Talk 9 10,041 01-09-2017, 02:21 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

For extracting the hash and salt from the .plist file, you can use https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/plist2hashcat.pl
epixoip General Talk 42 83,234 01-16-2017, 09:36 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Then that .plist file doesn't contain the RestrictionsPassword key.
epixoip General Talk 42 83,234 01-16-2017, 11:01 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

I'm not that familiar with Apple products or iTunes but assuming the algorithm is one that Hashcat supports, we should be able to modify plist2hashcat.pl to support both iOS and iTunes. Can you provid...
epixoip General Talk 42 83,234 01-17-2017, 09:33 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Try running it without Device #2
epixoip General Talk 42 83,234 01-27-2017, 10:19 PM
    Thread: Pls need advice on forging custom diclists
Post: RE: Pls need advice on forging custom diclists

UUoC! awk 'length == 8' dict1 > dict2 For the second one, a 'for' loop won't work if the wordlist has more lines than ARG_MAX or if the words contain spaces, plus UUoC again, so that would be a very ...
epixoip General Talk 4 5,300 01-30-2017, 08:01 PM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

BettyBoop51 Wrote: (02-07-2017, 01:17 AM) -- Is it time to try to sell my AMD card to buy a Nvidia? -- The time to switch from AMD to Nvidia was 2.5 years ago.
epixoip General Talk 35 48,975 02-07-2017, 01:47 AM
    Thread: 2x6 gtx1080 cluster
Post: RE: 2x6 gtx1080 cluster

Moved it out of Hashcat Support since you're not seeking support for Hashcat. The official Hashcat way is to use --keyspace, --skip, and --limit. But using these directly can be a bit cumbersome. S...
epixoip General Talk 13 13,619 02-19-2017, 09:46 PM