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 [asc] Author Forum Replies Views Posted
    Thread: Task Manager has Hashcat using more CPU than GPU
Post: RE: Task Manager has Hashcat using more CPU than G...

The high CPU use on startup is because of the kernel compilation. This is done by the opencl runtime which is provided from the opencl device driver. It creates some initial CPU load only for a short ...
atom hashcat 2 2,062 02-13-2019, 07:06 PM
    Thread: target specific dictonary
Post: RE: target specific dictonary

There's rare info and rare tools for target specific word generation. Check out prince: https://hashcat.net/events/p14-trondheim/prince-attack.pdf
atom General Talk 2 4,275 11-09-2016, 11:35 PM
    Thread: Table-Lookup Attack Possible Typo
Post: RE: Table-Lookup Attack Possible Typo

i've sent you an login to the wiki pages. check your email. you can login and correct the page or write new articles if you want. thanks for reporting :)
atom Old hashcat Support 4 11,709 11-13-2011, 07:11 PM
    Thread: Table-Lookup Attack Possible Typo
Post: RE: Table-Lookup Attack Possible Typo

there is a little mistake: Quote: -- --attack-mode 5 The MD5 hash mode, as hashcat needs a command in this position it has been chosen at random. The choice of mode at this point does not affect...
atom Old hashcat Support 4 11,709 11-14-2011, 04:37 PM
    Thread: Table-Lookup Attack Separator ?
Post: RE: Table-Lookup Attack Separator ?

not supported, sorry
atom General Help 1 5,625 11-14-2011, 04:31 PM
    Thread: Table To File Stopped Working
Post: RE: Table To File Stopped Working

should be the same issue as discussed here: https://hashcat.net/forum/thread-1016.html
atom Old hashcat Support 11 24,858 05-30-2012, 09:47 AM
    Thread: Table To File Stopped Working
Post: RE: Table To File Stopped Working

Sounds strange. Can you give some commandline you use plus the table file etc for reproduce?
atom Old hashcat Support 11 24,858 06-03-2012, 10:13 AM
    Thread: Table To File Stopped Working
Post: RE: Table To File Stopped Working

I tried it and can confirm it. But it is not a bug or something. Its just that hashcat can not generate the password plains fast enough. On my 8 core bulldozer it makes ~ 280k/s. That is still faster ...
atom Old hashcat Support 11 24,858 06-04-2012, 10:22 AM
    Thread: Table To File Stopped Working
Post: RE: Table To File Stopped Working

Just take a look at the Real c/s.
atom Old hashcat Support 11 24,858 06-05-2012, 09:51 AM
    Thread: Table Lookup: delimiter request
Post: RE: Table Lookup: delimiter request

that wont work and its not about the delimiter. thing is you want to replace 1 char with 2 chars. in theory no problem but if you want performance you have to keep the length of your plaintext candida...
atom Feature Requests 4 11,166 07-06-2012, 06:45 AM
    Thread: table generator
Post: RE: table generator

hashcat does not support rainbowtables
atom Feature Requests 3 9,043 12-08-2010, 05:35 PM
    Thread: system for hash mode numbering
Post: RE: system for hash mode numbering

its a good idea however its to much work for me to reassign them again.
atom Feature Requests 4 11,286 02-26-2012, 11:23 AM
    Thread: system for hash mode numbering
Post: RE: system for hash mode numbering

those are getting harmonized. check the beta
atom Feature Requests 4 11,286 02-26-2012, 04:04 PM
    Thread: Syntax Help
Post: RE: Syntax Help

works fine for me... Code: -- thumbstone hashcat-0.35 # echo f830f69d23b8224b512a0dc2f5aec974 > hash thumbstone hashcat-0.35 # echo thisisatest > word thumbstone hashcat-0.35 # ./hashcat-cli.b...
atom Old hashcat Support 6 18,661 08-06-2010, 11:49 PM
    Thread: Syntax for Truecrypt-Boot-Mode
Post: RE: Syntax for Truecrypt-Boot-Mode

As for the images, you just need the first 512 byte from block device (or harddisk image). See https://hashcat.net/wiki/doku.php?id=example_hashes You need -m 6241.
atom Very old oclHashcat-plus Support 2 5,715 09-03-2013, 02:47 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

this have been discussed very often. i can not increase the support easily. its to much code change. well, maybe for brute-force, but on there its useless.
atom Feature Requests 22 50,764 01-03-2012, 10:47 AM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

yes
atom Feature Requests 22 50,764 01-11-2012, 11:16 AM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

I did some tests. For example, due to its caching architecture, if we want to support 64 char passwords with oclHashcat-plus it will require 16gb host memory. Otherwise it wont start. The speed droppe...
atom Feature Requests 22 50,764 05-16-2012, 10:18 AM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

In theory yes, but then we would require special Kernels for each Hash-lenght (in steps of 4). If you take a look at the kernels directory, it would cause the program to explode. I'm afraid we have to...
atom Feature Requests 22 50,764 05-21-2012, 06:35 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

Only for rule-based attacks. However, would it make sens for BF? no. For Permutation? No. For Combinator and Hybrid? Maybe.
atom Feature Requests 22 50,764 05-22-2012, 10:42 PM