Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: permission denied in hybrid mode
Post: RE: permission denied in hybrid mode
OK, as it works with oclhashcat-* I thought it'll work with hashcat too =) |
|
Mem5 |
Very old oclHashcat-plus Support
|
7 |
11,334 |
10-06-2012, 09:02 AM |
|
|
Thread: Wrong number of total hashes ?
Post: Wrong number of total hashes ?
Hi,
I have downloaded a list of hashes at https://dazzlepod.com/site_media/txt/hashes.txt, which contains 551638 md5 hashes.
Quote:
--
cat md5.txt|sort|uniq|wc -l
551638
--
Hashcat also sees ... |
|
Mem5 |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 01:04 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
Oh yes I confirm thanks :)
cat hashes.txt|cut -d: -f2|sort|wc -l
551638
cat hashes.txt|cut -d: -f2|sort|uniq|wc -l
426429
(I wonder why the owner of the list did not do that, anyway.)
Thre... |
|
Mem5 |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 04:08 PM |
|
|
Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?
You're right, it's a bad habit |
|
Mem5 |
Very old oclHashcat-plus Support
|
7 |
12,024 |
03-29-2013, 04:53 PM |
|
|
Thread: oclHashcat64 stuck on "Generating bitmap tables..."
Post: RE: oclHashcat64 stuck on "Generating bitmap table...
I get the same issue.
Win 7, HD 7970.
On my box it stucks with :
- MSSQL 2000 (-m 131), huge wordlist (12go) no rulefiles, allow raw dict attack.
- MSSQL 2000 (-m 131), small wordlist (300mo) + best64... |
|
Mem5 |
Old oclHashcat Support
|
7 |
22,532 |
05-09-2014, 12:30 PM |
|
|
Thread: add feature to LM crack
Post: RE: add feature to LM crack
On linux you can use
Code:
--
fold -w 16 hashes32.txt > hashes16.txt
--
On windows, download GNU utils : https://gnuwin32.sourceforge.net/packages/textutils-bin.htm |
|
Mem5 |
User Contributions
|
7 |
13,452 |
05-17-2014, 12:44 PM |
|
|
Thread: Cracking 10 digit password with CudaHashcat
Post: RE: Cracking 10 digit password with CudaHashcat
1:30 sec for 10 digits ? You did something wrong.. |
|
Mem5 |
Old oclHashcat Support
|
7 |
21,695 |
08-20-2014, 07:09 PM |
|
|
Thread: Cracking 10 digit password with CudaHashcat
Post: RE: Cracking 10 digit password with CudaHashcat
|
Mem5 |
Old oclHashcat Support
|
7 |
21,695 |
08-26-2014, 08:27 AM |
|
|
Thread: AMD Radeon R290 - 14.4 Unsupported Driver?
Post: RE: AMD Radeon R290 - 14.4 Unsupported Driver?
Quote:
--
GPU is AMD Radeon R290, driver is 14.4
--
On the download page :
Quote:
--
GPU Driver requirements:
AMD users require Catalyst 14.6b or later
--
|
|
Mem5 |
Old oclHashcat Support
|
7 |
16,890 |
08-30-2014, 09:49 AM |
|
|
Thread: AMD Radeon R290 - 14.4 Unsupported Driver?
Post: RE: AMD Radeon R290 - 14.4 Unsupported Driver?
Please add yourself to this thread https://hashcat.net/forum/thread-3628.html
We may open a trac ticket. |
|
Mem5 |
Old oclHashcat Support
|
7 |
16,890 |
08-31-2014, 08:53 AM |
|
|
Thread: Cracking password protected PDF documents
Post: RE: Cracking password protected PDF documents
|
Mem5 |
User Contributions
|
7 |
74,897 |
11-07-2014, 10:45 PM |
|
|
Thread: Cracking password protected PDF documents
Post: RE: Cracking password protected PDF documents
As written, it will work with oclHashcat-1.32. |
|
Mem5 |
User Contributions
|
7 |
74,897 |
11-16-2014, 07:23 PM |
|
|
Thread: PDF 1.4 Password hash cracking
Post: RE: PDF 1.4 Password hash cracking
Quote:
--
cudaHashcat64.exe -m 10500 -a myHash.txt -a 3 ?b?b?b?b?b
--
- You have twice "-a"
- ?b 5 times means 5 characters |
|
Mem5 |
Old oclHashcat Support
|
7 |
10,689 |
11-14-2015, 06:18 PM |
|
|
Thread: PDF 1.4 Password hash cracking
Post: RE: PDF 1.4 Password hash cracking
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_mask_attack_i_just_want_to_brute_these_hashes
--increment: enable incremental mode (see #1 above)
--increment-min... |
|
Mem5 |
Old oclHashcat Support
|
7 |
10,689 |
11-14-2015, 08:34 PM |
|
|
Thread: Pipe is -very- slow
Post: RE: Pipe is -very- slow
OK, new try with :
- wordlist : 38M words (more than the 10M advised in the FAQ)
- [amplifier] rules list of 2000 rules applied on GPU (more than the 1000 advised in the FAQ)
Give :
- Straigh ... |
|
Mem5 |
General Help
|
7 |
11,970 |
12-03-2015, 09:44 AM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
philsmd Wrote: (01-23-2016, 01:05 PM)
--
To find collisions you should use only -m 9710 and -m 9720.
--
According to https://hashcat.net/forum/thread-3665.html, atom found collisions ("zvDtu!") with ... |
|
Mem5 |
Old oclHashcat Support
|
7 |
9,479 |
01-23-2016, 04:58 PM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
Perfect trick ! Thanks philsmd. Will try it asap. |
|
Mem5 |
Old oclHashcat Support
|
7 |
9,479 |
01-25-2016, 10:23 PM |
|
|
Thread: Pipe is -very- slow
Post: Pipe is -very- slow
Hi,
I ran cudahashcat v1.37 on a small dic, and I had the message "ATTENTION! The wordlist or mask you are using is too small....."
Ok. however it tooks ~10 seconds :
Code:
--
cudaHashcat-1.37>c... |
|
Mem5 |
General Help
|
7 |
11,970 |
12-02-2015, 11:14 PM |
|
|
Thread: Pipe is -very- slow
Post: RE: Pipe is -very- slow
epixoip Wrote: (12-03-2015, 10:30 AM)
--
It's a potential workaround, not a magic fix.
--
Ok, got it.
Quote:
--
You should be using cpu hashcat for this attack.
--
Hum, Cpu Hashcat gives 33Mh... |
|
Mem5 |
General Help
|
7 |
11,970 |
12-03-2015, 02:45 PM |
|
|
Thread: Pipe is -very- slow
Post: RE: Pipe is -very- slow
Exactly, I use hashcat on a lowcost i3, and cudahashcat on a high-class GPU that's why my I would always prefer using GPU tools. |
|
Mem5 |
General Help
|
7 |
11,970 |
12-04-2015, 09:39 AM |