Hashcat does't see my CPU
I have problem with Hashcat version 3.10 on Win 10 x64. This version of hashcat doesn't see my AMD FX 6300 CPU, where may be wrong? It see only my Nvidia GTX 960 GPU. Do you have anybody this problem?
View Article40bit decryption, pls help me to understand!
Hi, I've a decrying challenge and I hope hashcat is the right tool to calculate keys or helps me to understand how the keys are calculator. I've some 40bit seed's and key's (real pairs) , how can use...
View Articlecomplex md5 salted hash
Hi, I have a hash which generated with the following formula: md5($salt + "-" + md5($pass)) for example: $salt = "blabla' $pass = "dada" so the formula will be: $hash = md5("blabla-" + md5("dada")) I...
View ArticleHashcat upgrade issue
Hi Guys ! Im trying to upgrade Kali Linux 1.0 to Kali Linux 2016 and having some issues regarding Hashcat. Here is the console info : root@TE:~# apt-get upgrade Reading package lists... Done Building...
View ArticleNetNTLMv1 Hashes not parsing
Good morning! I recently captured netntlmv1 hashes from an engagement I'm on and they are not being parsed by hashcat. I remember doing this in the past, so i'm not sure what happened. I also tried...
View ArticleTriple SHA1
Hello, it is possible to use three SHA1s in a chain as hashing algorithm with hashcat (no salt)? something like: hash = sha1(sha1(sha1( $string ))) Thank you very much. Regards, Marcos
View ArticleQuestion| cracking Android M pattern,pin code,password
hi everyone, i will try to make it short, couple of years ago, it was possible to unhash(crack the hash) the pattern(gesture),pin code,password of >= android devices (up to 5.1), following this post...
View ArticleError in Hashcat 3.10+532
Curious if anyone has been experiencing the "Salt-length exception" error while trying to crack sha256($pass.$salt) in the new hashcat beta? For example, I can pass any length salt into hashcat v3.10,...
View ArticleCandidates
Hi, Running 3.10+620 Looking at the candidates that are generated in status message. In my case HC is reading from stdin (mp64 is generating) and is applying a rule file that contains somewhere around...
View ArticleV3.10 signature unmatched
Hi I have tried running on the latest Kali Linux (inside VirtualBox) and under Windows 10 with version 3.10. The example.cmd files run OK, but when I try a SHA512Crypt ie $6$ hash I get a Signature...
View ArticleNeed help with the HOWTO: Ubuntu Server guide
Hi, Ive followed the guide here: https://hashcat.net/wiki/doku.php?id=linux_server_howto I've got no errors throughout the guide, I'm right down at the bottom where it says: Finishing up, when i enter...
View Articleb64(b64(md5($pass))) supperted by hashcat
I would like to know b64(b64(md5($pass))) supported by hashcat? e.g: OVlBblpFcEp2azVxU2w2aGtRUGVRdz09 - it is not a real hash, changed some character according to hashcat rules. Thanks is advance.
View ArticleBF old office password
Hello, I extract hash from oldoffice ppt with office2john. The hash is like this : $oldoffice$3*xxxxxx*xxxxx*xxxx Ok, I used this commandline for bruteforce this hash : hashcat64.exe -a 3 -m 9800...
View Articlehelp me on how to create this hash
hi i am try to find out how should create this type of hash data is : {"logonId":"admin@admin.com","logonPassword":"123456"} and the hash will appear to this data is :...
View ArticleUsing hashcat with CUDA Toolkit 8.0 installed.
I have a CentOS 6.8 machine that will need to be able to run CUDA code as well as Hashcat tasks. We installed 2 Tesla P100s in the box and it works fine for CUDA e.g. HPL but errors out when hashcat...
View Articlehashcat-3.10/OpenCL/amp_a100.cl: No such file or directory
Hello, I have an error when trying to crack an Office 2007 Hash. For some reason it seems to be looking for a .cl file that does not exist..... I see that it is telling me to disable kernel timeout,...
View ArticleHelp with Setting up Hashcat w/ Ubuntu 16.04
Hi, I'm having trouble setting up ubuntu 16.04 to work, i have R9 290X's I followed guide here: https://hashcat.net/wiki/doku.php?id=linux_server_howto this is what I've done: 1. Installed server...
View ArticleCL_OUT_OF_HOST_MEMORY
Hi I am on version 3.10 on Win 10. I ran a job that was estimated to take 15H's to complete. It ran for 15mins or more with out an issue, but when I came back the following morning there was a long...
View ArticleSHA 256 $salt.$pass.$salt
I was wondering if someone could help me please. I have a database of passwords hashed using php with the following format: $hash = hash("sha256",$salt.$pass.$salt) I have the salts but I can't find...
View ArticleAny advantage to providing multiple sample hashes?
I'm attempting to crack a HMAC-SHA256 key (mode key = $pass). Is there any advantage to having multiple sample (input, output) hashes, vs. having just one? By sample hashes I mean `hash:input` Thank you
View Article