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 [desc] Views Posted
    Thread: Help needed, seg fault
Post: RE: Help needed, seg fault

Mantle drivers cannot be used with oclHashcat 1.01. Catalyst 13.12 is the last version which maybe used with the current release. oclHashcat also prints a message about not submitting bug reports w...
epixoip General Help 2 8,704 03-16-2014, 05:20 AM
    Thread: Outsourcing Hashes
Post: RE: Outsourcing Hashes

this is against the forum rules. take it somewhere else, like insidepro's forums
epixoip Old hashcat Support 2 5,071 03-20-2014, 07:51 AM
    Thread: Maximum hashfile length
Post: RE: Maximum hashfile length

it depends entirely on how much ram your graphics card has. setting the following environment variable will help as well: Code: -- export GPU_MAX_ALLOC_PERCENT=95 -- if that still doesn't help, y...
epixoip Old oclHashcat Support 2 5,420 03-25-2014, 03:31 AM
    Thread: NTLM Hashdump to hashcat/oclHashcat format converter
Post: RE: NTLM Hashdump to hashcat/oclHashcat format con...

easier, no python requirement" Code: -- awk -F: '{print $1 ":" $4}' samdump2.txt -- also, oclHashcat 1.20 will support pwdump format, etc. https://pastebin.com/Wqn1QRFi
epixoip User Contributions 2 13,490 03-27-2014, 10:13 PM
    Thread: Cracking Hash with Known Plaintext
Post: RE: Cracking Hash with Known Plaintext

depending on the algorithm, you could simply reverse the role of the password and the salt. for example, if the algorithm is md5(s.p), you could use the password as the salt and crack it as md5(p.s).
epixoip Old oclHashcat Support 2 6,247 04-05-2014, 07:53 AM
    Thread: challenge
Post: RE: challenge

hashcat does not currently have vanilla pbkdf2 support. you can request it be added on trac if it is important to you.
epixoip Old oclHashcat Support 2 4,730 05-06-2014, 02:09 PM
    Thread: Why 290x showes 3G memory?
Post: RE: Why 290x showes 3G memory?

the amount of memory its reporting is not the amount of memory on the card, but rather the amount of memory that is available for compute tasks. if you want to use more than 3GB, you can set the GPU_M...
epixoip Hardware 2 6,653 05-09-2014, 08:27 AM
    Thread: 2 out of 4 cards detected
Post: RE: 2 out of 4 cards detected

'aticonfig --lsa' doesn't actually show you which adapters are configured for use, it just scrapes sysfs to find pci devices with a matching vendor id. if you recently added the R9 200 cards, you n...
epixoip Old oclHashcat Support 2 5,445 05-13-2014, 12:17 AM
    Thread: Help splitting brute-force attack
Post: RE: Help splitting brute-force attack

This is covered in the release notes for 1.20. See the "Improved distributed cracking support" section of https://hashcat.net/forum/thread-3323.html
epixoip Old oclHashcat Support 2 6,736 05-14-2014, 08:46 PM
    Thread: Special chars
Post: RE: Special chars

is three characters: . the wiki formats it into a single character. i'll fix that. the last character you are missing is the space character, which is actually the first character in that list on ...
epixoip Old hashcat Support 2 4,814 05-24-2014, 10:46 AM
    Thread: WARNING: Hashfile ..... Weak Hash ???
Post: RE: WARNING: Hashfile ..... Weak Hash ???

'weak hash' means that hash has no input. in other words, it is the hash of nothing/null. in other other words, that account has no password.
epixoip Old oclHashcat Support 2 5,666 05-27-2014, 11:00 PM
    Thread: The big fundamentals
Post: RE: The big fundamentals

2die4 Wrote: (05-28-2014, 09:27 AM) -- Let’s suppose that we want to crack a 10 character password of a difficult to crack algorithm (such as a WPA2 password). We don’t know anything ab...
epixoip General Help 2 7,487 05-28-2014, 09:54 AM
    Thread: brute force attacking
Post: RE: brute force attacking

yeah it is. not at all related to hashcat or hash cracking.
epixoip General Help 2 4,981 06-12-2014, 11:09 AM
    Thread: Water cooled r9 290x x2 for hash
Post: RE: Water cooled r9 290x x2 for hash

watercooling isn't very popular in this community, so you probably won't get much help with that here. why do you want to run them on water when they run so cool on air to begin with? you shouldn't...
epixoip Hardware 2 5,801 06-23-2014, 01:17 PM
    Thread: Newb needing help cracking a DOCX file.
Post: RE: Newb needing help cracking a DOCX file.

oclHashcat does not support MS Office documents. Further, there is no hash in the document that you can crack. MS Office uses PBKDF2-HMAC-SHA1 to derive an encryption key to encrypt the document.
epixoip General Help 2 14,685 07-01-2014, 01:43 AM
    Thread: 1204_HWE_EOL
Post: RE: 1204_HWE_EOL

i haven't tested the saucy or trusty backports, but the raring backports work well. Code: -- aptitude -R install linux-generic-lts-raring xserver-xorg-lts-raring xserver-xorg-core-lts-raring xse...
epixoip General Help 2 6,975 07-15-2014, 09:48 AM
    Thread: $2a$08$ supported??
Post: RE: $2a$08$ supported??

there's no such thing as 8000 iterations of bcrypt, as 8000 is not a power of two. you can have 8192 iterations though, by using a cost of 13. but since you said $2a$08$ in the title you must be ta...
epixoip General Help 2 7,298 07-19-2014, 12:15 AM
    Thread: Antminer U1 1.6GH/s with Hashcat
Post: RE: Antminer U1 1.6GH/s with Hashcat

no.
epixoip Old hashcat Support 2 6,048 07-22-2014, 08:52 AM
    Thread: Hardware and performance
Post: RE: Hardware and performance

Read the rules -- do not post hashes.
epixoip Hardware 2 6,435 08-15-2014, 11:24 PM
    Thread: how to get cudaHashcat going on Ubuntu 14.04 on Amazon GPU instance?
Post: RE: how to get cudaHashcat going on Ubuntu 14.04 o...

he just said he did.
epixoip Old oclHashcat Support 2 7,177 08-26-2014, 09:59 PM