Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash
There are 2^256 possible SHA256 hashes, this is about 10^77 possibilities. There are about 10^80 atoms in the whole observable universe. You will need more than "haha like 1tera?", it's more like "hah... |
|
DanielG |
hashcat
|
5 |
3,758 |
11-29-2017, 04:09 PM |
|
|
Thread: Identification of hash type.
Post: RE: Identification of hash type.
It looks base64 encoded and missing the padding. If you base64 decode it, it returns a 512bit length 'hash'. however, without any more information (how the salt is used, which 512bit hash is used, etc... |
|
DanielG |
General Talk
|
6 |
4,068 |
12-19-2017, 03:20 PM |
|
|
Thread: Line-length exception?
Post: RE: Line-length exception?
You are setting -t (--markov-threshold Threshold X when to stop accepting new markov-chains) to 500, you probably want -m 500 (-m, --hash-type) to 500 which is md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5... |
|
DanielG |
General Talk
|
3 |
4,749 |
12-29-2017, 08:40 AM |
|
|
Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support
Would be nice to know the results of your "reading up and down for over an hour, on diff sites and forums". Because you're bound to get suggestions that you already saw in your hours of research but d... |
|
DanielG |
hashcat
|
3 |
2,824 |
01-02-2018, 12:24 PM |
|
|
Thread: GTX 1080 Bitcoin Core Performance
Post: RE: GTX 1080 Bitcoin Core Performance
10 length only numbers and letters (uppercase and lowercase) = 10^62 / 4508 per second = 7 × 10^50 years
10 length only numbers and letters (uppercase or lowercase) = 10^36 / 4508 per second =... |
|
DanielG |
General Talk
|
6 |
5,115 |
01-02-2018, 02:21 PM |
|
|
Thread: aes128 brute-force w/mask using half sha256
Post: RE: aes128 brute-force w/mask using half sha256
If you only have half a SHA256 hash I think you would need to edit the m01400* files (SHA256) to do something similar as the m05100* files (Half MD5) on https://github.com/hashcat/hashcat/tree/mast... |
|
DanielG |
hashcat
|
3 |
4,106 |
01-09-2018, 03:22 PM |
|
|
Thread: question about hccapx
Post: RE: question about hccapx
farhad_usa Wrote: (01-08-2018, 07:44 PM)
--
based on this page (https://hashcat.net/wiki/doku.php?id=hccapx)
this is my password/keymic in encrypted :9094e48390f2
--
No, based on that page it... |
|
DanielG |
hashcat
|
2 |
2,645 |
01-09-2018, 04:49 PM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Hi, you would probably already be cracking if you followed the information on the wiki (https://hashcat.net/wiki/). Here you can follow the steps needed to crack your hash:
https://hashcat.net/wiki/d... |
|
DanielG |
hashcat
|
11 |
12,044 |
01-09-2018, 05:31 PM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
?1 is indeed how you access the custom charset mentioned. In the example I put 12 "?1" combinations because that is your max length for your password. This makes it easy if you decide to try somethi... |
|
DanielG |
hashcat
|
11 |
12,044 |
01-11-2018, 10:31 AM |
|
|
Thread: Error while running hashcat: llvm_codegen: Assertion error == 0 failed...
Post: RE: Error while running hashcat: llvm_codegen: As...
Several google results regarding the error llvm_codegen: Assertion 'error == 0' failed indicate that installing 'clang' resolved this.
Quote:
--
sudo apt-get install clang-3.8
--
|
|
DanielG |
hashcat
|
3 |
3,845 |
01-16-2018, 04:07 PM |
|
|
Thread: HELP, need a mask example
Post: RE: HELP, need a mask example
rasoulcarrera Wrote: (01-31-2018, 12:45 PM)
--
nope ,seen it and nothing
--
It literally says on https://hashcat.net/wiki/doku.php?id=mask_attack#example
Built-in charsets
?l = abcdefghijkl... |
|
DanielG |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,041 |
01-31-2018, 02:18 PM |
|
|
Thread: Which Hash modes should be chosen by NThash ciphertext?
Post: RE: Which Hash modes should be chosen by NThash ci...
Yes -m 1000 is for NTLM, see https://hashcat.net/wiki/doku.php?id=example_hashes for example hashes to check if your hash is in the correct format. |
|
DanielG |
hashcat
|
2 |
2,312 |
02-01-2018, 11:58 AM |
|
|
Thread: quick SBC opinon
Post: RE: quick SBC opinon
You need to specify in what they should be 'the best'.
I would say none? if you want crack speeds don't use these SBC's but desktops with big GPU's. |
|
DanielG |
General Talk
|
2 |
2,571 |
02-05-2018, 03:36 PM |
|
|
Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password
qpens8 Wrote: (02-08-2018, 03:36 AM)
--
Is hashcat storing my pass somewhere?
--
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_potfile |
|
DanielG |
hashcat
|
10 |
7,999 |
02-08-2018, 10:18 AM |
|
|
Thread: Hashcat pid/outfiles error
Post: RE: Hashcat pid/outfiles error
Just a silly question, but did you use an admin account to create the hashcat-4.0.1 folder but then you are running hashcat64.exe with a non admin account? Maybe the problem is that there are no write... |
|
DanielG |
hashcat
|
4 |
4,955 |
02-08-2018, 04:22 PM |
|
|
Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password
Maybe the password is blank (my hashcat finds the same empty password for your posted hash). No password on the PDF file, at least not found by the program making the hash? |
|
DanielG |
hashcat
|
10 |
7,999 |
02-08-2018, 04:25 PM |
|
|
Thread: Identifying 53-char hash type
Post: RE: Identifying 53-char hash type
Could be itoa64 (kind of base64 encoding), see https://gchq.github.io/CyberChef/#recipe=From_Base64('./0-9A-Za-z%3D',true)To_Hexdump(16,false,true)&input=Y3l6V1h3SFhaQlBueHRCYWxGcFFpT3NCdlo1a21RcFdSb... |
|
DanielG |
General Talk
|
1 |
2,328 |
02-22-2018, 02:18 PM |
|
|
Thread: Crack this hash, win 2 Bitcoins!
Post: RE: Crack this hash, win 2 Bitcoins!
jackisme123 Wrote: (03-21-2018, 02:10 PM)
--
My password is not very long, less than 8 digits I believe.
--
1-7 digits = 11111110 possibilities, 400 hashes per second = 7,7 hours.
You want to pay... |
|
DanielG |
hashcat
|
2 |
2,806 |
03-21-2018, 02:25 PM |
|
|
Thread: XFX ATI HD 5870 Radeon graphics card 1gb, AMD, PCI-e.
Post: RE: XFX ATI HD 5870 Radeon graphics card 1gb, AMD,...
Also see Atom in https://hashcat.net/forum/thread-6473.html:
atom Wrote: (04-09-2017, 08:54 AM)
--
The GPU is ways too old, the drivers are outdated. [...]
--
|
|
DanielG |
Hardware
|
9 |
6,481 |
03-28-2018, 05:03 PM |
|
|
Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax
If your hash (12345678...) is not 32 characters long, then you can get that error. Because that means it is probably not MD5. See https://hashcat.net/wiki/doku.php?id=example_hashes for examples of ho... |
|
DanielG |
hashcat
|
10 |
6,735 |
03-29-2018, 03:47 PM |