Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Rule syntax question
Post: RE: Rule syntax question
rules only work on single characters (well, actually bytes), not character sequences. Rules are not delimited by whitespace. Whitespace is just for making them look nicer. |
|
undeath |
General Help
|
9 |
12,636 |
02-23-2015, 04:21 PM |
|
|
Thread: MySQL AES Encrypt
Post: RE: MySQL AES Encrypt
|
undeath |
General Help
|
5 |
7,939 |
03-02-2015, 11:54 AM |
|
|
Thread: Question about rules.
Post: RE: Question about rules.
Rules are always single-lined. However, sort -u might not filter all duplicates because there are many rules that do the same as other rules and there might be spaces in the rules which are ignored by... |
|
undeath |
General Help
|
3 |
5,503 |
03-12-2015, 09:15 PM |
|
|
Thread: Question about rules.
Post: RE: Question about rules.
There should be a parser as part of hashcat-utils, the rest is probably up to you. I'm not aware of any such tool you're looking for. |
|
undeath |
General Help
|
3 |
5,503 |
03-13-2015, 07:06 PM |
|
|
Thread: Hashcat Rules
Post: RE: Hashcat Rules
this is not what rules are for. You're looking for something like PACK. |
|
undeath |
General Help
|
1 |
3,685 |
03-17-2015, 12:50 AM |
|
|
Thread: Help sought for a research project
Post: RE: Help sought for a research project
flopzie Wrote: (03-23-2015, 09:00 PM)
--
does anyone have any suggestions of interesting processing that I can do with these GPUs? I realise there are various folding/SETI type applications... but, b... |
|
undeath |
General Help
|
9 |
12,245 |
03-24-2015, 12:47 AM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
the mask depens on what candidates you want to test, not on your hashing scheme. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 05:05 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
btw, you're not specifying a mask. It will not do what you think it does. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 11:15 PM |
|
|
Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask
if you don't specify a mask hashcat will use a default one. One that is not full brute force. |
|
undeath |
General Help
|
8 |
29,656 |
04-14-2015, 11:21 PM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
The only hashes you can have partial matches are LM hashes because they are actually two hashes. |
|
undeath |
General Help
|
11 |
14,875 |
05-12-2015, 01:21 AM |
|
|
Thread: Partial recovery
Post: RE: Partial recovery
@epixoip: I'm pretty sure he is referring to truncated hashes. |
|
undeath |
General Help
|
11 |
14,875 |
05-14-2015, 02:21 AM |
|
|
Thread: Recover from hash with SSHA and Salt
Post: RE: Recover from hash with SSHA and Salt
w98 Wrote: (05-28-2015, 03:57 PM)
--
I also have the password in HEX
--
1. convert hex to ascii
2. ???
3. Profit! |
|
undeath |
General Help
|
4 |
6,590 |
05-28-2015, 04:24 PM |
|
|
Thread: i got this error
Post: RE: i got this error
the hash.txt file is not in C:\ |
|
undeath |
General Help
|
6 |
7,209 |
06-01-2015, 05:42 PM |
|
|
Thread: is this the end for AMD?
Post: RE: is this the end for AMD?
Aesthetics and DX support has always been what I have been looking for in a card. You are dead right. |
|
undeath |
General Help
|
6 |
11,116 |
06-06-2015, 08:34 PM |
|
|
Thread: Hash type?
Post: RE: Hash type?
Looks like encrypted using an (wrongly implemented) OTP.
Code:
--
def group(e, n=2):
res = []
for x in range(len(e)//n):
res.append(e[x*n:(x+1)*n])
return res
def parseEnc(e):
return li... |
|
undeath |
General Help
|
5 |
6,506 |
07-03-2015, 05:55 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
can you post the whole screen text you see? |
|
undeath |
General Help
|
11 |
13,517 |
07-22-2015, 10:02 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
Quote:
--
I interpreted this is was that the "-b" was the main "opening" command, with "sub" commands denoted with the double dash.
--
generally, commands on the same line denote equivalent options ... |
|
undeath |
General Help
|
11 |
13,517 |
07-23-2015, 09:40 PM |
|
|
Thread: Problem running a hcmask
Post: RE: Problem running a hcmask
you have to supply the complete path (absolute or relative) to the mask file |
|
undeath |
General Help
|
2 |
4,656 |
07-26-2015, 04:55 PM |
|
|
Thread: markov threshold for second run through
Post: RE: markov threshold for second run through
no
There was an error posting your reply: The message is too short. Please enter a message longer than 5 characters. |
|
undeath |
General Help
|
2 |
4,753 |
07-30-2015, 02:20 AM |
|
|
Thread: New to HashCat , using cudaHashcat 1.36 , trying to crack a office 2007 'XLSX' hash.
Post: RE: New to HashCat , using cudaHashcat 1.36 , tryi...
Year 2006 called, they want their hardware back. That ancient stuff is not supported. |
|
undeath |
General Help
|
6 |
11,850 |
07-31-2015, 08:49 PM |