Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: can't get my oclHS-lite to work
Post: RE: can't get my oclHS-lite to work
Where is the hash ?!
Paste a screenshot of your cmd window. |
|
Mem5 |
Very old oclHashcat-lite Support
|
2 |
7,075 |
01-14-2013, 09:50 PM |
|
|
Thread: oclHashcat-lite v0.09
Post: RE: oclHashcat-lite v0.09
Thanks atom !
I am not agree with you mastercracker, if you have a long list of 32-chars hashes you obviously do not want to split all hashes in 2. Also, for found hashes it better to have the entire... |
|
Mem5 |
Very old oclHashcat-lite Announcements
|
16 |
56,857 |
02-04-2012, 11:41 AM |
|
|
Thread: oclHashcat-lite v0.09
Post: RE: oclHashcat-lite v0.09
Ok, that's nice too. Actually with lite version when the right part of LM hash is not cracked but the left one is, the result is not displayed.
|
|
Mem5 |
Very old oclHashcat-lite Announcements
|
16 |
56,857 |
02-05-2012, 11:14 AM |
|
|
Thread: How to work with polish letters
Post: How to work with polish letters
Hi,
How to insert some of the polish special letters ?
Is there something like "?d" ou "?l" for special (accent) letters ?
Thanks |
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-27-2011, 02:04 PM |
|
|
Thread: How to work with polish letters
Post: RE: How to work with polish letters
sorry I forgot to mention : I don't know if my special letters are taken into account because of this strange charset written :
https://data.imagup.com/11/1131791462.png
cmd line :
https://data.imag... |
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-27-2011, 02:19 PM |
|
|
Thread: How to work with polish letters
Post: RE: How to work with polish letters
I saved it in UTF-8. Is it good too ? |
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-27-2011, 11:16 PM |
|
|
Thread: How to work with polish letters
Post: RE: How to work with polish letters
Thanks.
I don't have UTF-7.. I have the choice between :
Quote:
--
UTF-8
Unicode Big Endian
Unicode
ANSI
--
Which one should I use ?
|
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-29-2011, 11:26 AM |
|
|
Thread: How to work with polish letters
Post: RE: How to work with polish letters
Does not work as expected :( |
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-30-2011, 01:29 AM |
|
|
Thread: How to work with polish letters
Post: RE: How to work with polish letters
Thanks.
The "Charset" still strange as th image posted before :/ |
|
Mem5 |
Very old oclHashcat Support
|
11 |
21,125 |
09-30-2011, 10:01 AM |
|
|
Thread: Charset ?h
Post: Charset ?h
Hi,
Please what is the charset (letters and length ?) of this :
Code:
--
?h = 8 bit characters from 0xc0 - 0xff
--
Thanks |
|
Mem5 |
Very old oclHashcat Support
|
3 |
12,754 |
10-23-2011, 12:01 PM |
|
|
Thread: Charset ?h
Post: RE: Charset ?h
Ok.
So it includes ?F (french letters), ?D (german) and ?R (russian) letters ? |
|
Mem5 |
Very old oclHashcat Support
|
3 |
12,754 |
10-23-2011, 03:25 PM |
|
|
Thread: Hashcat Benchmarking
Post: RE: Hashcat Benchmarking
On the page https://thepasswordproject.com/oclhashcat-plus-0.08b44_benchmarking_script_for_windows
the algo 112 (Oracle 11g) is not well formatted :
Code:
--
oclHashcat-plus64.exe -a 3 --custom-chars... |
|
Mem5 |
User Contributions
|
8 |
19,307 |
05-20-2012, 02:14 PM |
|
|
Thread: Hashcat Benchmarking
Post: RE: Hashcat Benchmarking
Ok thank you M@lik :D
I'll wait the new version. |
|
Mem5 |
User Contributions
|
8 |
19,307 |
05-21-2012, 09:00 PM |
|
|
Thread: [Python] Split LM hashes
Post: [Python] Split LM hashes
A simple script to split a list of 32-chars hashes into 16-chars for LM cracking in oclhashcat.
Code:
--
import sys
from sys import argv
if len(argv) == 2:
filename = argv[1] + "_lm.txt"
... |
|
Mem5 |
User Contributions
|
5 |
17,667 |
09-24-2012, 09:45 PM |
|
|
Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes
Nice, now I can put my python script to /dev/null :] |
|
Mem5 |
User Contributions
|
5 |
17,667 |
09-25-2012, 07:28 PM |
|
|
Thread: Rule file (very common 'complex' passwords)
Post: RE: Rule file (very common 'complex' passwords)
|
Mem5 |
User Contributions
|
6 |
14,855 |
01-29-2014, 09:24 PM |
|
|
Thread: Combo Rule
Post: RE: Combo Rule
|
Mem5 |
User Contributions
|
2 |
10,031 |
02-25-2014, 09:59 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: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
Awesome ! Thank you !
Does it also work for Excel, PowerPoint 97-2003 password protected document ? Or only Word ? |
|
Mem5 |
User Contributions
|
36 |
134,711 |
09-09-2014, 08:19 AM |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
|
Mem5 |
User Contributions
|
36 |
134,711 |
09-11-2014, 08:48 PM |