Problem executing hashcat
Good morning. I am trying to bruteforce a hccap file, but hashcat doesn't start. This is the output: Code: [me@arch Downloads]$ hashcat -m 2500 -a 3 -w 4 b.hccap --force ?a?a?a?a hashcat (v3.10)...
View ArticleHow to...
Hello everyone, I come here because I cannot really understand my mistake into Hashcat 3.00 I tried to figure it out with the wiki but I didn't the way to solve my take. At first I just wanted run some...
View Articlehow to make this mask?
I have an 8 character password, I know it has 2 upper, 2 lower, 2 digits, 2 special. How do I make a mask?
View Articlebase64(sha256(unicode($pass)))
Hey, that I got confused with the hash. For example, take the example of a hash npKD5jP0p6QtOryTcBFVvor+VmDaJMh1jn01M+Ly3II= (https://hashcat.net/wiki/doku.php?id=example_hashes) To him the password...
View ArticleExtracting a Password Padlock hash
My friend's father recently died, without telling anyone his master password. I offered to help her by retrieving it. Her father used Password Padlock, a Windows 10 app. I am trying to determine how to...
View ArticleRuns 4-ever?
Running 3.10+620 When running with the increment switch it seems like HC never stops. Like this: HC -m 1000 hash -a 3 -i ?a?a?a Same goes for hybrid attacks when using -i // BBN
View ArticleNew Algorithm (hash) template
I want implement some new algorithm to HashCat. I search here but don't found something useful. Exist some empty template with comments where you just add some own algorithm? Or some links, useful info...
View Articleerror exectuing in Ubuntu16.06
I was following this tutorial http://techglimpse.com/password-cracking-with-hashcat/ [url=http://techglimpse.com/password-cracking-with-hashcat/][/url], obviously changing/updating commands where...
View Articleautotuning
Hi i used the following command: hashcat64 -m 1400 --weak=0 findthathash.txt mywordlist.txt -o cracked.txt -d 1 --cpu-affinity=1,2,3 mywordlist.txt has 50.000.000 generated words that contains the...
View ArticleTriples Des passkey finder
Hello, to all. I want ask you it is posible to find key for triple des (3Des) or TDEA algorithm. Coding is "NIST 800-67", 3 keys, Key1 <>Key2 and Key1=Key3. Data in 8 byte, data out 8 byte; have...
View Articletarget specific dictonary
Hello forum, Since I did never used a password generator in the past, i am concerned how easy an "ennemy" (with the knowledge of my hobbies, names of my family members, and my website), would be able...
View Articlehashcat 2.01 vs 3.1
Hi this test ran on the same machine I've different performance btw old hscat and new one. Someone else had the problem ???? VERSION 2.01 Hashtype: MD4 Workload: 1024 loops, 256 accel Speed.GPU.#1.:...
View ArticlePer device tuning?
Is it possible to set different workload for multiple GPUs? I'm using hashcat 3.10 in windows with 2 AMD gpus. One is a older HD 6870 and the other is an older R9 270x. If I benchmark them...
View ArticleVery slow speed
Hello. Hashcat working very slow on my notebook, so mb I'm doing something wrong and you can help me? CPU: AMD A10-4600 APU with Radeon(tm) HD Graphics 2.30 GHz GPU: AMD Radeon HD 7600M Series AMD...
View ArticleEstimated time difference using --increment vs. mask length?
Hello, I am running hashcat to crack some NTLM passwords for testing. I noticed that there is a huge difference in estimated time when running hashcat with --increment parameter vs. providing a...
View Articleproblem finding 17 letter password with hashcat 3.10
I was running some tests to crack some passwords and stumbled upon an issue I can't find a solution for. I already know the passwords I'm cracking and cracking them was not a problem until I tried it...
View ArticleOpenCL ICD, Windows 10, Intel CPU, Nvidia GPU, hashcat 3.10 (and beta)
Code: C:\Users\Gerry\Downloads\hash2>hashcat64.exe -a 3 -w 3 -m 2500 25562_1478554895.hccap ?d?d?d?d?d?d?d?d?d?d hashcat (v3.10) starting......
View Articlehey new here need a answer to a quick question
hey i am about to start trying to learn how to use hashcat hopefully . i just wanted to know if its possible to gain a skype password with just the username using hashcat . and a point in the right...
View Articlehelp pls hashcat command brute force
hi can some help me I am trying to bruteforce virgin media handshake I want to reduce the keyspace. i know I O are omitted from virgin media passwords which are 8 lowercase so how do i write the...
View ArticleIs this possible?
function udb_hash($buf) { $length=strlen($buf); $s1 = 1; $s2 = 0; for($n=0; $n<$length; $n++) { $s1 = $s1 + ord($buf[$n]) % 65521; $s2 = $s2 + $s1 % 65521;...
View Article