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 [desc] Author Forum Replies Views Posted
    Thread: How about RAR5 to hashcat?
Post: RE: How about RAR5 to hashcat?

No that's incorrect, rar2john supports RAR5. The problem is, it is not a standalone utility. It is compiled into john. I've looked at breaking it out into a standalone utility, but it will take a lot ...
epixoip Old oclHashcat Support 2 8,036 03-01-2016, 03:57 AM
    Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time

Speed was lower because you cracked the password immediately, didn't get a chance to do any work. Moreover, as was already mentioned, you need to add an amplifier to gain any acceleration.
epixoip hashcat 10 25,371 03-28-2017, 04:32 PM
    Thread: How can I crack MD5 hashed email addresses?
Post: RE: How can I crack MD5 hashed email addresses?

combinator attack would be your best bet. usernames in one wordlist, domains in another.
epixoip General Help 3 10,683 05-08-2013, 12:54 AM
    Thread: How change between gpu and/or gpu | change hash-type
Post: RE: How change between gpu and/or gpu | change has...

The thread you linked to is nearly 4 years old, and not at all applicable to using hashcat in 2017. There is only one hashcat now, and it supports everything that hashcat-cli, oclHashcat, oclHashcat-p...
epixoip hashcat 1 3,010 01-06-2017, 05:09 PM
    Thread: How do I configure hashcat to crack a lost password?
Post: RE: How do I configure hashcat to crack a lost pas...

Hashcat is indeed the correct tool for the job. However, you aren't going to win any favors around here by skipping out on reading the documentation. You've done your homework up until this point, why...
epixoip hashcat 3 4,363 02-07-2017, 08:35 AM
    Thread: How do I crack a vbulletin password? I have the hash and the salt.
Post: RE: How do I crack a vbulletin password? I have th...

do not post hashes. read the rules.
epixoip General Help 3 20,803 10-23-2012, 12:51 AM
    Thread: How do I crack gmail passwords?
Post: RE: How do I crack gmail passwords?

Sigh.
epixoip hashcat 2 5,267 12-01-2016, 08:57 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

hashcat does not support anything like that. however, there are only 2**32 possible combinations, so there's a 50% chance you'll find a collision after 77k attempts, and a 75% chance after 110k attem...
epixoip Old hashcat Support 22 44,519 01-22-2013, 12:19 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

no, i mean write your own program or script that will generate a collision. it doesn't have to be very fast or efficient because you are likely to find a collision in only 110,000 guesses when compari...
epixoip Old hashcat Support 22 44,519 01-25-2013, 05:57 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

here's my stab at creating a program to crack this type of hash. not exceptionally good since it doesn't use sse2 or anything, but it is multithreaded and should be quite a bit faster than the other t...
epixoip Old hashcat Support 22 44,519 01-29-2013, 11:00 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

no way, this is way too much fun! :) what i want now is for someone to one-up me and post an even faster version.
epixoip Old hashcat Support 22 44,519 01-30-2013, 02:38 AM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

Worked on this a little bit more and came up with another version that is ~ 45% faster, still without using SIMD. https://bindshell.nl/pub/md5substr_mt2.c Code: -- epixoip@db:~$ ./md5substr2 aaaaaa...
epixoip Old hashcat Support 22 44,519 02-04-2013, 09:50 AM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

All right gents, here's a SIMD-accelerated version that uses SSE2 and, if applicable, XOP. It's ~ 350% faster than the code posted above. https://bindshell.nl/pub/md5substr_simd.c I used an unconvent...
epixoip Old hashcat Support 22 44,519 02-15-2013, 04:03 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

well, the md5 implementation itself is not specific to cracking substr() hashes. the only part of this program that is specific to cracking the substr() hashes is the hash comparison. so the bulk of t...
epixoip Old hashcat Support 22 44,519 02-16-2013, 02:47 AM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

Normally I'd be all like "THREAD NECRO" and ban you for posting on a thread that's almost 3 years old, but since it's kind of my fault that you did so, I can't really get mad. I'm not entirely sure i...
epixoip Old hashcat Support 22 44,519 12-06-2015, 10:42 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

Ok, I updated the code at the link above to search for strings of any length at any position in an md5 hash. Although I don't really think a 20-char collision will be found with this program, it's rea...
epixoip Old hashcat Support 22 44,519 12-08-2015, 03:11 AM
    Thread: how do i do this?
Post: RE: how do i do this?

UUoC. Code: -- sort -u -o output list1 list2 --
epixoip General Help 14 16,815 01-21-2016, 07:58 PM
    Thread: how do i do this?
Post: RE: how do i do this?

Something tells me you have no business cracking passwords...
epixoip General Help 14 16,815 01-21-2016, 10:13 PM
    Thread: how do i do this?
Post: RE: how do i do this?

You should probably learn how to use your operating system first.
epixoip General Help 14 16,815 01-21-2016, 10:37 PM
    Thread: how do i do this?
Post: RE: how do i do this?

They aren't "linux" commands "bruh." I use that command on Windows nearly every day.
epixoip General Help 14 16,815 01-21-2016, 10:57 PM