Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeForce 1060
Post: RE: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeF...
Glad you solved it, also thanks you took the time to report back with the solution. |
|
DanielG |
hashcat
|
2 |
2,174 |
03-21-2019, 12:23 PM |
|
|
Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed
"However, after few attempts, I get a speed well below that we expected for."
What was your expected speed and why did you expect that speed?
//edit: basically what undeath said |
|
DanielG |
hashcat
|
7 |
2,857 |
03-21-2019, 05:04 PM |
|
|
Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt
Maybe you could explain *why* you want to do it. Maybe there is a different way to get what you really want without having to suppress errors. This line of questioning sound a bit like a https://xyprob... |
|
DanielG |
hashcat
|
5 |
2,705 |
05-02-2019, 02:00 PM |
|
|
Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault
Did you add --force because of an online guide or because hashcat gave some errors? This usually indicates you are ignoring advice the hashcat program is giving you to solve your problem.
Can you... |
|
DanielG |
hashcat
|
3 |
2,478 |
05-30-2019, 09:53 AM |
|
|
Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?
Looks like the CRC32 table and method, only on end it does XOR $68DBAF89.
So my guess is to use hashcat -m 11500 but first manually XOR the recovered data out of registry with 0x68DBAF89.
//edit... |
|
DanielG |
hashcat
|
3 |
2,236 |
04-11-2019, 11:11 AM |
|
|
Thread: Running Hashcat on SSH
Post: RE: Running Hashcat on SSH
On https://hashcat.net/wiki/ under "Patches, tips and tricks" there is 'SSH into running terminal (https://hashcat.net/wiki/doku.php?id=ssh_running_process)- using screen' |
|
DanielG |
hashcat
|
3 |
2,610 |
06-18-2019, 09:18 AM |
|
|
Thread: How to find a particular string whose MD5-hash is known?
Post: RE: How to find a particular string whose MD5-hash...
That is really weird because that is the same hash as requested in 2017 in thread https://hashcat.net/forum/thread-6822.html and at yahoo 6 years ago https://answers.yahoo.com/question/index?qid=2013... |
|
DanielG |
hashcat
|
3 |
1,543 |
07-02-2019, 08:42 AM |
|
|
Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function
Wow what a weird hash, this will have a lot of collisions since the value of every letter is just raised to the 5th power and added, so the order of the letters does not matter (so you will most likel... |
|
DanielG |
hashcat
|
4 |
1,953 |
07-09-2019, 04:54 PM |
|
|
Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function
Okay, I tried to run this code locally and there is indeed a bug if I take the code you posted literally.
The code
Code:
--
hash += (s[i] * s[i] * s[i] * s[i] * s[i]);
--
does not produce the c... |
|
DanielG |
hashcat
|
4 |
1,953 |
07-10-2019, 09:38 AM |
|
|
Thread: Proper mask
Post: RE: Proper mask
if you calculate how many passwords you are trying you will see that you are getting 16 to the power 16 or 18446744073709551616 passwords (18 billion billion).
On this post https://hashcat.net/foru... |
|
DanielG |
hashcat
|
1 |
1,128 |
07-10-2019, 09:48 AM |
|
|
Thread: Can you resume if HC crashes?
Post: RE: Can you resume if HC crashes?
just type the AT, so AT?u?u?u?u?u?u |
|
DanielG |
hashcat
|
5 |
1,762 |
08-13-2019, 01:31 PM |
|
|
Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies
I would suggest getting a text editor with nice features such as Notepad++, this has a more powerful search and replace functionality (using regex for example). Then with a few tutorials you can edit ... |
|
DanielG |
hashcat
|
6 |
1,858 |
08-16-2019, 03:19 PM |
|
|
Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...
"it is in that loop should I let do its thing?"
Yeah you should also see that it took 1 hour to do 5 positions, and it wil take several days to do the next 100% |
|
DanielG |
hashcat
|
14 |
4,711 |
08-16-2019, 03:53 PM |
|
|
Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...
"I figured to do this I would give hashcat a custom charset of a-z2-7 and a 16 character mask."
Like philsmd said, that would be 1,208,925,819,614,629,174,706,176 possibilities. Even if you were ab... |
|
DanielG |
hashcat
|
3 |
1,651 |
08-30-2019, 08:57 AM |
|
|
Thread: Installed it but doesn't work when i try to open it in cmd
Post: RE: Installed it but doesn't work when i try to op...
and if you just run "hashcat64.exe -b" what do you see |
|
DanielG |
hashcat
|
1 |
938 |
09-04-2019, 04:27 PM |
|
|
Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?
It does show the found password immediately when found:
https://i.imgur.com/1kyMkTN.png |
|
DanielG |
hashcat
|
9 |
3,253 |
09-05-2019, 12:25 PM |
|
|
Thread: problems with —show
Post: RE: problems with —show
"until the process is finished", well after it finishes it shows some statistics you need to read:
Code:
--
Status...........: Exhausted
Hash.Type........: MD5
Hash.Target......: 0000000000000000000... |
|
DanielG |
hashcat
|
1 |
981 |
09-09-2019, 03:59 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
extracting hash from MS Excel file can be done by reading this part of the wiki: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_... |
|
DanielG |
hashcat
|
1 |
1,113 |
09-17-2019, 04:11 PM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Just forget about even trying is a good strategy if you only have a hash and know the plaintext is 16^32 (340282366920938463463374607431768211456) possibilities.
These guys at www.onlinehashcrack.c... |
|
DanielG |
hashcat
|
4 |
1,655 |
10-21-2019, 08:51 AM |
|
|
Thread: MD5 question
Post: RE: MD5 question
1. know exactly how many times it is hashed (3,4,5,etc)
2. write a custom kernel that can handle the exact amount of md5 rounds |
|
DanielG |
hashcat
|
6 |
2,051 |
10-31-2019, 10:01 AM |