Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]
|
undeath |
General Help
|
13 |
19,896 |
12-31-2014, 02:43 PM |
|
|
Thread: Password Audit
Post: RE: Password Audit
Well, that entirely depends on how the company's network works. |
|
undeath |
General Help
|
3 |
8,419 |
01-26-2015, 04:12 PM |
|
|
Thread: how to generat a wordlist from a mask
Post: RE: how to generat a wordlist from a mask
use maskprocessor. but why would anyone need this? |
|
undeath |
General Help
|
3 |
5,710 |
02-11-2015, 11:08 PM |
|
|
Thread: Rule syntax question
Post: RE: Rule syntax question
|
undeath |
General Help
|
9 |
12,636 |
02-20-2015, 11:25 PM |
|
|
Thread: A Difficult Salting Method
Post: RE: A Difficult Salting Method
|
undeath |
General Help
|
4 |
6,227 |
02-22-2015, 01:15 AM |
|
|
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 |